mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 01:23:50 +00:00
Update destination_edit.php
This commit is contained in:
@@ -662,6 +662,9 @@
|
||||
$cache = new cache;
|
||||
$cache->delete("dialplan:".$destination_context);
|
||||
$cache->delete("dialplan:".$destination_context.":".$destination_number);
|
||||
if (isset($destination_prefix)) {
|
||||
$cache->delete("dialplan:".$destination_context.":".$destination_prefix.$destination_number);
|
||||
}
|
||||
}
|
||||
|
||||
//save the outbound destination
|
||||
|
||||
Reference in New Issue
Block a user