Update destination_edit.php

This commit is contained in:
FusionPBX 2019-11-11 09:55:07 -07:00 committed by GitHub
parent 79772f462a
commit a33e5b2e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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