|
\n"; unset($a_dialplan_includes_details[$i]); } $i++; } //if the dialplan include xml file exists then delete it if (file_exists("/usr/local/freeswitch/conf/dialplan/default/".$dialplanincludefilename)) { unlink("/usr/local/freeswitch/conf/dialplan/default/".$dialplanincludefilename); } unset($dialplanincludefilename); unset($a_dialplan_includes[$_GET['id']]); write_config(); sync_package_freeswitch_dialplan_includes(); header("Location: freeswitch_dialplan_includes.php"); exit; } } } $pgtitle = "FreeSWITCH: Dialplan"; include("head.inc"); ?>
=$pgtitle?>
|