]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
13 years agomove relevant portion of display update code into the core and fix mod_loopback bug...
Anthony Minessale [Tue, 17 Apr 2012 21:13:41 +0000 (16:13 -0500)] 
move relevant portion of display update code into the core and fix mod_loopback bug involving passing display updates across properly

13 years agoput caller back into the fifo if the agent hangs up before they are bridged
Anthony Minessale [Tue, 17 Apr 2012 21:12:14 +0000 (16:12 -0500)] 
put caller back into the fifo if the agent hangs up before they are bridged

13 years agoFS-4120 --resolve
Anthony Minessale [Tue, 17 Apr 2012 13:31:47 +0000 (08:31 -0500)] 
FS-4120 --resolve

13 years agofix dependency order
Anthony Minessale [Mon, 16 Apr 2012 21:38:48 +0000 (16:38 -0500)] 
fix dependency order

13 years agoFS-4118 --resolve
Anthony Minessale [Mon, 16 Apr 2012 21:14:20 +0000 (16:14 -0500)] 
FS-4118 --resolve

13 years agoFS-4053 --resolve
Anthony Minessale [Mon, 16 Apr 2012 16:57:19 +0000 (11:57 -0500)] 
FS-4053 --resolve

13 years agoFS-4114 --resolve this bug is actually in libsndfile, if its not fixed in the latest...
Anthony Minessale [Mon, 16 Apr 2012 16:55:52 +0000 (11:55 -0500)] 
FS-4114 --resolve this bug is actually in libsndfile, if its not fixed in the latest version we probably should report it upstream

13 years agoFS-4115 possible workaround for sipura bug + recording
Anthony Minessale [Mon, 16 Apr 2012 16:14:14 +0000 (11:14 -0500)] 
FS-4115 possible workaround for sipura bug + recording

13 years agoSuggested new phrases: day mode, night mode, lunch mode, etc.
Michael S Collins [Mon, 16 Apr 2012 15:53:18 +0000 (08:53 -0700)] 
Suggested new phrases: day mode, night mode, lunch mode, etc.

13 years agogsmopen: Makefile.am updated
Giovanni Maruzzelli [Mon, 16 Apr 2012 14:23:24 +0000 (16:23 +0200)] 
gsmopen: Makefile.am updated

13 years agogsmopen: using non volatile memoty for storage (vs SIM), new reading with timeout...
Giovanni Maruzzelli [Mon, 16 Apr 2012 13:17:18 +0000 (15:17 +0200)] 
gsmopen: using non volatile memoty for storage (vs SIM), new reading with timeout from serial port

13 years agoftmod_libpri: Check for required features in configure and remove old-style log callbacks
Stefan Knoblich [Fri, 13 Apr 2012 23:39:25 +0000 (01:39 +0200)] 
ftmod_libpri: Check for required features in configure and remove old-style log callbacks

Non-PRI_NEW_SET_API logging callbacks were only available in libpri-1.0 and older,
which also lacks PRI_IO_FUNCS (required) and wouldn't work anyway.

Explicitly check for both PRI_* feature defines at configure time and reject libpri
versions that lack them.

Remove the non-PRI_NEW_SET_API logging callbacks in ftmod_libpri.c.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoftmod_libpri: Improve libpri message logging.
Stefan Knoblich [Fri, 13 Apr 2012 23:00:00 +0000 (01:00 +0200)] 
ftmod_libpri: Improve libpri message logging.

Use the PRI_NEW_SET_API define provided by >=libpri-1.2 to distinguish
between old style and new style pri_set_error() and pri_set_message()
callback functions.

Improve message logging by using ftdm_log_chan() if per-span
data with a valid (d-)channel object is available.
NOTE: pri_get_userdata() returns NULL if pri is NULL.

This will reduce the horizontal space for libpri output a bit, but allows
us to see which span the message/error came from.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoFS-3994 --resolve regression from FS-3596:b2d2353c
Anthony Minessale [Fri, 13 Apr 2012 20:58:49 +0000 (15:58 -0500)] 
FS-3994 --resolve regression from FS-3596:b2d2353c

13 years agosend the name and number in the right order
Brian West [Fri, 13 Apr 2012 20:33:37 +0000 (15:33 -0500)] 
send the name and number in the right order

13 years agoFS-4043 --resolve
Anthony Minessale [Fri, 13 Apr 2012 17:47:30 +0000 (12:47 -0500)] 
FS-4043 --resolve

13 years agoFS-4110 --resolve yes this block is wrong we can't guess the right presence id here
Anthony Minessale [Fri, 13 Apr 2012 16:37:06 +0000 (11:37 -0500)] 
FS-4110 --resolve yes this block is wrong we can't guess the right presence id here

13 years agoFS-3750
Anthony Minessale [Fri, 13 Apr 2012 16:19:08 +0000 (11:19 -0500)] 
FS-3750

13 years agoFS-4106 --resolve
Anthony Minessale [Fri, 13 Apr 2012 16:18:09 +0000 (11:18 -0500)] 
FS-4106 --resolve

13 years agoMerge branch 'gsmopen01'
Giovanni Maruzzelli [Fri, 13 Apr 2012 16:32:21 +0000 (18:32 +0200)] 
Merge branch 'gsmopen01'

13 years agoup this limit
Brian West [Fri, 13 Apr 2012 16:38:57 +0000 (11:38 -0500)] 
up this limit

13 years agogsmopen: workaround for reading with timeout, need something to simulate the poll...
Giovanni Maruzzelli [Fri, 13 Apr 2012 16:30:48 +0000 (18:30 +0200)] 
gsmopen: workaround for reading with timeout, need something to simulate the poll. Next week :)

13 years agoMerge branch 'master' into gsmopen01
Giovanni Maruzzelli [Fri, 13 Apr 2012 15:18:03 +0000 (17:18 +0200)] 
Merge branch 'master' into gsmopen01

13 years agogsmopen: hardwired SMS unicode test now works
Giovanni Maruzzelli [Fri, 13 Apr 2012 14:09:54 +0000 (16:09 +0200)] 
gsmopen: hardwired SMS unicode test now works

13 years agoFS-4109 --resolve
Anthony Minessale [Fri, 13 Apr 2012 13:57:34 +0000 (08:57 -0500)] 
FS-4109 --resolve

13 years agogsmopen: make huawei 1550 work with SMS in text UCS2: if you give CSMP after CSCS...
Giovanni Maruzzelli [Fri, 13 Apr 2012 13:46:26 +0000 (15:46 +0200)] 
gsmopen: make huawei 1550 work with SMS in text UCS2: if you give CSMP after CSCS will die, let's do the opposite, first csmp then cscs. Two days catching this one. Bah :/

13 years agoFS-3750 --resolve
Anthony Minessale [Fri, 13 Apr 2012 13:43:46 +0000 (08:43 -0500)] 
FS-3750 --resolve

13 years agoFS-4107 --resolve
Anthony Minessale [Fri, 13 Apr 2012 12:33:00 +0000 (07:33 -0500)] 
FS-4107 --resolve

13 years agoswig
Anthony Minessale [Thu, 12 Apr 2012 21:28:50 +0000 (16:28 -0500)] 
swig

13 years agoFS-4105 --resolve
Anthony Minessale [Thu, 12 Apr 2012 15:00:37 +0000 (10:00 -0500)] 
FS-4105 --resolve

13 years agoFS-4104 --resolve
Anthony Minessale [Thu, 12 Apr 2012 14:53:53 +0000 (09:53 -0500)] 
FS-4104 --resolve

13 years agodoh
Anthony Minessale [Thu, 12 Apr 2012 14:36:23 +0000 (09:36 -0500)] 
doh

13 years agoFS-4066 --resolve pidf and its many varieties FTW
Anthony Minessale [Thu, 12 Apr 2012 14:35:02 +0000 (09:35 -0500)] 
FS-4066 --resolve pidf and its many varieties FTW

13 years agovs2010 reswig
Jeff Lenk [Thu, 12 Apr 2012 15:35:26 +0000 (10:35 -0500)] 
vs2010 reswig

13 years agoendless recursion loop protection to go with new recursive variable expansion feature
Anthony Minessale [Thu, 12 Apr 2012 12:23:08 +0000 (07:23 -0500)] 
endless recursion loop protection to go with new recursive variable expansion feature

13 years agoftmod_misdn: Remove unused timerfd code.
Stefan Knoblich [Thu, 29 Mar 2012 09:09:46 +0000 (11:09 +0200)] 
ftmod_misdn: Remove unused timerfd code.

Timer-based b-channel tx gating won't work anyway, so remove all those
"#if 0"-ed bits of cruft.

Also remove the mISDN-specific timerfd_create() check in configure.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agogsmopen: signal low alarm is now at < than 11 RSSI
Giovanni Maruzzelli [Thu, 12 Apr 2012 09:41:31 +0000 (11:41 +0200)] 
gsmopen: signal low alarm is now at < than 11 RSSI

13 years agoFS-4037 --resolve
Anthony Minessale [Wed, 11 Apr 2012 20:31:56 +0000 (15:31 -0500)] 
FS-4037 --resolve

13 years agoadd origination_nested_vars=true to allow vars within vars in originate strings e...
Anthony Minessale [Wed, 11 Apr 2012 20:30:37 +0000 (15:30 -0500)] 
add origination_nested_vars=true to allow vars within vars in originate strings e.g. [originate {origination_nested_vars=true,TEST=,var=,recur=W00t}user/1004 3000]  will end up as w00t

13 years agoFS-4037 revert 48177682991e54201674364223603abb3ebefa9b causing audio issues with...
Anthony Minessale [Wed, 11 Apr 2012 14:59:55 +0000 (09:59 -0500)] 
FS-4037 revert 48177682991e54201674364223603abb3ebefa9b causing audio issues with speex

13 years agoFS-4077 --resolve this is unrelated, we had to move the network list loader before...
Anthony Minessale [Wed, 11 Apr 2012 14:53:35 +0000 (09:53 -0500)] 
FS-4077 --resolve this is unrelated, we had to move the network list loader before the modules load because some people using static configs would have mod_sofia load before the acl were in place and it would prevent mod_sofia from doing proper nat detection.  This commit should fix it by loading acl both before and after module load

13 years agoFS-4101 --resolve
Anthony Minessale [Wed, 11 Apr 2012 13:39:01 +0000 (08:39 -0500)] 
FS-4101 --resolve

13 years agoFS-4088
Anthony Minessale [Wed, 11 Apr 2012 13:16:13 +0000 (08:16 -0500)] 
FS-4088

13 years agoFS-4088
Anthony Minessale [Wed, 11 Apr 2012 13:14:30 +0000 (08:14 -0500)] 
FS-4088

13 years agoFS-4100 --resolve
Ken Rice [Wed, 11 Apr 2012 14:10:56 +0000 (09:10 -0500)] 
FS-4100 --resolve

13 years agoFS-4077 add missing
Jeff Lenk [Wed, 11 Apr 2012 13:17:39 +0000 (08:17 -0500)] 
FS-4077 add missing

13 years agoFS-3774 --resolve
Anthony Minessale [Tue, 10 Apr 2012 21:19:23 +0000 (16:19 -0500)] 
FS-3774 --resolve

13 years agoFS-3769 --resolve
Anthony Minessale [Tue, 10 Apr 2012 21:17:16 +0000 (16:17 -0500)] 
FS-3769 --resolve

13 years agoESL-45 --resolve
Anthony Minessale [Tue, 10 Apr 2012 21:11:36 +0000 (16:11 -0500)] 
ESL-45 --resolve

13 years agoFS-3993 --resolve
Anthony Minessale [Tue, 10 Apr 2012 20:46:27 +0000 (15:46 -0500)] 
FS-3993 --resolve

13 years agoFS-4014 --resolve
Anthony Minessale [Tue, 10 Apr 2012 20:34:50 +0000 (15:34 -0500)] 
FS-4014 --resolve

13 years agoFS-4024 --resolve
Anthony Minessale [Tue, 10 Apr 2012 20:32:23 +0000 (15:32 -0500)] 
FS-4024 --resolve

13 years agoFS-4037 --resolve
Anthony Minessale [Tue, 10 Apr 2012 20:27:32 +0000 (15:27 -0500)] 
FS-4037 --resolve

13 years agoadd updated conf
Anthony Minessale [Tue, 10 Apr 2012 19:01:58 +0000 (14:01 -0500)] 
add updated conf

13 years agofix pointless warnings
Anthony Minessale [Tue, 10 Apr 2012 19:01:37 +0000 (14:01 -0500)] 
fix pointless warnings

13 years agoFS-3826: --resolve put alsa libs where they go in the linker line, give this a try
Anthony Minessale [Tue, 10 Apr 2012 20:37:27 +0000 (15:37 -0500)] 
FS-3826: --resolve put alsa libs where they go in the linker line, give this a try

13 years agoFS-4086 --resolve
Ken Rice [Tue, 10 Apr 2012 19:53:13 +0000 (14:53 -0500)] 
FS-4086 --resolve

13 years agoFS-4088 --resolve
Anthony Minessale [Tue, 10 Apr 2012 17:46:16 +0000 (12:46 -0500)] 
FS-4088 --resolve

13 years agoFS-4069 --resolve
Anthony Minessale [Tue, 10 Apr 2012 17:39:00 +0000 (12:39 -0500)] 
FS-4069 --resolve

13 years agoFS-4077 --resolve actually it was introduced by 2b6aa7fd04cff3eeabd183833cab0fcebe947...
Anthony Minessale [Tue, 10 Apr 2012 17:37:41 +0000 (12:37 -0500)] 
FS-4077 --resolve actually it was introduced by 2b6aa7fd04cff3eeabd183833cab0fcebe947e9f and should be fine now

13 years agoadd make and awk checks to bootstrap.sh
Ken Rice [Tue, 10 Apr 2012 17:21:21 +0000 (12:21 -0500)] 
add make and awk checks to bootstrap.sh

13 years agoFS-4098 try this patch and see if you get the new error, it may mean the file is...
Anthony Minessale [Tue, 10 Apr 2012 15:15:15 +0000 (10:15 -0500)] 
FS-4098 try this patch and see if you get the new error, it may mean the file is not seekable or has been deleted

13 years agoFS-4094 --resolve
Anthony Minessale [Tue, 10 Apr 2012 15:03:42 +0000 (10:03 -0500)] 
FS-4094 --resolve

13 years agoFS-4096 --resolve
Anthony Minessale [Tue, 10 Apr 2012 14:59:56 +0000 (09:59 -0500)] 
FS-4096 --resolve

13 years agotweak to uuid field in fifo event
Anthony Minessale [Tue, 10 Apr 2012 13:55:56 +0000 (08:55 -0500)] 
tweak to uuid field in fifo event

13 years agogsmopen: config file
Giovanni Maruzzelli [Tue, 10 Apr 2012 13:38:53 +0000 (15:38 +0200)] 
gsmopen: config file

13 years agoFS-4097 --resolve
Anthony Minessale [Tue, 10 Apr 2012 13:05:09 +0000 (08:05 -0500)] 
FS-4097 --resolve

13 years agoFS-4072 --resolve
Anthony Minessale [Tue, 10 Apr 2012 13:03:19 +0000 (08:03 -0500)] 
FS-4072 --resolve

13 years agogsmopen: cosmetic
Giovanni Maruzzelli [Tue, 10 Apr 2012 12:54:40 +0000 (14:54 +0200)] 
gsmopen: cosmetic

13 years agogsmopen: removing whard wired paths
Giovanni Maruzzelli [Tue, 10 Apr 2012 12:44:02 +0000 (14:44 +0200)] 
gsmopen: removing whard wired paths

13 years agoMerge branch 'master' into gsmopen01
Giovanni Maruzzelli [Tue, 10 Apr 2012 11:42:14 +0000 (13:42 +0200)] 
Merge branch 'master' into gsmopen01

13 years agoskypopen: updating link to skype client in install.pl, now is http://mirrors.kernel...
Giovanni Maruzzelli [Tue, 10 Apr 2012 11:37:27 +0000 (13:37 +0200)] 
skypopen: updating link to skype client in install.pl, now is http://mirrors.kernel.org/archlinux/community/os/i686/skype-oss-2.0.0.72-3-i686.pkg.tar.xz

13 years agogsmopen: cleaning write-read frame
Giovanni Maruzzelli [Tue, 10 Apr 2012 11:18:49 +0000 (13:18 +0200)] 
gsmopen: cleaning write-read frame

13 years agoadd checks during configure for zlib and libjpeg, abort configure with error if not...
Ken Rice [Tue, 10 Apr 2012 02:41:19 +0000 (21:41 -0500)] 
add checks during configure for zlib and libjpeg, abort configure with error if not found

13 years agoswitch_file_exists returns switch_status_t so you cannot assume it returns a true...
Anthony Minessale [Mon, 9 Apr 2012 17:42:14 +0000 (12:42 -0500)] 
switch_file_exists returns switch_status_t so you cannot assume it returns a true value since success is 0

13 years agoFS-4087 --resolve
Anthony Minessale [Mon, 9 Apr 2012 17:41:11 +0000 (12:41 -0500)] 
FS-4087 --resolve

13 years agoFS-4089 --resolve
Anthony Minessale [Mon, 9 Apr 2012 17:35:26 +0000 (12:35 -0500)] 
FS-4089 --resolve

13 years agoFS-4090 --resolve
Anthony Minessale [Mon, 9 Apr 2012 17:31:48 +0000 (12:31 -0500)] 
FS-4090 --resolve

13 years agoFS-4073 --resolve
Anthony Minessale [Mon, 9 Apr 2012 17:24:36 +0000 (12:24 -0500)] 
FS-4073 --resolve

13 years agoFS-4066 try this patch
Anthony Minessale [Mon, 9 Apr 2012 17:16:24 +0000 (12:16 -0500)] 
FS-4066 try this patch

13 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Ken Rice [Mon, 9 Apr 2012 18:30:57 +0000 (13:30 -0500)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

13 years agoRESOLVE FS-4081
Ken Rice [Mon, 9 Apr 2012 18:30:51 +0000 (13:30 -0500)] 
RESOLVE FS-4081

13 years agofs_cli: add batch mode
Mitch Capper [Sun, 8 Apr 2012 16:54:40 +0000 (16:54 +0000)] 
fs_cli: add batch mode

Signed-off-by: Travis Cross <tc@traviscross.com>
13 years agomod_alsa: fix module reload
Travis Cross [Sun, 8 Apr 2012 13:40:17 +0000 (13:40 +0000)] 
mod_alsa: fix module reload

13 years agomod_alsa: fix segfault
Travis Cross [Sun, 8 Apr 2012 13:08:37 +0000 (13:08 +0000)] 
mod_alsa: fix segfault

13 years agoremove autogenerated file libs/ldns/install-sh
Travis Cross [Fri, 6 Apr 2012 21:32:28 +0000 (21:32 +0000)] 
remove autogenerated file libs/ldns/install-sh

Re-bootstrapping is needed after this change.  Previously CentOS 5
systems wouldn't build correctly without this file in tree, but we've
adjusted bootstrap to compensate.

13 years agogsmopen: getting rid of old stuff
Giovanni Maruzzelli [Fri, 6 Apr 2012 20:50:12 +0000 (22:50 +0200)] 
gsmopen: getting rid of old stuff

13 years agogsmopen: readded mod_gsmopen.cpp, deleted by mistake
Giovanni Maruzzelli [Fri, 6 Apr 2012 20:40:54 +0000 (22:40 +0200)] 
gsmopen: readded mod_gsmopen.cpp, deleted by mistake

13 years agogsmopen: reshuffling
Giovanni Maruzzelli [Fri, 6 Apr 2012 20:33:27 +0000 (22:33 +0200)] 
gsmopen: reshuffling

13 years agogsmopen: reshuffling
Giovanni Maruzzelli [Fri, 6 Apr 2012 20:32:43 +0000 (22:32 +0200)] 
gsmopen: reshuffling

13 years agogsmopen: removed directory noaudio_nogsmlib_nocplusplus
Giovanni Maruzzelli [Fri, 6 Apr 2012 20:27:08 +0000 (22:27 +0200)] 
gsmopen: removed directory noaudio_nogsmlib_nocplusplus

13 years agogsmopen: indent
Giovanni Maruzzelli [Fri, 6 Apr 2012 20:25:55 +0000 (22:25 +0200)] 
gsmopen: indent

13 years agogsmopen: cleaning Makefile
Giovanni Maruzzelli [Fri, 6 Apr 2012 20:24:38 +0000 (22:24 +0200)] 
gsmopen: cleaning Makefile

13 years agogsmopen: cleaning gsmlib
Giovanni Maruzzelli [Fri, 6 Apr 2012 20:23:47 +0000 (22:23 +0200)] 
gsmopen: cleaning gsmlib

13 years agogsmopen: finished cleaning from alsa
Giovanni Maruzzelli [Fri, 6 Apr 2012 20:20:54 +0000 (22:20 +0200)] 
gsmopen: finished cleaning from alsa

13 years agogsmopen: continue cleaning from alsa
Giovanni Maruzzelli [Fri, 6 Apr 2012 20:15:46 +0000 (22:15 +0200)] 
gsmopen: continue cleaning from alsa

13 years agogsmopen: begin cleaning from alsa
Giovanni Maruzzelli [Fri, 6 Apr 2012 20:15:07 +0000 (22:15 +0200)] 
gsmopen: begin cleaning from alsa

13 years agothis should work find with /bin/sh on all systems
Ken Rice [Fri, 6 Apr 2012 19:52:55 +0000 (14:52 -0500)] 
this should work find with /bin/sh on all systems

13 years agogsmopen: mobigater is now a symlink to alsa_nogsmlib_nocplusplus
Giovanni Maruzzelli [Fri, 6 Apr 2012 19:27:36 +0000 (21:27 +0200)] 
gsmopen: mobigater is now a symlink to alsa_nogsmlib_nocplusplus

13 years agogsmopen: committed files from master (old gsmopen) in src/mod/endpoints/mod_gsmopen...
Giovanni Maruzzelli [Fri, 6 Apr 2012 19:22:31 +0000 (21:22 +0200)] 
gsmopen: committed files from master (old gsmopen) in src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/