I am using Asterisk Manager Interface to originate call. I am making Outbound call and then originate calls on multiple extensions. The problem is that the other extensions doesn't get disconnected if call has been answered on one of the extensions. I want to achieve behaviour similar to Dial method. e.g.
Dial(SIP/1000&SIP/1001&SIP/1003)
Here if the call is answered by one of them (1001,1002,1003) . Others are automatically disconnected.
Please help