[asterisk-users] Escalate Call To Mobile

C F shmaltz at gmail.com
Sun Dec 24 07:24:24 MST 2006


You Dont Have A Priority 1 And You Have Priority 2 Twice

On 12/24/06, Charlie Grosvenor <charlie at cgrosvenor.co.uk> wrote:
> 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
>
>
>


More information about the asterisk-users mailing list