[asterisk-users] Ringback issue
Joshua Colp
jcolp at digium.com
Tue Aug 25 12:51:56 CDT 2015
D'Arcy J.M. Cain wrote:
> My last problem was nicely solved through this mailing list so
> hopefully this new problem will have the same happy outcome.
>
> My situation is that I have many extensions. Here is a sample:
<snip>
>
> [pbx-17842]
> exten => s,1,Verbose(0,${CALLERID(all)} Calling PBX 17842)
> same => n,Answer
> same => n,Wait(2)
> same => n(announce),Background($SOUNDS/pbx-17842/announce)
> same => n,WaitExten()
> same => n,DigitTimeout,5
> same => n,ResponseTimeout,10
> same => n,Goto(s,announce)
>
> exten => i,1,Verbose(0,${CALLERID(all)} dialed invalid extension
> ${EXTEN}) same => n,Playback(invalid)
> same => n,Goto(s,announce)
>
> exten => 200,1,Verbose(0,${CALLERID(all)} Calling PBX darcy)
> same => n,GoTo(LocalSets,4165555555,1)
>
> Finally I add an extension to go to that context:
>
> exten => 4165556666,1,GoTo(pbx-17842,s,1)
>
> When I dial 4165556666 I get no ringback which I can sort of live with
> since it gets answered pretty quickly but then when I dial "200" it
> transfers me correctly to the 4165555555 extension but there is no
> ringback there either and that is a problem because caller think that
> the phone has gone dead.
What is the complete console output and do you have an indications.conf
configuration file?
I ask because in this scenario Asterisk would be generating the ringback
itself as audio.
Cheers,
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
More information about the asterisk-users
mailing list