diff --git a/app/dialplan_inbound/app_languages.php b/app/dialplan_inbound/app_languages.php index 247b3f6a0b..5ff743dbf5 100644 --- a/app/dialplan_inbound/app_languages.php +++ b/app/dialplan_inbound/app_languages.php @@ -1,69 +1,101 @@  \ No newline at end of file diff --git a/app/dialplan_inbound/dialplan_inbound_add.php b/app/dialplan_inbound/dialplan_inbound_add.php index f6b11fc28c..5892602817 100644 --- a/app/dialplan_inbound/dialplan_inbound_add.php +++ b/app/dialplan_inbound/dialplan_inbound_add.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2012 + Portions created by the Initial Developer are Copyright (C) 2008-2013 the Initial Developer. All Rights Reserved. Contributor(s): @@ -102,9 +102,6 @@ foreach($text as $key => $value) { $condition_expression_1 = str_replace("+", "\+", $condition_expression_1); $condition_expression_1 = '^'.$condition_expression_1.'$'; } - else { - $msg .= "".$text['label-destination-must-be-num']."
\n"; - } } $dialplan_enabled = check_str($_POST["dialplan_enabled"]); $dialplan_description = check_str($_POST["dialplan_description"]);