简体   繁体   English

Asterisk SIP - 并行拨号

[英]Asterisk SIP - Dial in parallel

I've searched the documentations of asterisk and could not find any info of the limit of parallel destinations when dialing in parallel.我搜索了星号的文档,在并行拨号时找不到任何并行目的地限制的信息。

exten => n,Dial(number1&number2&number3&...],other-options)

Does anyone know what is the limitation in the ideal case, when there are no other active call sessions etc?有谁知道理想情况下的限制是什么,当没有其他活动的呼叫会话等时?

Thanks in advance提前致谢

There are no limits, except没有限制,除了

1) Dialplan line is limited to something like 200chars. 1)拨号计划线路仅限于 200 个字符。

2) load limited by your server max load. 2) 负载受服务器最大负载限制。 Usually limited by CPS, becuase it give alot of inivites and cpu spike.通常受 CPS 限制,因为它会产生大量的启动和 CPU 峰值。 Something like 50/sec for modern servers, so near 50-100.现代服务器的速度大约为 50/秒,接近 50-100。

In general if you need call multiple people(like 30+) much better use queue, becuase they do redial in same session.一般来说,如果您需要呼叫多个人(例如 30 人以上)更好地使用队列,因为他们会在同一个 session 中重拨。

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

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