Update providers.php
This commit is contained in:
parent
25f29bc0d6
commit
c437e9ec0c
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue