diff --git a/app/dialplans/app_config.php b/app/dialplans/app_config.php index 56a1117188..3b4d66fe11 100644 --- a/app/dialplans/app_config.php +++ b/app/dialplans/app_config.php @@ -53,7 +53,7 @@ $apps[$x]['default_settings'][$y]['default_setting_category'] = "dialplan"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "destination"; $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; - $apps[$x]['default_settings'][$y]['default_setting_value'] = "\${sip_req_user}"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "\${sip_to_user}"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Options: destination_number, \${sip_to_user}, \${sip_req_user}"; $y++;