Hi,
I am using TCL ver 2.0
In the "timer" procedure, I've got the following piece of code. But when it comes to execution of this code, I get an error saying
"leg [xxx] is in conferenced state".
I want to interrupt the conversation and play the .au file against the incoming call leg. Can someone explain why this happens and how to get rid of the error
Code :
} else {
connection destroy con_all
media play leg_incoming tftp://213.232.102.12/en/out_of_time.au
fsm setstate CALLDISCONNECTED
}
Thanks in advance,
Kiran