简体   繁体   中英

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

I have an asterisk pbx setup on my server. 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. 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

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.

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.

Look for dialing options, you will find something like default dial timeout .

Hope it helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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