-Please do not change the maintainer
-Plase DO send me a note before changing anything here and PLEASE DO MAKE A JIRA FIRST !!!!
-This is the result of far too much sleepless time and far too many people broke this far too often so HANDS OFF FOR NOW !!!!
-So one more time
-
-1. Do not perform any changes before verifying with the current maintainer (yes that is me) if they are OK
-2. Before the mere idea of a change shall cross your mind create a ticket in Jira and assign it to the current maintainer
-3. Yes the current maintainer has also other obligations besides fixing things people break in the debian build files so be patient, it can sometimes take a bit for him to react.
-4. This has been a lot of work so please stay away from fixing it to death
-5. The maintainer is always right
-6. If the maintainer is wrong, look at 5.
+Please do not change the maintainer (as found in the control file).
+
+Please DO send me a note before changing anything here. Also, PLEASE DO MAKE A
+JIRA FIRST !!!!
+
+This request is the result of far too many sleepless nights and far too many
+people breaking this far too often. So, HANDS OFF FOR NOW !!!!
+
+Again, to be perfectly clear:
+1. Do not make any changes before verifying that they are OK with the current
+maintainer (yes, that is me*).
+
+2. Before the mere idea of making a change crosses your mind, create a ticket in
+Jira and assign it to the current maintainer.
+
+3. As current maintainer, I have other obligations besides fixing things people
+break in the Debian build. So, please be patient; it can sometimes take a
+bit for me to respond.
+
+4. Creating and maintaining this packages has been a lot of work. Please help
+me maintain it by not fixing it to death.
+
+5. The maintainer is always right.
+
+6. If you believe the maintainer is wrong, please see item #5.
+
+
+
+* Michal Bielicki <michal.bielicki@seventhsignal.de>
* cleaned up rules file and module make rules
* more trivial changes and updates :)
- -- Michal Bielicki <michal.bielicki@seventhsignal.de> Fr, 15 Oct 2010 13:14:02 +0200
+ -- Michal Bielicki <michal.bielicki@seventhsignal.de> Fri, 15 Oct 2010 13:14:02 +0200
freeswitch (1.0.head~git.master.20101014.1-1) unstable; urgency=low
* added patches from Julien Duqene (FS-369)
* Various trivial changes and updates :)
- -- Michal Bielicki <michal.bielicki@seventhsignal.de> Fr, 15 Oct 2010 05:05:02 +0200
+ -- Michal Bielicki <michal.bielicki@seventhsignal.de> Fri, 15 Oct 2010 05:05:02 +0200
freeswitch (1.0.head~git.master.20100601.2-1) unstable; urgency=low
* upgrade: Add more verbosity when building to make it easier to find build
errors.
* upgrade: Remove the requirement for EXACTLY automake1.9 and change it to
- need atleast automake 1.9
+ need at least automake 1.9
* upgrade: Add the modules (directory, cluechoo, and valet_parking) to the
build files. These are in the standard build, so they should be here too.
* ADD: reboot option for sip phones to flush_inboud_reg sofia profile api command
* FIX: add small padding to end of mp3 to avoid cut off mp3 recording
* FIX: patch multiple SDP connection lines in sdp for proxy media mode (MODENDP-109)
- * FIX: don't parse ringback varable in proxy situations
+ * FIX: don't parse ringback variable in proxy situations
* ADD: per call vm recording ext with vm_message_ext variable
* ADD: sip_bye_h prefix to add headers to bye
* ENHANCEMENT: more interfaces available in show fsapi command
- Added mod_say_es and mod_say_nl
- Updated descriptions
- Added mod_cdr_csv
- * Fixed typos and some errors in the previus patch.
+ * Fixed typos and some errors in the previous patch.
* Modified monit script. Now it should work.
* The debian build system now bootstrap automagically if it's necessary and all scripts are in place.
This package was debianized by Michal Bielicki
-<michal.bielicki@seventhsignal.de> on Now 25, 2007.
+<michal.bielicki@seventhsignal.de> on Nov 25, 2007.
The source was downloaded from http://www.freewitch.org/
opt/freeswitch/conf/autoload_configs/python.conf.xml
opt/freeswitch/mod/mod_python.so*
-usr/lib/python2.5/site-packages/freeswitch.py*
+usr/lib/python2.*/*-packages/freeswitch.py*
# Required-Stop: $network $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
-# Short-Description: The FreeSwitch Voice Switching System
+# Short-Description: The FreeSWITCH Voice Switching System
# Description: An advanced platform for voice services
### END INIT INFO
# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/opt/freeswitch/bin
-DESC="FreeSwitch Voice Switching System"
+DESC="FreeSWITCH Voice Switching System"
NAME=freeswitch
DAEMON=/opt/freeswitch/bin/$NAME
USER=freeswitch
if ! getent passwd freeswitch >/dev/null; then
adduser --disabled-password --quiet --system \
--home /opt/freeswitch \
- --gecos "FreeSwitch Voice Platform" --ingroup daemon \
+ --gecos "FreeSWITCH Voice Platform" --ingroup daemon \
freeswitch
adduser freeswitch audio
else
echo "Error: pre-existing freeswitch user with non-standard home directory." >&2
exit 1
fi
- usermod -d /opt/freeswitch -c "FreeSwitch daemon,,," \
+ usermod -d /opt/freeswitch -c "FreeSWITCH daemon,,," \
-g daemon -G audio freeswitch
fi