Update dialplan_inbound_add.php
This commit is contained in:
parent
f308baa77f
commit
d3faaf1396
|
|
@ -123,6 +123,7 @@ if (count($_POST) > 0) {
|
|||
|
||||
//process the http post data
|
||||
if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
//check for all required data
|
||||
if (strlen($domain_uuid) == 0) { $msg .= "".$text['label-required-domain_uuid']."<br>\n"; }
|
||||
if (strlen($dialplan_name) == 0) { $msg .= "".$text['label-required-dialplan_name']."<br>\n"; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue