2
0
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:
Adam Zammit
2014-09-17 15:25:22 +10:00
parent 529133c8c6
commit fb0f9240f5
2 changed files with 21 additions and 15 deletions

View File

@@ -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
*/