Displaying 1 result from an estimated 1 matches for "trunkone".
Did you mean:
trunking
2004 Mar 31
0
Dial Application priorities
Hi,
I am trying to get priority + 101 to work with Dial application.
My dial plan is like this:
[dial-mobile-peak]
exten => s,1,AbsoluteTimeout(${ABSOLUTETIMEOUT})
exten => s,2,Dial(${TRUNKONE}${CALLEDNO:1})
exten => s,103,AbsoluteTimeout(${ABSOLUTETIMEOUT})
exten => s,104,Dial(${TRUNKTWO}${CALLEDNO:1})
I have changed password for first trunk to simulate trunk failure. Trunk
one tries to dial, it gets rejected by remote peer and then it just
defaults to look for timeout (exten =&g...