Callback Reference documentation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "$amp_conf['CALLBACK_PREFIX'] = ''; $amp_conf['CALLBACK_CLI'] = 'Callback'; $amp_conf['CALLBACK_RETRY'] = 2; $amp_conf['CALLBACK_INTERVAL'] = 15; $amp_conf['CALLBACK_WAIT'] = 3...") |
No edit summary |
||
Line 1: | Line 1: | ||
These configurations may be added to /etc/freepbx.conf | |||
<pre> | |||
$amp_conf['CALLBACK_PREFIX'] = ''; | $amp_conf['CALLBACK_PREFIX'] = ''; | ||
$amp_conf['CALLBACK_CLI'] = 'Callback'; | $amp_conf['CALLBACK_CLI'] = 'Callback'; | ||
Line 6: | Line 9: | ||
$amp_conf['CALLBACK_ARCHIVE'] = 'No'; | $amp_conf['CALLBACK_ARCHIVE'] = 'No'; | ||
$amp_conf['CALLBACK_METHOD'] = 'api'; | $amp_conf['CALLBACK_METHOD'] = 'api'; | ||
$amp_conf['CALLBACK_ALLOWED'] = ''; | $amp_conf['CALLBACK_ALLOWED'] = '';</pre> |
Revision as of 14:37, 13 June 2016
These configurations may be added to /etc/freepbx.conf
$amp_conf['CALLBACK_PREFIX'] = ''; $amp_conf['CALLBACK_CLI'] = 'Callback'; $amp_conf['CALLBACK_RETRY'] = 2; $amp_conf['CALLBACK_INTERVAL'] = 15; $amp_conf['CALLBACK_WAIT'] = 30; $amp_conf['CALLBACK_ARCHIVE'] = 'No'; $amp_conf['CALLBACK_METHOD'] = 'api'; $amp_conf['CALLBACK_ALLOWED'] = '';