On incoming SIP calls, the caller just gets silence instead of ringing until * answers the channel. Is this a configuration issue on my end? Chris
On Apr 10, 2005 5:31 PM, snacktime <snacktime@gmail.com> wrote:> On incoming SIP calls, the caller just gets silence instead of ringing > until * answers the channel. Is this a configuration issue on my > end? > > Chris >Correction, this is true for both IAX and SIP incoming calls on my system. I have IAX setup with teliax and SIP with livevoip.
On Apr 10, 2005 5:33 PM, snacktime <snacktime@gmail.com> wrote:> On Apr 10, 2005 5:31 PM, snacktime <snacktime@gmail.com> wrote: > > On incoming SIP calls, the caller just gets silence instead of ringing > > until * answers the channel. Is this a configuration issue on my > > end? > > > > Chris > > > Correction, this is true for both IAX and SIP incoming calls on my > system. I have IAX setup with teliax and SIP with livevoip. >Hmm, I did not realize that the Ringing command can be used before the call is answered, I thought it could only be used after it was answered. Putting the Ringing command at the top of the extension fixed my problem. Chris
> On Apr 10, 2005 5:31 PM, snacktime <snacktime@gmail.com> wrote: > > On incoming SIP calls, the caller just gets silence instead of ringing > > until * answers the channel. Is this a configuration issue on my > > end? > > > > Chris > > > Correction, this is true for both IAX and SIP incoming calls on my > system. I have IAX setup with teliax and SIP with livevoip.Just add an "r" into your entry in extensions.conf, something like: exten => 3019,1,Dial(SIP/3019,15,r) See "show application dial" for lots of parameters.