Displaying 1 result from an estimated 1 matches for "bridgedchannel".
Did you mean:
bridge_channel
2006 Oct 29
1
Multiple dial macros at the same time
...one got it. What I want
instead is for Employee B to hear an alternate message that says
"someone else got the call." This gives positive confirmation that it's
not his problem, so he can roll over and go back to sleep.
I can see two ways of doing this.
1. Write a function called BridgedChannel that takes a channel ID and
returns its bridge peer channel ID, if any. This would allow me to set a
variable __PARENTCHANNEL with the channel ID of the incoming call,
before the Dial command executes. The macro, at priority 6, can then
check BridgedChannel(${__PARENTCHANNEL}). If it has a valu...