简体   繁体   English

如何使用星号增加电话的默认响铃时间

[英]How can I increase the default ringing time on a phone using asterisk

I have an asterisk pbx setup on my server. 我的服务器上有一个星号pbx设置。 We call to phone numbers using our pbx asterisk 11. The default ringing time on the phone numbers seems to be very low around 20 seconds. 我们使用pbx星号11拨打电话号码。电话号码的默认响铃时间似乎很短,约为20秒。 Is there any way in asterisk to increase the ringing time, if yes then please let me know how can I do this. 星号中是否有增加响铃时间的方法,如果可以,请告诉我该怎么做。

Regards 问候

Asterisk 11 - Dial options 星号11-拨号选项

You are referring to the timeout of the Dial application. 您是指“ 拨号”应用程序的超时 It is easy to fix, just include after a coma the number of seconds that you want to ring. 它很容易修复,只需在昏迷后加上您要振铃的秒数即可。

Example: exten => s,1,Dial(SIP/1000,60) This example will ring extension 1000 during 60 seconds. 示例: exten => s,1,Dial(SIP/1000,60)此示例将在60秒内振铃分机1000。

https://wiki.asterisk.org/wiki/display/AST/Dial+Application https://wiki.asterisk.org/wiki/display/AST/Dial+Application

But, maybe you are using somekind of frontend, like FreePBX, Elastix, etc. Whit this frontends, your configuration is scripted to the previous code, so, this parameter must be configurable. 但是,也许您正在使用某种前端,例如FreePBX,Elastix等。如果使用此前端,则您的配置已编写为先前的代码,因此,此参数必须是可配置的。

Look for dialing options, you will find something like default dial timeout . 查找拨号选项,您会发现类似默认拨号超时的内容

Hope it helps! 希望能帮助到你!

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

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