mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 11:13:50 +00:00
Update providers.php
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user