[Asterisk-java-devel] How to Cancel a Dial command
Brought to you by:
srt
From: Jeryes . <je...@vo...> - 2012-01-03 21:24:15
|
Hi All, I'm using java fast-agi protocol, and I'm dialing to new destinations based on the existing channel: * channel.exec("Dial","SIP/extension1")* and I'm facing a problem to cancel that dial if the call sufers a timeout, and originate new call to other destination. Do someone have faced that problem or have any idea to implement this scenario? I'm working with the versions below: asterisk 1.6.2.22 asterisk-java 1.0.0 Thanks in advance! Jeryes |