[asterisk-users] Escalate Call To Mobile

Charlie Grosvenor charlie at cgrosvenor.co.uk
Sun Dec 24 07:03:35 MST 2006


I am using Voip Talk and have my extensions.conf set up to make outgoing
calls:

 

exten => _0[1-9].,1,Dial(IAX2/84456557 at voiptalk/44${EXTEN:1})

exten => _00.,1,Dial(IAX2/84456557 at voiptalk/${EXTEN:2})

exten => _09XX,1,Dial(IAX2/84456557 at voiptalk/${EXTEN})

 

What I want to do is have extension 2000 first try and call me on
extension 5000 then if nobody has answered after five rings call me on
my mobile (number 07944123123 (not my real number)) if nobody then
answers after 3 rings goto voicemail.

 

exten => 2000,2,Dial(SIP/5000,5)

exten => 2000,2,Dial(IAX2/84456557 at voiptalk/447944123123,3)

exten => 2000,3,Voicemail,b5000

exten => 2000,103,Voicemail,u5000

 

This is not working. Can somebody tell me what I am doing wrong?

 

Thanks

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061224/b98c2b88/attachment.htm


More information about the asterisk-users mailing list