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

 

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

exten => _00.,1,Dial(IAX2/[EMAIL PROTECTED]/${EXTEN:2})

exten => _09XX,1,Dial(IAX2/[EMAIL PROTECTED]/${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/[EMAIL PROTECTED]/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

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to