Ari

In Followme settings of ARI - I noticed that ARI sets Ring “ext” first to 4 seconds by default and zero seconds is not an option. I may be blind but how do I change that setting to zero as its default setting?

When using the the FreePBX gui as admin it gives you the option to set it for 0 rings but as soon as a user uses ARI it gets set back to 4 rings.

I have scanned through the files but for the life of me can’t find the where the default value of 4 is comming from.

in recordings/includes/main.conf.php:
$SETTINGS_PRERING_LOW = 4;
$SETTINGS_PRERING_HIGH = 30;

Change $SETTINGS_PRERING_LOW = 4; to $SETTINGS_PRERING_LOW = 0;

Thanks! I’m blind.