|
@@ -104,7 +104,7 @@ else
|
|
exit
|
|
exit
|
|
fi
|
|
fi
|
|
fi
|
|
fi
|
|
-
|
|
|
|
|
|
+clear
|
|
###################
|
|
###################
|
|
# Notes / Warnings
|
|
# Notes / Warnings
|
|
###################
|
|
###################
|
|
@@ -125,6 +125,7 @@ cat << DELIM
|
|
If It Fails For Any Reason Please Report To [email protected].
|
|
If It Fails For Any Reason Please Report To [email protected].
|
|
|
|
|
|
Please Include Any Screen Output You Can To Show Where It Fails.
|
|
Please Include Any Screen Output You Can To Show Where It Fails.
|
|
|
|
+
|
|
DELIM
|
|
DELIM
|
|
|
|
|
|
###############################################
|
|
###############################################
|
|
@@ -535,7 +536,9 @@ else
|
|
fs_ver="v1.5"
|
|
fs_ver="v1.5"
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+# Set the freeswitch src path based on version
|
|
fs_src_path=/usr/src/freeswitch-"$fs_ver"
|
|
fs_src_path=/usr/src/freeswitch-"$fs_ver"
|
|
|
|
+
|
|
################################################################
|
|
################################################################
|
|
#Used for pkg based installs for cp the base configs into place
|
|
#Used for pkg based installs for cp the base configs into place
|
|
################################################################
|
|
################################################################
|