Update destination_edit.php
This commit is contained in:
parent
79772f462a
commit
a33e5b2e02
|
|
@ -662,6 +662,9 @@
|
||||||
$cache = new cache;
|
$cache = new cache;
|
||||||
$cache->delete("dialplan:".$destination_context);
|
$cache->delete("dialplan:".$destination_context);
|
||||||
$cache->delete("dialplan:".$destination_context.":".$destination_number);
|
$cache->delete("dialplan:".$destination_context.":".$destination_number);
|
||||||
|
if (isset($destination_prefix)) {
|
||||||
|
$cache->delete("dialplan:".$destination_context.":".$destination_prefix.$destination_number);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//save the outbound destination
|
//save the outbound destination
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue