简体   繁体   English

使用星号拨号计划进行多次通话

[英]Multiple call using asterisk dialplan

I want to make multiple calls at the same time using using sip dialplan, like : 我想使用sip Dialplan同时拨打多个电话,例如:

exten => _X.,1,Dial(SIP/${DIAL}${DIALSTR})

while, in my dial variable there are multiple numbers like and there context is this way: 同时,在我的Dial变量中有多个数字,例如,上下文是这样的:

local/11111111111&local/33333333333&local/5555555555&local/777777777777@scl_local 

I want to call all the numbers at the same time, so I created context above; 我想同时呼叫所有号码,所以我在上面创建了上下文; but that called only one number and got disconnected. 但是那个只叫一个号码而被断开。

I want to dial something like this: 我想拨打这样的电话:

SIP/11111111111,33333333333,5555555555,777777777777

拨号(SIP / 101&SIP / 102&SIP / 103)

上面的拨号方案同时拨打所有提及的号码,无论谁先接听电话,都会接听电话,其余的将断开。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM