Displaying 1 result from an estimated 1 matches for "082a9768".
2007 Jan 24
1
ChanIsAvail kills dialplan processing when no Zap available on 1.2.14.
...wn version
to illustrate the problem I'm having.
macro dialout ( dest ) {
ChanIsAvail(Zap/g1);
noop(Value of AVAILCHAN is ${AVAILCHAN});
Dial(Zap/G1/${dest}||H);
};
Here's what happens when only the second bearer is connected:
-- Executing Macro("SIP/1210-082a9768", "dialout|0800789456") in new stack
-- Executing Set("SIP/1210-082a9768", "dest=0800789456") in new stack
-- Executing ChanIsAvail("SIP/1210-082a9768", "Zap/g1") in new stack
-- Hungup 'Zap/32-1'
-- Executing NoOp("...