【发布时间】:2013-11-22 12:27:34
【问题描述】:
我的服务器上有一个星号 pbx 设置。我们使用 pbx 星号 11 呼叫电话号码。电话号码的默认振铃时间似乎非常短,约为 20 秒。星号有什么方法可以增加振铃时间,如果有,请告诉我该怎么做。
问候
【问题讨论】:
-
Dial Commands 的 Dialplan 中使用的 ring-timeout 是什么,例如。
exten => s,1,Dial(IAX2/user:pass@otherend.com/500,ring-timeout)?如果没有指定 ring-timeout,通道将无限响铃。 -
基于 Asterisk 11 文档:
timeout - Specifies the number of seconds we attempt to dial the specified devices. If not specified, this defaults to 136 years.
标签: asterisk