* Add the / character to the ALLOWED_CHARS variable to fix bug with front slashes being stripped. Previously was turning /var/lib/freeswitch into varlibfreeswitch
* Update app_defaults.php
Updating app defaults for Dialplan -> Domain Variables to set origination_callee_id_name to match the caller_destination instead of the destination number so that if you call another tenant in the same Fusion instance without is_local enabled the caller_destination shows instead of the tenant's called extension.
* Update app_defaults.php
Instead of removing the export all together we need to update it from destination_number to caller_destination.
* Update 020_domain-variables.xml
Set origination callee ID to caller_destination so internal calls don't show "Outbound Call"
---------
Authored-by: Jacob Buscher <jacob@bfitec.com>
Updating app defaults for Dialplan -> Domain Variables to set origination_callee_id_name to match the caller_destination instead of the destination number so that if you call another tenant in the same Fusion instance without is_local enabled the caller_destination shows instead of the tenant's called extension.
---------
Authored-by: Jacob Buscher <jacob@bfitec.com>
Removed for these reasons.
- Update the caller's display when making a call to the final destination number rather than the number that was called.
- It also modifies the phone history of called numbers
- Changes the number in Call Detail Records to the final destination rather than Caller's Destination
New system use the journal (some still use syslog). the "log" action default level is DEBUG.
This change moves the 404 error code to WARNING, the mod_syslog will report to the journal (or syslog).
If 400+ domains exist it's not possible to Execute App Defaults without getting PHP out of memory error on line 630 in 'app\dialplan\resources\classes\dialplan.php'.
It would be better to first build XML for each domain_name (context) then for all else.