Displaying 1 result from an estimated 1 matches for "492185".
Did you mean:
92185
2009 May 14
3
how to avoid call waiting? Or check DIALSTATUS before Dial()?
I have two internal analogue extensions off a TDM400P. If the first is
busy, I'd like to ring the second. So:
[incoming]
exten =>s,1,Answer()
exten =>s,n,Dial(${mainline},60)
exten =>s,n,ExecIf($["${DIALSTATUS}" = "BUSY"]?Dial(${secondline},30))
But it doesn't work because * first tries Call Waiting on the main line.
Here I dial out:
-- Starting