Remove the deprecated save_dialplan_xml function.
This commit is contained in:
parent
d96ec878bc
commit
1da210762c
|
|
@ -146,9 +146,6 @@ if (!class_exists('call_flows')) {
|
|||
$p->delete('dialplan_delete', 'temp');
|
||||
$p->delete('dialplan_detail_delete', 'temp');
|
||||
|
||||
//syncrhonize configuration
|
||||
save_dialplan_xml();
|
||||
|
||||
//apply settings reminder
|
||||
$_SESSION["reload_xml"] = true;
|
||||
|
||||
|
|
@ -241,9 +238,6 @@ if (!class_exists('call_flows')) {
|
|||
//revoke temporary permissions
|
||||
$p->delete('dialplan_edit', 'temp');
|
||||
|
||||
//syncrhonize configuration
|
||||
save_dialplan_xml();
|
||||
|
||||
//apply settings reminder
|
||||
$_SESSION["reload_xml"] = true;
|
||||
|
||||
|
|
@ -361,9 +355,6 @@ if (!class_exists('call_flows')) {
|
|||
//revoke temporary permissions
|
||||
$p->delete('dialplan_add', 'temp');
|
||||
|
||||
//syncrhonize configuration
|
||||
save_dialplan_xml();
|
||||
|
||||
//apply settings reminder
|
||||
$_SESSION["reload_xml"] = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue