From 783721d42370b30de032d1a886506b69cf68f606 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 26 Sep 2014 09:03:41 -0300 Subject: Remove anyterm (it has closed binaries and bash inside), and also removed unmaintained freeswitch and freeswitch-dev (port was removed from FreeBSD ports tree) --- .../v_auto_attendant_options_edit.tmp | 252 --------------------- 1 file changed, 252 deletions(-) delete mode 100644 config/freeswitch_dev/v_auto_attendant_options_edit.tmp (limited to 'config/freeswitch_dev/v_auto_attendant_options_edit.tmp') diff --git a/config/freeswitch_dev/v_auto_attendant_options_edit.tmp b/config/freeswitch_dev/v_auto_attendant_options_edit.tmp deleted file mode 100644 index d91a077b..00000000 --- a/config/freeswitch_dev/v_auto_attendant_options_edit.tmp +++ /dev/null @@ -1,252 +0,0 @@ - - - -$v_label: Auto Attendant: Options: Edit

\n"; -} -if ($input_errors) print_input_errors($input_errors); - -?> - -
- - -
- -
- - - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Option Number - -
Option Number
- e.g. 1
Type - \n"; - echo " \n"; - if (htmlspecialchars($pconfig['optiontype']) == "extension") { - echo " \n"; - } - else { - echo " \n"; - } - if (htmlspecialchars($pconfig['optiontype']) == "voicemail") { - echo " \n"; - } - else { - echo " \n"; - } - if (htmlspecialchars($pconfig['optiontype']) == "sip uri") { - echo " \n"; - } - else { - echo " \n"; - } - echo " \n"; - ?> -
Profile - \n"; - echo " \n"; - if (htmlspecialchars($pconfig['optionprofile']) == "auto") { - echo " \n"; - } - else { - echo " \n"; - } - - foreach (ListFiles($v_conf_dir.'/sip_profiles') as $key=>$sip_profile_file){ - $sip_profile_name = str_replace(".xml", "", $sip_profile_file); - - if (htmlspecialchars($pconfig['optionprofile']) == $sip_profile_name) { - echo " \n"; - } - else { - echo " \n"; - } - } - echo " \n"; - - ?> -
Destination - -
- - - extension: 1001
- voicemail: 1001
- sip uri (voicemail): sofia/internal/*98@${domain}
- sip uri (external number): sofia/gateway/gatewayname/12081231234
- sip uri (auto attendant): sofia/internal/5002@${domain}
- sip uri (user): /user/1001@${domain}
-
-
Description - -
You may enter a description here - for your reference (not parsed).
  - - - - - - - -
-
- -
-
-
-
-
-
- -
- -
- - - - -- cgit v1.2.3