From 9917ec285689b2088a8143af0e21a303d736b828 Mon Sep 17 00:00:00 2001 From: mcrane Date: Sun, 19 Apr 2009 02:04:35 -0600 Subject: FreeSWITCH remove trailing white spaces. --- config/freeswitch/freeswitch_ivr.tmp | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'config/freeswitch/freeswitch_ivr.tmp') diff --git a/config/freeswitch/freeswitch_ivr.tmp b/config/freeswitch/freeswitch_ivr.tmp index 55f64a79..7c9f9c05 100644 --- a/config/freeswitch/freeswitch_ivr.tmp +++ b/config/freeswitch/freeswitch_ivr.tmp @@ -4,7 +4,7 @@ freeswitch_ivr.php Copyright (C) 2008 Mark J Crane All rights reserved. - + FreeSWITCH (TM) http://www.freeswitch.org/ @@ -84,7 +84,7 @@ include("head.inc");
-"; @@ -93,11 +93,11 @@ include("head.inc"); //build a list of recordings from the config.xml //$config_recording_list = ''; -//$i = 0; +//$i = 0; //if (count($a_ivr) > 0) { // foreach ($a_ivr as $ivrent) { // $config_recording_list .= $ivrent['filename']."|"; -// $i++; +// $i++; // } //} //echo "config recording list: ".$config_recording_list."
\n"; @@ -105,29 +105,29 @@ include("head.inc"); //if ($config_change == 1) { // write_config(); -// $config_change = 0; +// $config_change = 0; //} -//if ($savemsg) print_info_box($savemsg); +//if ($savemsg) print_info_box($savemsg); //if (file_exists($d_hostsdirty_path)): echo"

"; //print_info_box_np("The FreeSWITCH recordings have been changed.
You must apply the changes in order for them to take effect."); //echo"
"; -//endif; +//endif; ?> - +

IVR
- An interactive voice response (IVR) often refered to as an Auto Attendant. - It associates a recording to multiple options that can be used to direct calls - to extensions, voicemail, queues, other IVR applications, and external + An interactive voice response (IVR) often refered to as an Auto Attendant. + It associates a recording to multiple options that can be used to direct calls + to extensions, voicemail, queues, other IVR applications, and external phone numbers.


- + @@ -143,9 +143,9 @@ include("head.inc"); - 0) { + if (count($a_ivr) > 0) { foreach ($a_ivr as $ent) { if (strlen($ent['ivrid']) > 0) { ?> @@ -169,8 +169,8 @@ include("head.inc"); @@ -191,7 +191,7 @@ include("head.inc");
Extension
- +


-- cgit v1.2.3