]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
14 years agogsmopen: correctly sends SMSs in GSM7 or UCS2. Let's check SMS receiving
Giovanni Maruzzelli [Sun, 13 May 2012 23:39:10 +0000 (01:39 +0200)] 
gsmopen: correctly sends SMSs in GSM7 or UCS2. Let's check SMS receiving

14 years agogsmopen: mod_sms tweak
Giovanni Maruzzelli [Sun, 13 May 2012 16:27:51 +0000 (18:27 +0200)] 
gsmopen: mod_sms tweak

14 years agodebian: match empty as well as unset section variable
Travis Cross [Sun, 13 May 2012 20:53:58 +0000 (20:53 +0000)] 
debian: match empty as well as unset section variable

14 years agodebian: handle copyright information for pocketsphinx
Travis Cross [Sun, 13 May 2012 05:59:03 +0000 (05:59 +0000)] 
debian: handle copyright information for pocketsphinx

Debian expects all copyright information to be in one place, so we
copy the license details to debian/copyright and remove the COPYING
files when we install components.

14 years agoAdding mod_vlc as a commented out option into modules.conf.
William King [Sun, 13 May 2012 17:33:19 +0000 (10:33 -0700)] 
Adding mod_vlc as a commented out option into modules.conf.

14 years agodebian: mod_managed needs mono-gmcs to build
Travis Cross [Sat, 12 May 2012 21:57:57 +0000 (21:57 +0000)] 
debian: mod_managed needs mono-gmcs to build

14 years agodebian: put mod_ilbc in non-free
Travis Cross [Sat, 12 May 2012 21:30:53 +0000 (21:30 +0000)] 
debian: put mod_ilbc in non-free

The iLBC library in our tree is non-free software.  Google has
purchased Global IP Sound and released a newer version of this library
as part of WebRTC as free software, but we need to upgrade to take
advantage of this more favorable licensing.

Until we do that, we also need to remove libs/ilbc from the Debian
source packaging.

14 years agodebian: rearrange section headers
Travis Cross [Sat, 12 May 2012 19:57:25 +0000 (19:57 +0000)] 
debian: rearrange section headers

14 years agodebian: put mod_siren in non-free
Travis Cross [Sat, 12 May 2012 19:51:16 +0000 (19:51 +0000)] 
debian: put mod_siren in non-free

Despite the relatively-generous patent grant from Polycom, the
requirement to execute further agreements to use the code and patents
means this module fails the DFSG.

We'll need to exclude this code from the source package as well.

14 years agodebian: support per-module section headers
Travis Cross [Sat, 12 May 2012 19:58:48 +0000 (19:58 +0000)] 
debian: support per-module section headers

14 years agospelling fix
Travis Cross [Sat, 12 May 2012 18:53:00 +0000 (18:53 +0000)] 
spelling fix

14 years agodebian: add build-depends for mod_osp
Travis Cross [Sat, 12 May 2012 06:37:27 +0000 (06:37 +0000)] 
debian: add build-depends for mod_osp

14 years agodebian: add build-depends and section for mod_mp4
Travis Cross [Sat, 12 May 2012 06:34:54 +0000 (06:34 +0000)] 
debian: add build-depends and section for mod_mp4

This needs a package from debian-multimedia.org, so it needs to go in
contrib/ and we can't build it as part of this source package.

14 years agodebian: add build-depends for mod_h323
Travis Cross [Sat, 12 May 2012 06:47:21 +0000 (06:47 +0000)] 
debian: add build-depends for mod_h323

14 years agodebian: enable mod_portaudio and mod_portaudio_stream
Travis Cross [Sat, 12 May 2012 05:41:25 +0000 (05:41 +0000)] 
debian: enable mod_portaudio and mod_portaudio_stream

14 years agodebian: enable mod_yaml
Travis Cross [Sat, 12 May 2012 07:06:46 +0000 (07:06 +0000)] 
debian: enable mod_yaml

14 years agodebian: add build-depends for mod_yaml
Travis Cross [Sat, 12 May 2012 06:54:38 +0000 (06:54 +0000)] 
debian: add build-depends for mod_yaml

14 years agodebian: enable mod_ladspa
Travis Cross [Sat, 12 May 2012 06:24:40 +0000 (06:24 +0000)] 
debian: enable mod_ladspa

14 years agodebian: add build-depends and suggests for mod_ladspa
Travis Cross [Sat, 12 May 2012 05:49:58 +0000 (05:49 +0000)] 
debian: add build-depends and suggests for mod_ladspa

14 years agodebian: use libjpeg62-dev rather than libjpeg8-dev
Travis Cross [Sat, 12 May 2012 07:20:29 +0000 (07:20 +0000)] 
debian: use libjpeg62-dev rather than libjpeg8-dev

Some modules such as mod_h323 pull in libjpeg62-dev which creates a
dependency conflict if we try to use libjpeg8-dev for the core.

14 years agodebian: enable mod_managed except on squeeze
Travis Cross [Sat, 12 May 2012 18:11:28 +0000 (18:11 +0000)] 
debian: enable mod_managed except on squeeze

mod_managed needs mono 2.8 or greater, and squeeze has only mono 2.6.

14 years agodebian: enable mod_java
Travis Cross [Sat, 12 May 2012 18:11:09 +0000 (18:11 +0000)] 
debian: enable mod_java

14 years agodebian: mod_java depends on gcj-jdk for a symlink to jni.h
Travis Cross [Sat, 12 May 2012 05:06:14 +0000 (05:06 +0000)] 
debian: mod_java depends on gcj-jdk for a symlink to jni.h

See:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=371060

14 years agodebian: enable mod_snmp
Travis Cross [Sat, 12 May 2012 18:10:52 +0000 (18:10 +0000)] 
debian: enable mod_snmp

14 years agodebian: add some module build dependencies
Travis Cross [Sat, 12 May 2012 02:49:15 +0000 (02:49 +0000)] 
debian: add some module build dependencies

Thanks to Steven Ayre for an initial list.  I've made some
modifications and corrections.

FS-4202 --resolve

14 years agodebian: add support for per-distribution build-depends
Travis Cross [Sat, 12 May 2012 04:38:56 +0000 (04:38 +0000)] 
debian: add support for per-distribution build-depends

14 years agodebian: trust shlibs:Depends to do its thing
Travis Cross [Sat, 12 May 2012 02:39:49 +0000 (02:39 +0000)] 
debian: trust shlibs:Depends to do its thing

14 years agoWrong week to quit sniffing glue
Anthony Minessale [Fri, 11 May 2012 18:34:42 +0000 (13:34 -0500)] 
Wrong week to quit sniffing glue

14 years agoanother tweak
Anthony Minessale [Fri, 11 May 2012 18:12:44 +0000 (13:12 -0500)] 
another tweak

14 years agoanother tweak
Anthony Minessale [Fri, 11 May 2012 18:06:35 +0000 (13:06 -0500)] 
another tweak

14 years agofix missed error condition
Anthony Minessale [Fri, 11 May 2012 17:46:32 +0000 (12:46 -0500)] 
fix missed error condition

14 years agotweak to standby mode
Anthony Minessale [Fri, 11 May 2012 15:20:45 +0000 (10:20 -0500)] 
tweak to standby mode

14 years agogsmopen: not check for CKPD when receiving SMS
Giovanni Maruzzelli [Fri, 11 May 2012 06:08:11 +0000 (08:08 +0200)] 
gsmopen: not check for CKPD when receiving SMS

14 years agodebian: mirror dpkg-source parameter choice
Travis Cross [Fri, 11 May 2012 06:23:18 +0000 (06:23 +0000)] 
debian: mirror dpkg-source parameter choice

14 years agodebian: add a utility for creating the source package
Travis Cross [Fri, 11 May 2012 04:48:21 +0000 (04:48 +0000)] 
debian: add a utility for creating the source package

14 years agodebian: add a utility to create the .orig.tar.* file
Travis Cross [Fri, 11 May 2012 03:13:39 +0000 (03:13 +0000)] 
debian: add a utility to create the .orig.tar.* file

14 years agodebian: clean up after bootstrapping
Travis Cross [Fri, 11 May 2012 04:37:54 +0000 (04:37 +0000)] 
debian: clean up after bootstrapping

14 years agodebian: stop if we hit any errors in util.sh
Travis Cross [Fri, 11 May 2012 03:14:40 +0000 (03:14 +0000)] 
debian: stop if we hit any errors in util.sh

14 years agoFS-4204 --resolve
Anthony Minessale [Fri, 11 May 2012 03:34:37 +0000 (22:34 -0500)] 
FS-4204 --resolve

14 years agodebian: remove remnants of slimplayer as we're now packaging this under contrib
Travis Cross [Fri, 11 May 2012 02:03:58 +0000 (02:03 +0000)] 
debian: remove remnants of slimplayer as we're now packaging this under contrib

14 years agodebian: attribution
Travis Cross [Fri, 11 May 2012 00:35:17 +0000 (00:35 +0000)] 
debian: attribution

14 years agoskypopen: don't whine in debug when skypeout to pstn
Giovanni Maruzzelli [Thu, 10 May 2012 21:04:58 +0000 (23:04 +0200)] 
skypopen: don't whine in debug when skypeout to pstn

14 years agoskypopen: sk balances gives you how many credits you have, no more errors
Giovanni Maruzzelli [Wed, 9 May 2012 08:49:11 +0000 (10:49 +0200)] 
skypopen: sk balances gives you how many credits you have, no more errors

14 years ago--resolve 4201 fix up the spec file to make sure /var/lib/freeswitch has the correct...
Ken Rice [Thu, 10 May 2012 21:23:55 +0000 (16:23 -0500)] 
--resolve 4201  fix up the spec file to make sure /var/lib/freeswitch has the correct perms

14 years agonot worth it....
Anthony Minessale [Thu, 10 May 2012 17:23:00 +0000 (12:23 -0500)] 
not worth it....

14 years agoput presence-data in events
Anthony Minessale [Thu, 10 May 2012 17:15:25 +0000 (12:15 -0500)] 
put presence-data in events

14 years agodebian: don't package the SWF slim player
Travis Cross [Thu, 10 May 2012 18:53:55 +0000 (18:53 +0000)] 
debian: don't package the SWF slim player

We're not including the source code or build tools for the version of
the player we're distributing, so it fails The Debian Free Software
Guidelines (DFSG).

14 years agodebian: freeswitch depends on libfreeswitch1
Travis Cross [Thu, 10 May 2012 18:47:02 +0000 (18:47 +0000)] 
debian: freeswitch depends on libfreeswitch1

14 years agodebian: libfreeswitch1 shouldn't build-depend on perl:Depends
Travis Cross [Thu, 10 May 2012 18:25:30 +0000 (18:25 +0000)] 
debian: libfreeswitch1 shouldn't build-depend on perl:Depends

14 years agodebian: override warnings about closing an ITP bug
Travis Cross [Thu, 10 May 2012 17:24:37 +0000 (17:24 +0000)] 
debian: override warnings about closing an ITP bug

14 years agodebian: override gpl/openssl warning on freeswitch package
Travis Cross [Thu, 10 May 2012 17:19:06 +0000 (17:19 +0000)] 
debian: override gpl/openssl warning on freeswitch package

14 years agofix warning
Anthony Minessale [Thu, 10 May 2012 16:01:30 +0000 (11:01 -0500)] 
fix warning

14 years agofix bsd build issue
Anthony Minessale [Thu, 10 May 2012 15:57:29 +0000 (10:57 -0500)] 
fix bsd build issue

14 years agosend silence on smaller sleeps
Anthony Minessale [Thu, 10 May 2012 14:48:42 +0000 (09:48 -0500)] 
send silence on smaller sleeps

14 years agoadd string to url
Anthony Minessale [Thu, 10 May 2012 14:48:33 +0000 (09:48 -0500)] 
add string to url

14 years agotweak for config change
Ken Rice [Thu, 10 May 2012 15:27:16 +0000 (10:27 -0500)] 
tweak for config change

14 years agoadd server side to scgi
Anthony Minessale [Thu, 10 May 2012 13:23:23 +0000 (08:23 -0500)] 
add server side to scgi

14 years agotweak
Anthony Minessale [Thu, 10 May 2012 12:10:19 +0000 (07:10 -0500)] 
tweak

14 years agoupdate mongo-c-driver to 0.5.2
Daniel Swarbrick [Thu, 10 May 2012 09:03:04 +0000 (11:03 +0200)] 
update mongo-c-driver to 0.5.2

14 years agorelease mutex after iterating over channel vars
Daniel Swarbrick [Thu, 10 May 2012 08:19:45 +0000 (10:19 +0200)] 
release mutex after iterating over channel vars

14 years agodebian: update package name for lintian override
Travis Cross [Wed, 9 May 2012 23:20:37 +0000 (23:20 +0000)] 
debian: update package name for lintian override

14 years agodebian: don't distribute .la file with libfreeswitch-dev
Travis Cross [Wed, 9 May 2012 22:49:30 +0000 (22:49 +0000)] 
debian: don't distribute .la file with libfreeswitch-dev

Debian wants rid of .la files, and leaving this out shouldn't do any
harm on a Debian system.

14 years agodebian: rename libfreeswitch-dev package appropriately
Travis Cross [Wed, 9 May 2012 22:31:25 +0000 (22:31 +0000)] 
debian: rename libfreeswitch-dev package appropriately

14 years agodebian: reduce edit distance between control-modules and .gen
Travis Cross [Wed, 9 May 2012 22:28:31 +0000 (22:28 +0000)] 
debian: reduce edit distance between control-modules and .gen

14 years agodebian: add mod_xml_scgi
Travis Cross [Wed, 9 May 2012 22:05:15 +0000 (22:05 +0000)] 
debian: add mod_xml_scgi

14 years agodebian: don't distribute .la files with modules
Travis Cross [Wed, 9 May 2012 22:00:04 +0000 (22:00 +0000)] 
debian: don't distribute .la files with modules

Debian wants rid of .la files, and these module .la files shouldn't be
necessary on a Debian system.

14 years agodebian: don't put module .la files in freeswitch-dev
Travis Cross [Wed, 9 May 2012 21:48:30 +0000 (21:48 +0000)] 
debian: don't put module .la files in freeswitch-dev

14 years agodebian: separate out libfreeswitch1
Travis Cross [Wed, 9 May 2012 21:44:55 +0000 (21:44 +0000)] 
debian: separate out libfreeswitch1

14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Michael S Collins [Wed, 9 May 2012 22:21:21 +0000 (15:21 -0700)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agomod_voicemail: Improved feedback to user when chaning vm passwords.
Michael S Collins [Wed, 9 May 2012 22:18:12 +0000 (15:18 -0700)] 
mod_voicemail: Improved feedback to user when chaning vm passwords.

14 years agotweak
Brian West [Wed, 9 May 2012 22:11:03 +0000 (17:11 -0500)] 
tweak

14 years agoadd conf for mod_xml_scgi
Anthony Minessale [Wed, 9 May 2012 19:09:29 +0000 (14:09 -0500)] 
add conf for mod_xml_scgi

14 years agoadd mod_xml_scgi (like xml_curl minus the web server direct to an application backend...
Anthony Minessale [Wed, 9 May 2012 19:06:00 +0000 (14:06 -0500)] 
add mod_xml_scgi (like xml_curl minus the web server direct to an application backend that supports the SCGI protocol)

14 years agoadd libscgi (SCGI Client)
Anthony Minessale [Wed, 9 May 2012 19:05:03 +0000 (14:05 -0500)] 
add libscgi (SCGI Client)

14 years agoadd autocomplete for uuid_video_refresh
Anthony Minessale [Wed, 9 May 2012 17:11:13 +0000 (12:11 -0500)] 
add autocomplete for uuid_video_refresh

14 years agodebian: spidermonkey doesn't build correctly on wheezy either
Travis Cross [Wed, 9 May 2012 17:13:21 +0000 (17:13 +0000)] 
debian: spidermonkey doesn't build correctly on wheezy either

14 years agoadd video_refresh dp and uuid_video_refresh fsapi
Anthony Minessale [Wed, 9 May 2012 14:06:21 +0000 (09:06 -0500)] 
add video_refresh dp and uuid_video_refresh fsapi

14 years agoconfirm_transfer tweak
Anthony Minessale [Wed, 9 May 2012 13:39:23 +0000 (08:39 -0500)] 
confirm_transfer tweak

14 years agoci: expect that jenkins might do this itself
Travis Cross [Wed, 9 May 2012 14:23:03 +0000 (14:23 +0000)] 
ci: expect that jenkins might do this itself

14 years agoOPENZAP-183 --resolve
Jeff Lenk [Wed, 9 May 2012 14:20:10 +0000 (09:20 -0500)] 
OPENZAP-183 --resolve

14 years agoci: fixup rpmbuilder.sh
Travis Cross [Wed, 9 May 2012 14:14:15 +0000 (14:14 +0000)] 
ci: fixup rpmbuilder.sh

14 years agoremove questionable idiom
Travis Cross [Wed, 9 May 2012 14:10:20 +0000 (14:10 +0000)] 
remove questionable idiom

14 years agotake out 101 dialing
Anthony Minessale [Wed, 9 May 2012 00:44:39 +0000 (19:44 -0500)] 
take out 101 dialing

14 years agotweak to confirm blind transfer patch
Anthony Minessale [Wed, 9 May 2012 00:33:53 +0000 (19:33 -0500)] 
tweak to confirm blind transfer patch

14 years agofix missing close brace
Anthony Minessale [Wed, 9 May 2012 00:25:14 +0000 (19:25 -0500)] 
fix missing close brace

14 years agomod_posix_timer: we'll find a better way to comply with gcc -pedantic on lucid
Travis Cross [Tue, 8 May 2012 20:45:05 +0000 (20:45 +0000)] 
mod_posix_timer: we'll find a better way to comply with gcc -pedantic on lucid

We shouldn't be logging in a signal handler.

This reverts commit c728efdbb987834f8d76dac51132d0a724380902.

14 years agobootstrap.sh: wait more simply now that we've found the problem
Travis Cross [Tue, 8 May 2012 20:14:19 +0000 (20:14 +0000)] 
bootstrap.sh: wait more simply now that we've found the problem

14 years agobootstrap.sh: wait better
Travis Cross [Tue, 8 May 2012 19:40:43 +0000 (19:40 +0000)] 
bootstrap.sh: wait better

Be more explicit about what we're waiting for, among other changes.
This appears to fully correct the wait issues.

14 years agodtmf tweak
Anthony Minessale [Tue, 8 May 2012 17:52:47 +0000 (12:52 -0500)] 
dtmf tweak

14 years agowait better, you need to wait in the same function, so bging this one doesn't help
Michael Jerris [Tue, 8 May 2012 19:28:48 +0000 (15:28 -0400)] 
wait better, you need to wait in the same function, so bging this one doesn't help

14 years agowait better
Michael Jerris [Tue, 8 May 2012 19:24:55 +0000 (15:24 -0400)] 
wait better

14 years agoFS-4160
Anthony Minessale [Tue, 8 May 2012 16:51:46 +0000 (11:51 -0500)] 
FS-4160

14 years agodon't use bootstrap.sh -j anywhere but devel-bootstrap.sh
Travis Cross [Tue, 8 May 2012 18:55:44 +0000 (18:55 +0000)] 
don't use bootstrap.sh -j anywhere but devel-bootstrap.sh

We believe there may be a race condition in bootstrap.sh when run with
-j.  We know that running it without -j should be at least
deterministic (whether or not correct), so we'll go with that in
anticipation of releasing v1.2.

14 years agomod_posix_timer: comply with gcc -pedantic
Travis Cross [Tue, 8 May 2012 18:13:07 +0000 (18:13 +0000)] 
mod_posix_timer: comply with gcc -pedantic

Thanks to Thierry Panthier for pointing this out.

14 years agoci: add automatic mechanism for determining next version number
Travis Cross [Tue, 8 May 2012 16:35:08 +0000 (16:35 +0000)] 
ci: add automatic mechanism for determining next version number

14 years agoci: be more consistent about the version in configure.in
Travis Cross [Tue, 8 May 2012 15:54:33 +0000 (15:54 +0000)] 
ci: be more consistent about the version in configure.in

14 years agoci: generalize version number handling a bit
Travis Cross [Tue, 8 May 2012 15:53:45 +0000 (15:53 +0000)] 
ci: generalize version number handling a bit

14 years agorelease FreeSWITCH 1.2-rc2 v1.2-rc2
Ken Rice [Tue, 8 May 2012 16:04:01 +0000 (11:04 -0500)] 
release FreeSWITCH 1.2-rc2

14 years agoadd param:confirm-blind-transfer var:confirm_blind_transfer that makes blind transfer...
Anthony Minessale [Tue, 8 May 2012 13:50:33 +0000 (08:50 -0500)] 
add param:confirm-blind-transfer var:confirm_blind_transfer that makes blind transfers keep the transferrer on the line until its confirmed that the call was completed or brings it back to the bridge.  blind_transfer_ack app can be executed in the dp by the transferee to indicate sucess or fail or a sucessful bridge will automatically trigger a success

14 years agoMissed a grep
Ken Rice [Tue, 8 May 2012 15:10:21 +0000 (10:10 -0500)] 
Missed a grep