Remove the deprecated save_dialplan_xml function.
This commit is contained in:
parent
9ccd98bf2a
commit
6310f5fdb7
|
|
@ -687,9 +687,6 @@
|
||||||
$dialplans->uuid = $dialplan_uuid;
|
$dialplans->uuid = $dialplan_uuid;
|
||||||
$dialplans->xml();
|
$dialplans->xml();
|
||||||
|
|
||||||
//synchronize the xml config
|
|
||||||
save_dialplan_xml();
|
|
||||||
|
|
||||||
//clear the cache
|
//clear the cache
|
||||||
$cache = new cache;
|
$cache = new cache;
|
||||||
$cache->delete("dialplan:".$destination_context);
|
$cache->delete("dialplan:".$destination_context);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue