[Asterisk-Users] Dial Out w/ OH323
Michael Manousos
manousos at inaccessnetworks.com
Thu Sep 9 12:30:00 MST 2004
Huddleston, Robert wrote:
> Okay - read it... my configuration works... what I want
> exten => XXXXXXXXXX,1,Wait,2
> exten => XXXXXXXXXX,2,Dial(OH323/XXXXXXXXXX)
>
> I want it to pass the 10 digits to the DIAL string... I'm not sure I
> understand the macros
> can I just put the ${EXTEN} in there??
Of course. The following will do the job:
exten => _XXXXXXXXXX,2,Dial(OH323/${EXTEN})
Michael.
More information about the asterisk-users
mailing list