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