Displaying 20 results from an estimated 1000 matches similar to: "SIP Call through Asterisk"
2005 Feb 02
0
Problemas with Basic Services.
Hi Everybody,
I'm trying to make my asterisk dial a international call from a SER request of it. My ambient is like this.
[Clients]--[SER]--[Asterisk]--[Go2Call]
Client: My SIP clients.
SER: My REGISTRAR/Proxy Server
Asterisk: All other services(Voicemail,musiconhold etc) and also acting as an UAC dialing International Calls, because SER doesn't do that sending username, password and
2005 Feb 01
0
Asterisk Services working with SER !!!
Hi everybody,
I'm new to this list, my name is Felipe Martins and work for a telecom company. I'm interested in VoIP server to work as a service for my clients, I've already configured SER to work with mysql databases and authenticate all my users, two sip phones are already communicating with eash other, I can see all the logs generated by them, what I want now is to use asterisk as
2005 Feb 14
0
Asterisk as SIP UAC !!!
Hi gentleman
I've configured SER to forward every call starting with sip uri request "1" to Asterisk. I need to configure Asterisk as a Sip UAC in order to make it call to my other SIP Provider outside my network, sending username and password for authentication.
I've read at www.voip-info.org some articles but found none that could suit to my needs, but yet I've found an
2005 Mar 11
0
Errors using Asterisk as Sip Client behind SER !!!
Hi everyone,
I'm having some errors using Asterisk for incoming/outgoing calls. I have SER working with mysql without problems, all my internal users autenticate at SER and then if any number begins with a "1", Ser forwards the call to asterisk. Asterisk takes the forward and act as a Sip Client to make the call. I need to do that because My VoIP numbers are at Go2call, and I need
2005 Mar 14
2
asterisk outbound to SIP provider problems
Hi
I am having alot of difficulty connecting to SIP providers (I am trying 3)
and can't seem to find anything similar in the wiki or on the lists.....I
can receive inbound calls fine however on placing an outbound call the
calling phone never gets 'connected' but 2 way audio is passed for about
20secs before some sort of timeout.
Anything suggestions as to what I could try
2004 Jan 20
0
Outbound call with Go2Call
Any got experience with these?
I couldn't fint anything in any postings...
it seems they have a h.323 on voip01.go2call.com and a sip on
sip01.go2call.com
I have tried to register with some of the same as I use for nikotel, but
Asterisk does not want to register.
I've tried to use both the user name (ingvald) and the PIN code 440.... as
authentication.
---from sip.conf----
2006 Dec 12
1
AGI problema
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Verdana">Hi all. I've written a AGI in C language.
2006 Nov 02
1
is IAX required for firewall and router?
I'm trying to understand IAX and whether or not it would solve my
difficulties:
'The primary goals for IAX were to minimize bandwidth used in media
transmissions, with particular attention drawn to control and individual
voice calls, and to provide native support for NAT (Network Address
Translation) transparency. Another goal is to be easy to use behind
firewalls.'
2009 Feb 04
1
Strange dmesg messages
Hi list,
Something went wrong this morning and we have a node ( #0 ) reboot.
Something blocked the NFS access from both nodes, one rebooted and the
another we restarted the nfsd and it brought him back.
Looking at node #0 - the one that rebooted - logs everything seems
normal, but looking at the othere node dmesg's we saw this messages:
First the o2net detected that node #0 was dead: (It
2005 Feb 11
0
Asterisk as a UAC forwarded by SER
Hi everybody,
I have a SER Server (Sip Proxy / REGISTRAR) and a Asterisk Server (PSTN and other services). I've got some clients that make calls to each other through my SER Server, that's to say, non external or international calls. I would like my clients to make external and international calls through my server but for that they must authenticate at another server to have a valid
2011 Sep 05
0
Slow performance
Hello again,
We have hit some performance problem today in one of our clusters. The
performance suddenly drop from the normal performance (about
30Mbytes/s), read/write, to a few Kbytes/s (about 200Kbytes/s), read
only, for a while, and as sudden as it started, it backs to the normal
read/write performance, cycling randomly. When the "read only" occurs
on one node, the other shows only
2003 Jun 06
3
SIP codecs
i've been having a problem getting two SIP phones
to bridge running through asterisk, actually one is
a SIP softphone, SJ Phone, and the other is the
Go2Call calling gateway.
Someone suggested that I don't have the right codecs.
How do I find out which codecs are installed, and how
can I install further codecs? Any suggestions which
would be the right one?
I think hte problem is from the
2010 Dec 12
2
CMCI exceptions happened and MCE entry state transition made Xen crashed.
Hi all,
Three days ago, the server reported lots of CMCI exceptions and Xen 3.4.2 printed hundreds of "CMCI: send CMCI to DOM0 through virq" messages to the console . From the console output, Then I can see that Dom0 try to read the MSR_CAP regs by #GP trap in order to log the MCA error.
I am not sure why so many CMCI happened , maybe there were some thing wrong with the hardware.
2010 Dec 12
2
CMCI exceptions happened and MCE entry state transition made Xen crashed.
Hi all,
Three days ago, the server reported lots of CMCI exceptions and Xen 3.4.2 printed hundreds of "CMCI: send CMCI to DOM0 through virq" messages to the console . From the console output, Then I can see that Dom0 try to read the MSR_CAP regs by #GP trap in order to log the MCA error.
I am not sure why so many CMCI happened , maybe there were some thing wrong with the hardware.
2006 Dec 20
1
[LLVMdev] [patch] arm: external weak in constant pool
without tabs
Lauro
2006/12/20, Bill Wendling <isanbard at gmail.com>:
>
> Hi Lauro,
>
> Just a stylistic remark; In your "llvm.patch" file, there are tabs in
> these lines:
>
> + if (GV->hasExternalWeakLinkage()) {
> + ExtWeakSymbols.insert(GV);
> + }
>
> Others will need to review the patch for correctness, though.
>
2006 Dec 20
0
[LLVMdev] [patch] arm: external weak in constant pool
Hi Lauro,
Just a stylistic remark; In your "llvm.patch" file, there are tabs in
these lines:
+ if (GV->hasExternalWeakLinkage()) {
+ ExtWeakSymbols.insert(GV);
+ }
Others will need to review the patch for correctness, though.
-bw
On 12/20/06, Lauro Ramos Venancio <lauro.venancio at gmail.com> wrote:
> Adds external weak symbols of constant pool to ExtWeakSymbols set.
2007 Aug 14
0
[LLVMdev] LLVM performance test
Hi Lauro,
On 14 Aug 2007, at 01:10, Lauro Ramos Venancio wrote:
> Hi all,
>
> I did a performance test of two real applications (FFMPEG and GTK) on
> ARM. For more details see:
> http://laurovenancio.wordpress.com/2007/08/07/llvm-perf-tests/
Could you give me some more information about the applications you
compiled and ran? Where can I obtain source codes, which input did
2010 Sep 30
0
Vacation script execution question.
dovecot 1.2.9
---
I wanna know how the vacation script works.
I don't understand why it tries to find locally (using LDAP) a
recipient for the "vacation notification email". On the log,
"sender_email at gmail.com" is the person sending email to
"lauro at my.domain.org", which is on vacation. Deliver tries to find
locally "sender_email at
2007 Apr 11
0
[LLVMdev] ideas for TLS implementation
Hi Lauro,
On Wed, 2007-04-11 at 15:15 -0300, Lauro Ramos Venancio wrote:
> For everyone understand which code must be emitted to implement TLS, I
> will paste the code generated by gcc for a simple function:
... snip ...
This proposal sounds really good to me. I only have a couple comments.
We have a "section" keyword already developed in LLVM assembly. Perhaps
instead of
2007 Jan 05
0
[LLVMdev] constant pool in large functions
Hi Lauro,
This is a very tricky problem to resolve. Basically you need a pass
just before code emission to find the proper locations for each
constant pool. That means you need:
1. Exact size of each instruction. This can be added with a custom
instrinfo that specify instruction length for each target instruction.
2. Probably some kind of constantpool pseudo instruction.
The pass can then