[asterisk-users] delay to dial

Ivan Stepaniuk ivan at albafotonica.com
Sat Oct 10 10:50:21 CDT 2009


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




More information about the asterisk-users mailing list