Displaying 1 result from an estimated 1 matches for "ringphonenumbers".
2005 Jan 26
4
No ringback on IAX channel after selecting menu option
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 gene...