Displaying 1 result from an estimated 1 matches for "parse_di".
Did you mean:
parse_dir
2006 Feb 03
4
cmd set with multiple values
hello!
has this made it into 1.2.3 already:
http://bugs.digium.com/view.php?id=6128 ?
i'm trying to set a variable that should be used as a dialstring in the
dial-command, including parameters seperated with the respective
delimiter, e.g. like:
exten => 907,1,Set(DESTINATION1=Zap/G1/4989123456789|10|gh)
exten => 907,n,Set(DIALSTRING=${DESTINATION1})
exten =>