Update destination_edit.php

This commit is contained in:
FusionPBX 2019-11-11 09:55:07 -07:00 committed by GitHub
parent 21179a6048
commit 434e59fe73
1 changed files with 3 additions and 0 deletions

View File

@ -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