Displaying 1 result from an estimated 1 matches for "callmyprovid".
Did you mean:
callmyprovider
2011 Apr 24
1
Realtime and priority labels
...d)})
exten => _1NXXNXXXXXX,n,NoOp(There are ${COUNT} calls for myprovider)
exten => _1NXXNXXXXXX,n,GotoIf($[ ${COUNT} > 2 ]?denied : continue)
exten => _1NXXNXXXXXX,n(denied),NoOp(There are too many calls up)
exten => _1NXXNXXXXXX,n,Hangup()
exten => _1NXXNXXXXXX,n(continue),GoSub(callmyprovider,${EXTEN},1)
instead of sequentially numbering the priorities, the "n" construct is
used. I find that when I attempt this in the realtime extensions table
only, the first priority step is recognized. If I sequentially number
the priorities and add a label, the step is no longer rec...