John Novack wrote:
> B.Masoud @ SH wrote:
>   
>> I use elastix,
>> I have this for dialout:
>>
>> exten => s,8,Dial(${OUT_${ARG1}}/${ARG2:${length}})
>>
>> where should I add the w ??  
>>     
> right before the dialed number
> If I understand your code it should be:
>
> exten => s,8,Dial(www${OUT_${ARG1}}/${ARG2:${length}})
>   

John I think you are wrong, I don't know elastix but the OUT_${ARG1} var 
seems to contain the channel technology, the 'w' should be inserted 
after the slash.

exten => s,8,Dial(${OUT_${ARG1}}/www${ARG2:${length}})


--
Iván Stepaniuk
Alba Fotónica S.L.
www.albafotonica.com


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Reply via email to