Update providers.php

This commit is contained in:
FusionPBX 2019-02-23 16:25:02 -07:00 committed by GitHub
parent 25f29bc0d6
commit c437e9ec0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -288,8 +288,8 @@ if (!class_exists('providers')) {
$outbound_routes[$x]['dialplan_expression'] = '(^911$|^933$)';
$outbound_routes[$x]['dialplan_prefix'] = '';
$outbound_routes[$x]['dialplan_variables'][] = 'sip_h_X-Tenant=${domain_name}';
$outbound_routes[$x]['dialplan_variables'][] = 'emergency_caller_id_name=${outbound_caller_id_name}';
$outbound_routes[$x]['dialplan_variables'][] = 'emergency_caller_id_number=${outbound_caller_id_number}';
$outbound_routes[$x]['dialplan_variables'][] = 'effective_caller_id_name=${emergency_caller_id_name}';
$outbound_routes[$x]['dialplan_variables'][] = 'effective_caller_id_number=${emergency_caller_id_number}';
$outbound_routes[$x]['dialplan_context'] = '${domain_name}';
$outbound_routes[$x]['dialplan_enabled'] = 'true';
$outbound_routes[$x]['dialplan_description'] = '911 emergency';