Displaying 1 result from an estimated 1 matches for "__parentchannel".
2006 Oct 29
1
Multiple dial macros at the same time
...t; 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 value then the
call is already bridged and we can tell the employee not to worry.
2. Have a MySQL database with a single table wit...