exten => s,1,Answer() exten => s,n,Wait(2) exten => s,n,SayAlpha(495256) exten => s,n,Wait(2) exten => s,n,Dial(SIP/11112223333) exten => s,n,Hangup -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140809/bd53fc5c/attachment.html>
Administrator TOOTAI
2014-Aug-09 11:34 UTC
[asterisk-users] why not forwarding to this number?
Le 09/08/2014 12:23, Thomas Perron a ?crit :> exten => s,1,Answer() > exten => s,n,Wait(2) > exten => s,n,SayAlpha(495256) > exten => s,n,Wait(2) > exten => s,n,Dial(SIP/11112223333) > exten => s,n,HangupHi, you could at least tell us why you think the number is not forwarded (error ?) and what you have in logs I would at first check if the peer is registered assuming you have a congestion or unavailable error. -- Daniel