Update app_defaults.php
This commit is contained in:
@@ -91,6 +91,7 @@
|
|||||||
$array['sip_profiles'][$x]['sip_profile_description'] = $sip_profile_description;
|
$array['sip_profiles'][$x]['sip_profile_description'] = $sip_profile_description;
|
||||||
|
|
||||||
//add the sip profile domains name, alias and parse
|
//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_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_uuid'] = $sip_profile_uuid;
|
||||||
$array['sip_profiles'][$x]['sip_profile_domains'][$x]['sip_profile_domain_name'] = $sip_profile['domains']['domain']['@attributes']['name'];
|
$array['sip_profiles'][$x]['sip_profile_domains'][$x]['sip_profile_domain_name'] = $sip_profile['domains']['domain']['@attributes']['name'];
|
||||||
@@ -226,4 +227,4 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user