From def76d6e40ed2d038be334cbd101a077636d4adc Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 13 Aug 2019 12:21:27 -0600 Subject: [PATCH] Update app_defaults.php --- app/sip_profiles/app_defaults.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/sip_profiles/app_defaults.php b/app/sip_profiles/app_defaults.php index 64afcdd581..b077ba4a42 100644 --- a/app/sip_profiles/app_defaults.php +++ b/app/sip_profiles/app_defaults.php @@ -91,6 +91,7 @@ $array['sip_profiles'][$x]['sip_profile_description'] = $sip_profile_description; //add the sip profile domains name, alias and parse + $sip_profile_domain_uuid = uuid(); $array['sip_profiles'][$x]['sip_profile_domains'][$x]['sip_profile_domain_uuid'] = $sip_profile_domain_uuid; $array['sip_profiles'][$x]['sip_profile_domains'][$x]['sip_profile_uuid'] = $sip_profile_uuid; $array['sip_profiles'][$x]['sip_profile_domains'][$x]['sip_profile_domain_name'] = $sip_profile['domains']['domain']['@attributes']['name']; @@ -226,4 +227,4 @@ } -?> \ No newline at end of file +?>