From 44f44e817107347cb73bc74a92c60e1a6fc63014 Mon Sep 17 00:00:00 2001 From: mcrane Date: Sun, 9 Aug 2009 02:12:29 -0600 Subject: FreeSWITCH dev package replace the rest of the hard coded paths, update wording, fix labels on a few pages, fix wav and mp3 download and play tools. --- .../v_auto_attendant_options_edit.tmp | 252 +++++++++++++++++++++ 1 file changed, 252 insertions(+) create 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 new file mode 100644 index 00000000..7be21e6b --- /dev/null +++ b/config/freeswitch_dev/v_auto_attendant_options_edit.tmp @@ -0,0 +1,252 @@ + + + +$v_label: 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