From 39cd7742ef263fffea6520dcb799b8c5c8062b2d Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 17 Feb 2015 19:18:43 +0000 Subject: [PATCH] Write the xml file for sip profiles and reloadxml when the sip profiles are missing add new defaults. --- app/sip_profiles/app_defaults.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/sip_profiles/app_defaults.php b/app/sip_profiles/app_defaults.php index f9907e872f..7b1ab92167 100644 --- a/app/sip_profiles/app_defaults.php +++ b/app/sip_profiles/app_defaults.php @@ -150,6 +150,12 @@ } } } + + //save the sip profile xml + save_sip_profile_xml(); + + //apply settings reminder + $_SESSION["reload_xml"] = true; } unset($prep_statement); }