]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
14 years agoFS-4043 --resolve
Anthony Minessale [Fri, 13 Apr 2012 17:47:30 +0000 (12:47 -0500)] 
FS-4043 --resolve

14 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

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

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

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

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

14 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 :)

14 years agofreetdm: fixed no ACM/CPG sending in some situations after native bridge
James Zhang [Fri, 13 Apr 2012 15:18:53 +0000 (11:18 -0400)] 
freetdm: fixed no ACM/CPG sending in some situations after native bridge
         - clear up ACM_SENT & CPG_SENT flag in DOWN state in native
           bridge state machine

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

14 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

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

14 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 :/

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

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

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

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

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

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

14 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

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

14 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

14 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>
14 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

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

14 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

14 years agofreetdm: INR/INF implementation
James Zhang [Wed, 11 Apr 2012 19:14:29 +0000 (15:14 -0400)] 
freetdm: INR/INF implementation
         - fill in IEs in INF according to INR request
         - print debug information if IE requested but not supported

14 years agofreetdm: INR/INF implementation
James Zhang [Wed, 11 Apr 2012 15:20:32 +0000 (11:20 -0400)] 
freetdm: INR/INF implementation
         - When NSG receives INR from network, send back INF with calling
         party category information IE and calling number information IE.
         - Introduced a new global setting of "force-inr" for testing
         purpose. Stinga generated INR/INF packets are not acceptable by
         trillium stack since it misses call related information in the
         packets. If configure force-inr to true in freetdm.conf.xml, when
         NSG receives an incoming IAM, it'll send out INR packet regardless
         of incoming IAM's IEs, and keep waiting for INF response from the
         calling side.
         - T.39 timer is introduced in order to handle INR timeout. The
         default value of T.39 is 12 seconds and is configurable according
         to spec.
         - Only supports calling number IE and calling party category IE in
         current fix. The customer only needs the calling number IE right now.
         In ISUP spec, there are 6 optional IEs. NSG only supports calling
         party number and calling category information IE since the other
         IEs are not configurable in freetdm.conf.xml or included in IAM
         message.
         - In collect state, INR/INF implementation needs to work with existed
         SAM messages. If NSG sent out INR and wait for SAM, collect state
         check both INF received and enough dialed numbers received. If one
         of these conditions are not met, it'll stay in collect state and wait
         until either conditions met or timeout. After received INF and enough
         dailed number, state moves to dailing and proceed as regular calls.

14 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

14 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

14 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

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

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

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

14 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

14 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

14 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

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

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

14 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

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

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

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

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

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

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

14 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

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

14 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

14 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

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

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

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

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

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

14 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

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

14 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>
14 years agomod_alsa: fix module reload
Travis Cross [Sun, 8 Apr 2012 13:40:17 +0000 (13:40 +0000)] 
mod_alsa: fix module reload

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

14 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.

14 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

14 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

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

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

14 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

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

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

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

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

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

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

14 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

14 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

14 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/

14 years agogsmopen: removed files from src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus...
Giovanni Maruzzelli [Fri, 6 Apr 2012 19:21:14 +0000 (21:21 +0200)] 
gsmopen: removed files from src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/

14 years agogsmopen: cleaned speex
Giovanni Maruzzelli [Fri, 6 Apr 2012 19:18:22 +0000 (21:18 +0200)] 
gsmopen: cleaned speex

14 years agoMerge branch 'master' into gsmopen01
Giovanni Maruzzelli [Fri, 6 Apr 2012 18:17:54 +0000 (20:17 +0200)] 
Merge branch 'master' into gsmopen01

14 years agogsmopen: indented
Giovanni Maruzzelli [Fri, 6 Apr 2012 17:49:13 +0000 (19:49 +0200)] 
gsmopen: indented

14 years agogsmopen: windows again, back to linux
Giovanni Maruzzelli [Fri, 6 Apr 2012 16:59:51 +0000 (18:59 +0200)] 
gsmopen: windows again, back to linux

14 years agoAdd test driver for mod_posix_timer
Christopher Rienzo [Fri, 6 Apr 2012 14:38:30 +0000 (14:38 +0000)] 
Add test driver for mod_posix_timer

14 years agoshutdown socket before closing to avoid blocking
Anthony Minessale [Thu, 5 Apr 2012 19:28:01 +0000 (14:28 -0500)] 
shutdown socket before closing to avoid blocking

14 years agoFS-3399 --resolve
Anthony Minessale [Thu, 5 Apr 2012 18:15:45 +0000 (13:15 -0500)] 
FS-3399 --resolve

14 years agocreate indexes in independant stmts
Anthony Minessale [Thu, 5 Apr 2012 17:39:47 +0000 (12:39 -0500)] 
create indexes in independant stmts

14 years agobootstrap: add a verbose option
Travis Cross [Thu, 5 Apr 2012 18:38:13 +0000 (18:38 +0000)] 
bootstrap: add a verbose option

14 years agoFS-4075
Anthony Minessale [Thu, 5 Apr 2012 15:27:47 +0000 (10:27 -0500)] 
FS-4075

14 years agofix null warning
Anthony Minessale [Wed, 4 Apr 2012 20:52:01 +0000 (15:52 -0500)] 
fix null warning