Displaying 2 results from an estimated 2 matches for "destination1".
Did you mean:
destination
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 => 907,n,Dial(${DIALSTRING})
asterisk complains:
Feb 3 12:39:40 WARNING[26200]: pbx.c:6010 pbx_builtin_setvar: Ignoring
entry '10' with no = (and not last 'options' entry)
i've tried sever...
2004 Apr 12
0
strange error at extension.conf
hi,
i write this looking for free conference room, i checl code and don?t see any error but die at priority 7 if room 1001 have users in
exten => _1NXXNXXXXXX,1,RouteCall(${EXTEN})
exten => _1NXXNXXXXXX,2,GotoIf($[${DESTINATION1:0:3} = CONF]?3:13)
exten => _1NXXNXXXXXX,3,Setvar,var=0
exten => _1NXXNXXXXXX,4,MeetMeCount(1001|var)
exten => _1NXXNXXXXXX,5,GotoIf($[${var} =0]?7:6)
exten => _1NXXNXXXXXX,6,Meetme(1001|M)
exten => _1NXXMXXXXXX,7,MeetMeCount(1002|var)
exten => _1NXXNXXXXXX,8,GotoIf($[${var} =0]?1...