[Asterisk-Users] Re: Delayed dial under Asterisk ?

Robert Rozman rozman at fri.uni-lj.si
Fri Apr 8 13:15:08 MST 2005


----- Original Message ----- 
From: "Mick Hastings" <mick_hastings at yahoo.com>
To: <asterisk-users at lists.digium.com>
Sent: Friday, April 08, 2005 1:07 PM
Subject: [Asterisk-Users] Re: Delayed dial under Asterisk ?


> Hi Robert,
>
> I just set this up today for dialing international using a calling card 
> account.
>
> usually we call 0120 982 433
> wait for voice prompt
> then dial the number
>
> i set it up so the user only has to prefix with 011 then the number like 
> this:
>
> [brastel]
> exten => _011.,1,Dial(SIP/0120982432 at ciscobox,,TM(BRASTEL^${EXTEN:3}))
> exten => _011.,2,Hangup
>
> [macro-BRASTEL]
> exten => s,1,Wait(2)
> exten => s,2,SendDTMF(${ARG1})
>
> this way the user dials this: 011 61 3 9556 7787
>
> and asterisk does this:
>
> dials 0120 982 433
> waits for connect
> then waits 2 seconds
> then sends 61 3 9556 7787
>
> seems to work for me just fine.
>
> cheers,
> Mick
>

Thanks for useful info. I still wonder if Asterisk has any problem receiving 
delayed dial numbers (like first 8 numbers to get to Asterisk, then wait for 
2 secs and then send internal number...).

regards,

Rob. 




More information about the asterisk-users mailing list