0

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

Code Name Jack
  • 2,856
  • 24
  • 40

1 Answers1

0

You can do originate to dialplan, in dialplan you can do like you described.

For that you have use channel type Local

Dial(Local/800@ringgroups/n)
arheops
  • 15,544
  • 1
  • 21
  • 27