]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
15 years agofreetdm: ss7 - bug fix for race condition on startup causing seg fault
Konrad Hammel [Mon, 7 Mar 2011 16:36:18 +0000 (11:36 -0500)] 
freetdm: ss7 - bug fix for race condition on startup causing seg fault

15 years agoBugfix: FreeSWITCH::Client::sendmsg was returning the first FSES packet it received...
Luke Dashjr [Tue, 8 Mar 2011 22:50:35 +0000 (16:50 -0600)] 
Bugfix: FreeSWITCH::Client::sendmsg was returning the first FSES packet it received, which caused a race condition when an event was in transit; now it waits for Content-Type: command/reply

15 years agoFS-3133 --comment-only this looks like a bad assert, can you update and try again...
Anthony Minessale [Tue, 8 Mar 2011 18:40:58 +0000 (12:40 -0600)] 
FS-3133 --comment-only this looks like a bad assert, can you update and try again, part 2

15 years agoFS-3133 --comment-only this looks like a bad assert, can you update and try again
Anthony Minessale [Tue, 8 Mar 2011 18:39:07 +0000 (12:39 -0600)] 
FS-3133 --comment-only this looks like a bad assert, can you update and try again

15 years agoalter implementation of renegotiate codec on hold feature to still take other sdp...
Anthony Minessale [Tue, 8 Mar 2011 16:37:16 +0000 (10:37 -0600)] 
alter implementation of renegotiate codec on hold feature to still take other sdp elements into consideration

15 years agoFS-3127 --comment-only can you try this patch first to see if it fixes it without...
Anthony Minessale [Mon, 7 Mar 2011 21:18:46 +0000 (15:18 -0600)] 
FS-3127 --comment-only can you try this patch first to see if it fixes it without any changes to mod_cc

15 years agodo not renegotiate codecs on hold re-invites
Anthony Minessale [Mon, 7 Mar 2011 19:02:21 +0000 (13:02 -0600)] 
do not renegotiate codecs on hold re-invites

15 years agoAdd missing newline on fs_cli usage
Michael S Collins [Mon, 7 Mar 2011 18:57:25 +0000 (10:57 -0800)] 
Add missing newline on fs_cli usage

15 years agofix issue with polycom changing to 1 way audio on hold
Anthony Minessale [Mon, 7 Mar 2011 18:15:46 +0000 (12:15 -0600)] 
fix issue with polycom changing to 1 way audio on hold

15 years agoFS-3130
Anthony Minessale [Mon, 7 Mar 2011 16:35:32 +0000 (10:35 -0600)] 
FS-3130

15 years agoMerge branch 'netborder' of git.sangoma.com:smg_freeswitch into netborder
David Yat Sin [Mon, 7 Mar 2011 15:58:10 +0000 (10:58 -0500)] 
Merge branch 'netborder' of git.sangoma.com:smg_freeswitch into netborder

15 years agoFix for Raw Facility IE, introduced with ftdm_variables3 patch
David Yat Sin [Mon, 7 Mar 2011 15:57:37 +0000 (10:57 -0500)] 
Fix for Raw Facility IE, introduced with ftdm_variables3 patch

15 years agoMerge remote branch 'smgfs/master'
Moises Silva [Mon, 7 Mar 2011 03:11:39 +0000 (22:11 -0500)] 
Merge remote branch 'smgfs/master'

15 years agono this is better the other way
Anthony Minessale [Mon, 7 Mar 2011 02:57:26 +0000 (20:57 -0600)] 
no this is better the other way

15 years agoadd -i --interrupt to fs_cli to allow control-c to exit the program
Anthony Minessale [Mon, 7 Mar 2011 01:57:05 +0000 (19:57 -0600)] 
add -i --interrupt to fs_cli to allow control-c to exit the program

15 years agoremove unneeded line
Anthony Minessale [Sun, 6 Mar 2011 21:57:31 +0000 (15:57 -0600)] 
remove unneeded line

15 years agoFS-640 --comment-only can you see if this patch helps, I think it should really be...
Anthony Minessale [Sun, 6 Mar 2011 20:49:31 +0000 (14:49 -0600)] 
FS-640 --comment-only can you see if this patch helps, I think it should really be fixed in sofia but this shold keep it at bay

15 years agomod_sangoma_codec: Add release port function pointer
Moises Silva [Sun, 6 Mar 2011 20:25:53 +0000 (15:25 -0500)] 
mod_sangoma_codec: Add release port function pointer

15 years agofix vs2008 x64 build
Jeff Lenk [Sun, 6 Mar 2011 19:34:24 +0000 (13:34 -0600)] 
fix vs2008 x64 build

15 years ago[FreeTDM] Fix segfault in ftdm_analog_configure_span() on startup.
Stefan Knoblich [Sun, 6 Mar 2011 18:34:03 +0000 (19:34 +0100)] 
[FreeTDM] Fix segfault in ftdm_analog_configure_span() on startup.

Using ftdm_log_chan() in ftdm_analog_configure_span() is a bad idea,
since the span won't have any channels assigned.

This bug powered by declaring all variables at the top of the function,
even if they are used in an if branch at the end.

A C99'ish:

if (callwaiting) {
for (unsigned int i = 1; i <= span->span->chan_count; i++) {
/* ... */
}
}

would have alerted the developer adding the log statement.
But since we can't have nice things (thanks MSVC for not supporting C99!)
</rant>

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
15 years agoMerge remote branch 'fsorig/master'
Moises Silva [Sun, 6 Mar 2011 01:46:30 +0000 (20:46 -0500)] 
Merge remote branch 'fsorig/master'

15 years agoFS-3124 Use the channel's sound_prefix if it's not set in the conference's config
Mathieu Rene [Sat, 5 Mar 2011 17:49:19 +0000 (12:49 -0500)] 
FS-3124 Use the channel's sound_prefix if it's not set in the conference's config

15 years agoorganize root .gitignore
Travis Cross [Fri, 4 Mar 2011 22:36:37 +0000 (22:36 +0000)] 
organize root .gitignore

15 years agodon't ignore 393 files which are in the tree
Travis Cross [Fri, 4 Mar 2011 22:20:40 +0000 (22:20 +0000)] 
don't ignore 393 files which are in the tree

This partially reverts commit 17d521128014853b24f983307fc28317f11e950b.

Some changes in that commit caused 393 files which are in the tree to
be mistakenly ignored.

15 years agoadd limits to simo open sql handles
Anthony Minessale [Fri, 4 Mar 2011 19:52:30 +0000 (13:52 -0600)] 
add limits to simo open sql handles

15 years agoFS-3121 this is less of a bug and more of a feature request but here you go, that...
Anthony Minessale [Fri, 4 Mar 2011 18:28:41 +0000 (12:28 -0600)] 
FS-3121 this is less of a bug and more of a feature request but here you go, that's your quota for the month

15 years agoFS-3095 also add some tab completion and help messages from cli
Anthony Minessale [Fri, 4 Mar 2011 17:34:48 +0000 (11:34 -0600)] 
FS-3095 also add some tab completion and help messages from cli

15 years agofreetdm: Typo in function define
David Yat Sin [Tue, 1 Mar 2011 14:54:52 +0000 (09:54 -0500)] 
freetdm: Typo in function define

15 years agofreetdm: ISDN - ftdm_complete_state is not called in state_advance if a new state...
David Yat Sin [Wed, 2 Mar 2011 15:59:43 +0000 (10:59 -0500)] 
freetdm: ISDN - ftdm_complete_state is not called in state_advance if a new state is set

15 years agoMerge branch 'netborder' of git.sangoma.com:smg_freeswitch into netborder
David Yat Sin [Fri, 4 Mar 2011 15:35:04 +0000 (10:35 -0500)] 
Merge branch 'netborder' of git.sangoma.com:smg_freeswitch into netborder

15 years agotry to reduce contention by not creating handles with the global mutex locked
Anthony Minessale [Fri, 4 Mar 2011 02:07:43 +0000 (20:07 -0600)] 
try to reduce contention by not creating handles with the global mutex locked

15 years agoclear talk flag when you mute
Anthony Minessale [Thu, 3 Mar 2011 23:59:59 +0000 (17:59 -0600)] 
clear talk flag when you mute

15 years agoFS-3120 - fix segv when snmpwalking ringing channels, fix segv in snmp getBulkRequest
Daniel Swarbrick [Thu, 3 Mar 2011 23:17:07 +0000 (00:17 +0100)] 
FS-3120 - fix segv when snmpwalking ringing channels, fix segv in snmp getBulkRequest

15 years agofoo does not live here anymore
Daniel Swarbrick [Thu, 3 Mar 2011 22:42:22 +0000 (23:42 +0100)] 
foo does not live here anymore

15 years agoswigall
Brian West [Thu, 3 Mar 2011 22:11:27 +0000 (16:11 -0600)] 
swigall

15 years agoFS-3114
Anthony Minessale [Thu, 3 Mar 2011 20:36:29 +0000 (14:36 -0600)] 
FS-3114

15 years agoFS-3119
Anthony Minessale [Thu, 3 Mar 2011 20:21:02 +0000 (14:21 -0600)] 
FS-3119

15 years agovs2010 reswig
Jeff Lenk [Thu, 3 Mar 2011 19:25:33 +0000 (13:25 -0600)] 
vs2010 reswig

15 years agoFS-3106 --comment-only Try this newer refactored version which completely removes...
Anthony Minessale [Thu, 3 Mar 2011 18:54:20 +0000 (12:54 -0600)] 
FS-3106 --comment-only Try this newer refactored version which completely removes the thread affinity and uses a linked-list to manage the pool, I can run my same 100cps test and only use like 4 db handles

15 years agoFS-2966 ok let's take this a step further, I don't even think we need to change the...
Anthony Minessale [Thu, 3 Mar 2011 16:54:50 +0000 (10:54 -0600)] 
FS-2966 ok let's take this a step further, I don't even think we need to change the state anymore

15 years agoswigall
Brian West [Thu, 3 Mar 2011 16:48:26 +0000 (10:48 -0600)] 
swigall

15 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
David Yat Sin [Thu, 3 Mar 2011 16:42:21 +0000 (11:42 -0500)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

15 years agoFS-3117 --comment-only try this patch
Anthony Minessale [Thu, 3 Mar 2011 16:14:46 +0000 (10:14 -0600)] 
FS-3117 --comment-only try this patch

15 years agoFreeTDM: Fix for race condition on FreeTDM init for freetdm-master timer (JIRA:OPENZA...
David Yat Sin [Thu, 3 Mar 2011 15:57:03 +0000 (10:57 -0500)] 
FreeTDM: Fix for race condition on FreeTDM init for freetdm-master timer (JIRA:OPENZAP-143)

15 years ago FS-3118
Brian West [Thu, 3 Mar 2011 15:27:28 +0000 (09:27 -0600)] 
 FS-3118

15 years agofreetdm: Allow user to indicate FACILITY on outbound calls
David Yat Sin [Thu, 3 Mar 2011 14:48:48 +0000 (09:48 -0500)] 
freetdm: Allow user to indicate FACILITY on outbound calls

15 years agoFS-2966 I already fixed this in the wait_for_state, so i copied the same fix to wait_...
Anthony Minessale [Thu, 3 Mar 2011 02:50:33 +0000 (20:50 -0600)] 
FS-2966 I already fixed this in the wait_for_state, so i copied the same fix to wait_for_state_timeout, the lua one needed a similar call to wait for the state to change to avoid a race, both of you should be fixed with this patch

15 years agoclear timestamp when generating a fake empty frame to fix edge-case sending the same...
Anthony Minessale [Thu, 3 Mar 2011 02:29:47 +0000 (20:29 -0600)] 
clear timestamp when generating a fake empty frame to fix edge-case sending the same timestamp over and over

15 years agofreetdm: some fixes to mkrelease.sh
Arnaldo Pereira [Thu, 3 Mar 2011 02:18:56 +0000 (23:18 -0300)] 
freetdm: some fixes to mkrelease.sh

15 years agofreetdm: changed mkrelease.sh to ship ABI compatibility test reports with the
Arnaldo Pereira [Thu, 3 Mar 2011 01:42:59 +0000 (22:42 -0300)] 
freetdm: changed mkrelease.sh to ship ABI compatibility test reports with the
         generated release.

15 years agoFS-3106 --comment-only Try this out, its got a few elements from your patch but there...
Anthony Minessale [Thu, 3 Mar 2011 01:21:37 +0000 (19:21 -0600)] 
FS-3106 --comment-only Try this out, its got a few elements from your patch but there was a much bigger problem deeper in the code preventing the sqlite handles from being recycled properly

15 years agoadd sip_jitter_buffer_during_bridge which you can set to true to keep a jitter buffer...
Anthony Minessale [Thu, 3 Mar 2011 01:09:10 +0000 (19:09 -0600)] 
add sip_jitter_buffer_during_bridge which you can set to true to keep a jitter buffer on both ends of the call when you are NormT

15 years agoadd valet_announce_slot variable
Anthony Minessale [Wed, 2 Mar 2011 19:01:25 +0000 (13:01 -0600)] 
add valet_announce_slot variable

15 years agotypo
Daniel Swarbrick [Wed, 2 Mar 2011 17:23:19 +0000 (18:23 +0100)] 
typo

15 years agofreetdm: ISDN - ftdm_complete_state is not called in state_advance if a new state...
David Yat Sin [Wed, 2 Mar 2011 15:59:43 +0000 (10:59 -0500)] 
freetdm: ISDN - ftdm_complete_state is not called in state_advance if a new state is set

15 years agochlog: freetdm: ss7 - added support to check isup stack circuit state via cli (ftdm...
Konrad Hammel [Mon, 28 Feb 2011 19:26:57 +0000 (14:26 -0500)] 
chlog: freetdm: ss7 - added support to check isup stack circuit state via cli (ftdm ss7 show status isup ckt X)
       freetdm: ss7 - updated module to support latest changes to freetdm core

15 years agorevert
Anthony Minessale [Tue, 1 Mar 2011 19:44:53 +0000 (13:44 -0600)] 
revert

15 years agofix issue reported from mailing list and not JIRA =/
Anthony Minessale [Tue, 1 Mar 2011 19:42:14 +0000 (13:42 -0600)] 
fix issue reported from mailing list and not JIRA =/

15 years agoset default smg event socket port to 8821 instead of 8021 which is for FreeSWITCH...
Moises Silva [Tue, 1 Mar 2011 17:31:35 +0000 (12:31 -0500)] 
set default smg event socket port to 8821 instead of 8021 which is for FreeSWITCH event socket

15 years agoMerge branch 'master' into smgmaster
Moises Silva [Tue, 1 Mar 2011 17:18:19 +0000 (12:18 -0500)] 
Merge branch 'master' into smgmaster

15 years agoMerge branch 'master' of git.sangoma.com:smg_freeswitch
Moises Silva [Tue, 1 Mar 2011 17:17:00 +0000 (12:17 -0500)] 
Merge branch 'master' of git.sangoma.com:smg_freeswitch

15 years agofreetdm: use ftdm_channel_hangup_with_cause for CAS channels (ftmod_r2)
Moises Silva [Tue, 1 Mar 2011 17:10:18 +0000 (12:10 -0500)] 
freetdm: use ftdm_channel_hangup_with_cause for CAS channels (ftmod_r2)

15 years agoFS-3105 try this patch
Anthony Minessale [Tue, 1 Mar 2011 16:52:12 +0000 (10:52 -0600)] 
FS-3105 try this patch

15 years agofreetdm: Typo in function define
David Yat Sin [Tue, 1 Mar 2011 14:54:52 +0000 (09:54 -0500)] 
freetdm: Typo in function define

15 years ago swigall
Brian West [Tue, 1 Mar 2011 12:35:06 +0000 (06:35 -0600)] 
 swigall

15 years agofreetdm: Do not call sng_isdn_retrieve_facility_caller_name when transparent facility...
David Yat Sin [Mon, 28 Feb 2011 23:53:02 +0000 (18:53 -0500)] 
freetdm: Do not call sng_isdn_retrieve_facility_caller_name when transparent facility is enabled

15 years agofreetdm: Do not call sng_isdn_retrieve_facility_caller_name when transparent facility...
David Yat Sin [Mon, 28 Feb 2011 23:53:02 +0000 (18:53 -0500)] 
freetdm: Do not call sng_isdn_retrieve_facility_caller_name when transparent facility is enabled

15 years agoSkinny: use proper name for station capabilities message
Mathieu Parent [Mon, 28 Feb 2011 23:24:27 +0000 (00:24 +0100)] 
Skinny: use proper name for station capabilities message

15 years agoSofia: use const for variable name SWITCH_R_SDP_VARIABLE
Mathieu Parent [Mon, 28 Feb 2011 23:22:31 +0000 (00:22 +0100)] 
Sofia: use const for variable name SWITCH_R_SDP_VARIABLE

15 years agoupdate
Anthony Minessale [Mon, 28 Feb 2011 23:11:29 +0000 (17:11 -0600)] 
update

15 years agofreetdm: added more arguments to ftdm_abi_check when generating ftdm releases
Arnaldo Pereira [Mon, 28 Feb 2011 21:48:55 +0000 (18:48 -0300)] 
freetdm: added more arguments to ftdm_abi_check when generating ftdm releases

15 years agomod_sofia: fix bugzilla 6341 - dialplan not replacing user in contact string
Moises Silva [Mon, 28 Feb 2011 21:36:28 +0000 (16:36 -0500)] 
mod_sofia: fix bugzilla 6341 - dialplan not replacing user in contact string

15 years agoadd sip_execute_on_image variable similar to execute_on_answer etc so you can run...
Anthony Minessale [Mon, 28 Feb 2011 18:43:05 +0000 (12:43 -0600)] 
add sip_execute_on_image variable similar to execute_on_answer etc so you can run t38_gateway or rxfax etc when you get a T.38 re-invite but no CNG tone or you want to ignore the tone and only react when getting a T.38 re-invite

15 years agoMerge branch 'netborder'
Moises Silva [Mon, 28 Feb 2011 17:47:27 +0000 (12:47 -0500)] 
Merge branch 'netborder'

Conflicts:
libs/freetdm/mod_freetdm/mod_freetdm.c
libs/freetdm/src/ftdm_io.c
libs/freetdm/src/ftmod/ftmod_r2/ftmod_r2_io_mf_lib.h
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_trace.c
libs/freetdm/src/include/freetdm.h
libs/freetdm/src/include/private/ftdm_core.h

15 years agofreetdm: remove unused prototype for ftdm_call_clear_data
Moises Silva [Mon, 28 Feb 2011 17:42:43 +0000 (12:42 -0500)] 
freetdm: remove unused prototype for ftdm_call_clear_data

15 years agostop suggesting -waste because its really the bad choice to make
Anthony Minessale [Mon, 28 Feb 2011 17:27:56 +0000 (11:27 -0600)] 
stop suggesting -waste because its really the bad choice to make

15 years agostop suggesting -waste since its a bad choice
Anthony Minessale [Mon, 28 Feb 2011 17:25:42 +0000 (11:25 -0600)] 
stop suggesting -waste since its a bad choice

15 years agofix memory leak introduced in d8facbcf716612e826d451f4b5c3bcd938c46a3b
Anthony Minessale [Mon, 28 Feb 2011 17:15:12 +0000 (11:15 -0600)] 
fix memory leak introduced in d8facbcf716612e826d451f4b5c3bcd938c46a3b

15 years agoFS-3067 segfault using busy-delay-time parameter
Jeff Lenk [Mon, 28 Feb 2011 16:02:11 +0000 (10:02 -0600)] 
FS-3067 segfault using busy-delay-time parameter

15 years agofreetdm: passing ftdm path to abi test script
Arnaldo Pereira [Mon, 28 Feb 2011 15:55:56 +0000 (12:55 -0300)] 
freetdm: passing ftdm path to abi test script

15 years agoMerge branch 'netborder' of git.sangoma.com:smg_freeswitch into netborder
Moises Silva [Mon, 28 Feb 2011 15:55:40 +0000 (10:55 -0500)] 
Merge branch 'netborder' of git.sangoma.com:smg_freeswitch into netborder

Conflicts:
libs/freetdm/mod_freetdm/mod_freetdm.c
libs/freetdm/src/ftdm_state.c

15 years agofreetdm: remove ftdm_channel_init API
Moises Silva [Mon, 28 Feb 2011 15:52:30 +0000 (10:52 -0500)] 
freetdm: remove ftdm_channel_init API

15 years agofreetdm: updated mkrelease.sh to download libsng-ss7 and libsng-isdn, compile
Arnaldo Pereira [Mon, 28 Feb 2011 15:46:12 +0000 (12:46 -0300)] 
freetdm: updated mkrelease.sh to download libsng-ss7 and libsng-isdn, compile
         freetdm and mod_freetdm and test the ABI compatibility against older
         releases, through an external script, before generating the tarball.

15 years agofix regression from FS-899, thanks acrobits for testing this
Brian West [Mon, 28 Feb 2011 15:27:05 +0000 (09:27 -0600)] 
fix regression from FS-899, thanks acrobits for testing this

15 years agoSkinny: use IANA names for G729 codecs
Mathieu Parent [Sat, 26 Feb 2011 10:45:19 +0000 (11:45 +0100)] 
Skinny: use IANA names for G729 codecs

15 years agoSkinny: noop ForwardStatReq and ForwardStat implementation
Mathieu Parent [Sat, 26 Feb 2011 10:37:32 +0000 (11:37 +0100)] 
Skinny: noop ForwardStatReq and ForwardStat implementation

15 years agoSkinny: remove some unused vars
Mathieu Parent [Sat, 26 Feb 2011 09:51:27 +0000 (10:51 +0100)] 
Skinny: remove some unused vars

15 years agosupress errors caused from -nosql as reported on the mailing list and not on JIRA...
Anthony Minessale [Sat, 26 Feb 2011 03:39:37 +0000 (21:39 -0600)] 
supress errors caused from -nosql as reported on the mailing list and not on JIRA like it should be http://jira.freeswitch.org

15 years agoFS-3103
Anthony Minessale [Sat, 26 Feb 2011 03:29:47 +0000 (21:29 -0600)] 
FS-3103

15 years agofire auto gain level events
Anthony Minessale [Sat, 26 Feb 2011 00:25:17 +0000 (18:25 -0600)] 
fire auto gain level events

15 years agomissed a spot
Anthony Minessale [Sat, 26 Feb 2011 00:19:52 +0000 (18:19 -0600)] 
missed a spot

15 years agoplay files saying vol level in conf in lieu of making a function of say modules to...
Anthony Minessale [Sat, 26 Feb 2011 00:09:58 +0000 (18:09 -0600)] 
play files saying vol level in conf in lieu of making a function of say modules to return file_string urls (we need that)

15 years agoMerge branch 'netborder' of git.sangoma.com:smg_freeswitch into netborder
David Yat Sin [Fri, 25 Feb 2011 23:12:39 +0000 (18:12 -0500)] 
Merge branch 'netborder' of git.sangoma.com:smg_freeswitch into netborder

15 years agofreetdm: do not free sigmsg if was not queued
Moises Silva [Fri, 25 Feb 2011 22:53:02 +0000 (17:53 -0500)] 
freetdm: do not free sigmsg if was not queued
         fix type casting

15 years agoFS-3063 --comment-only try this commit, maybe it was uninit mem
Anthony Minessale [Fri, 25 Feb 2011 22:34:17 +0000 (16:34 -0600)] 
FS-3063 --comment-only try this commit, maybe it was uninit mem

15 years agoMerge remote branch 'origin/davidy.ftdm_variables3' into netborder.tmp
Moises Silva [Fri, 25 Feb 2011 22:17:29 +0000 (17:17 -0500)] 
Merge remote branch 'origin/davidy.ftdm_variables3' into netborder.tmp

15 years agomore like this
Anthony Minessale [Fri, 25 Feb 2011 22:15:40 +0000 (16:15 -0600)] 
more like this

15 years agofix linger support in esl client lib
Anthony Minessale [Fri, 25 Feb 2011 22:13:16 +0000 (16:13 -0600)] 
fix linger support in esl client lib

15 years agodoh correction
Jeff Lenk [Fri, 25 Feb 2011 21:50:24 +0000 (15:50 -0600)] 
doh correction

15 years agotrivial compiler warning fix
Jeff Lenk [Fri, 25 Feb 2011 21:39:42 +0000 (15:39 -0600)] 
trivial compiler warning fix