mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fixes lp:1362418 - Cannot originate calls on Asterisk 11
Adds ORIGINATE_CONTEXT as a configuration default and sets it to 'from-internal'
This commit is contained in:
@@ -94,6 +94,12 @@ if (!defined('VOIP_ADMIN_PASS')) define('VOIP_ADMIN_PASS','amp111');
|
||||
*/
|
||||
if (!defined('VOIP_PORT')) define('VOIP_PORT','5038');
|
||||
|
||||
/**
|
||||
* The Asterisk context to originate calls from (in FreePBX this should be
|
||||
* 'from-internal' otherwise try 'default'
|
||||
*/
|
||||
if (!defined('ORIGINATE_CONTEXT')) define('ORIGINATE_CONTEXT','from-internal');
|
||||
|
||||
/**
|
||||
* The freepbx root path (if installed) otherwise false to disable freepbx integration
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user