Callback feature ringing the number not more that 7 seconds

I am using callback feature in Inbound route and it is working fine, but the problem is pbx is calling the call back number for 7 seconds only after that it is getting hangup.
FreePBX 13.0.195.1

Logs for the 8 seconds after the callback is initiated would be really helpful. You can get them from /var/log/asterisk/full

There is a hardcoded value for $timeout of 15000 milliseconds set in
/var/www/html/admin/modules/callback/bin/callback
If you are calling a mobile and the setup time is 8 seconds, that leaves only 7 seconds for ringing.

Normally, that wouldn’t be a problem – if you just made the callback request, the phone is in your hand and unlocked. However, you could edit the file manually if necessary (with all the hassle that entails, tampered module, changes wiped out by upgrades, etc.)

Or, you could write your own callback scheme that better meets your needs.

If the above does not help, please describe your application and constraints in more detail.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.