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.

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to