FreeSWITCH: Hunt Group: Destinations: Edit


Destination
Destination
e.g. 1001
Type \n"; echo " \n"; if (htmlspecialchars($pconfig['destinationtype']) == "extension") { echo " \n"; } else { echo " \n"; } if (htmlspecialchars($pconfig['destinationtype']) == "voicemail") { echo " \n"; } else { echo " \n"; } if (htmlspecialchars($pconfig['destinationtype']) == "sip uri") { echo " \n"; } else { echo " \n"; } echo " \n"; ?>
Profile \n"; echo " \n"; foreach (ListFiles('/usr/local/freeswitch/conf/sip_profiles') as $key=>$sip_profile_file){ $sip_profile_name = str_replace(".xml", "", $sip_profile_file); if (htmlspecialchars($pconfig['destinationprofile']) == $sip_profile_name) { echo " \n"; } else { echo " \n"; } } echo " \n"; ?>
Order \n"; //echo " \n"; if (strlen(htmlspecialchars($pconfig['destinationorder']))> 0) { echo " \n"; } $i=0; while($i<=999) { if (strlen($i) == 1) { echo " \n"; } if (strlen($i) == 2) { echo " \n"; } if (strlen($i) == 3) { echo " \n"; } $i++; } echo " \n"; ?>
Processing of each destination is determined by this order.
Description
You may enter a description here for your reference (not parsed).