[Asterisk-Users] Re: No ringback over IAX - LiveVoip

Brian Dingman bdingman at gmail.com
Sat Jan 29 21:29:59 MST 2005


This is driving me crazy. I have resorted to using the m option in the
Dial command just so folks don't hang up. I can't believe nobody else
is having this issue.

Any ideas to work around this?


On Wed, 26 Jan 2005 12:11:42 -0500, Brian Dingman <bdingman at gmail.com> wrote:
> Some more info. Using this exact call flow, ringback works for PSTN
> callers over WIldcard, IAX Callers over VP Connect, but NOT IAX
> callers over LiveVoip. Could this possibly be a bug with their "new"
> patch?
> 
> 
> On Wed, 26 Jan 2005 11:43:59 -0500, Brian Dingman <bdingman at gmail.com> wrote:
> > Here is the call flow:
> > [ivr-incoming]
> > exten => s,1,LookupCIDName
> > exten => s,2,DigitTimeout(2)
> > exten => s,3,ResponseTimeout(10)
> > exten => s,4,Wait(1)
> > exten => s,5,Background(custom/ivr-incoming)
> >
> > exten => 1,1,Background(pls-wait-connect-call)
> > exten => 1,2,Dial(${RINGPHONENUMBERS},20,r)
> > exten => 1,3,Voicemail,u${VMBOX}
> > exten => 1,4,Hangup
> >
> > Running * 1.0.5. The calling party hears the please wait while I
> > connect your call, but does not hear any ringing. I tried inserting
> > exten => 1,1,Ringing but that does not work either.
> >
> > The same call flow from the pstn DOES generate ringback:
> > [fromPSTN]
> > exten => s,1,DigitTimeout(2)
> > exten => s,2,ResponseTimeout(10)
> > exten => s,3,Wait(1)
> > exten => s,4,Background(custom/ivr-greeting)
> >
> > exten => 1,1,Background(pls-wait-connect-call)
> > exten => 1,2,Dial(${RINGPHONENUMBERS},15,r)
> > exten => 1,3,Voicemail,u${VMBOX}
> > exten => 1,4,Hangup
> >
> > Any thoughts.
> >
>



More information about the asterisk-users mailing list