Update dialplan_edit.php
This commit is contained in:
parent
6770d15b3c
commit
9708c482fe
|
|
@ -267,7 +267,7 @@
|
|||
|
||||
//clear the cache
|
||||
$cache = new cache;
|
||||
if ($dialplan_context == "\${domain_name}") {
|
||||
if ($dialplan_context == "\${domain_name}" or $dialplan_context == "global") {
|
||||
$dialplan_context = "*";
|
||||
}
|
||||
$cache->delete("dialplan:".$dialplan_context);
|
||||
|
|
|
|||
Loading…
Reference in New Issue