]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
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
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
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
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
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
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
Anthony Minessale [Mon, 7 Mar 2011 19:02:21 +0000 (13:02 -0600)]
do not renegotiate codecs on hold re-invites
Michael S Collins [Mon, 7 Mar 2011 18:57:25 +0000 (10:57 -0800)]
Add missing newline on fs_cli usage
Anthony Minessale [Mon, 7 Mar 2011 18:15:46 +0000 (12:15 -0600)]
fix issue with polycom changing to 1 way audio on hold
Anthony Minessale [Mon, 7 Mar 2011 16:35:32 +0000 (10:35 -0600)]
FS-3130
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
David Yat Sin [Mon, 7 Mar 2011 15:57:37 +0000 (10:57 -0500)]
Fix for Raw Facility IE, introduced with ftdm_variables3 patch
Moises Silva [Mon, 7 Mar 2011 03:11:39 +0000 (22:11 -0500)]
Merge remote branch 'smgfs/master'
Anthony Minessale [Mon, 7 Mar 2011 02:57:26 +0000 (20:57 -0600)]
no this is better the other way
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
Anthony Minessale [Sun, 6 Mar 2011 21:57:31 +0000 (15:57 -0600)]
remove unneeded line
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
Moises Silva [Sun, 6 Mar 2011 20:25:53 +0000 (15:25 -0500)]
mod_sangoma_codec: Add release port function pointer
Jeff Lenk [Sun, 6 Mar 2011 19:34:24 +0000 (13:34 -0600)]
fix vs2008 x64 build
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>
Moises Silva [Sun, 6 Mar 2011 01:46:30 +0000 (20:46 -0500)]
Merge remote branch 'fsorig/master'
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
Travis Cross [Fri, 4 Mar 2011 22:36:37 +0000 (22:36 +0000)]
organize root .gitignore
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.
Anthony Minessale [Fri, 4 Mar 2011 19:52:30 +0000 (13:52 -0600)]
add limits to simo open sql handles
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
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
David Yat Sin [Tue, 1 Mar 2011 14:54:52 +0000 (09:54 -0500)]
freetdm: Typo in function define
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
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
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
Anthony Minessale [Thu, 3 Mar 2011 23:59:59 +0000 (17:59 -0600)]
clear talk flag when you mute
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
Daniel Swarbrick [Thu, 3 Mar 2011 22:42:22 +0000 (23:42 +0100)]
foo does not live here anymore
Brian West [Thu, 3 Mar 2011 22:11:27 +0000 (16:11 -0600)]
swigall
Anthony Minessale [Thu, 3 Mar 2011 20:36:29 +0000 (14:36 -0600)]
FS-3114
Anthony Minessale [Thu, 3 Mar 2011 20:21:02 +0000 (14:21 -0600)]
FS-3119
Jeff Lenk [Thu, 3 Mar 2011 19:25:33 +0000 (13:25 -0600)]
vs2010 reswig
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
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
Brian West [Thu, 3 Mar 2011 16:48:26 +0000 (10:48 -0600)]
swigall
David Yat Sin [Thu, 3 Mar 2011 16:42:21 +0000 (11:42 -0500)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Anthony Minessale [Thu, 3 Mar 2011 16:14:46 +0000 (10:14 -0600)]
FS-3117 --comment-only try this patch
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)
Brian West [Thu, 3 Mar 2011 15:27:28 +0000 (09:27 -0600)]
FS-3118
David Yat Sin [Thu, 3 Mar 2011 14:48:48 +0000 (09:48 -0500)]
freetdm: Allow user to indicate FACILITY on outbound calls
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
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
Arnaldo Pereira [Thu, 3 Mar 2011 02:18:56 +0000 (23:18 -0300)]
freetdm: some fixes to mkrelease.sh
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.
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
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
Anthony Minessale [Wed, 2 Mar 2011 19:01:25 +0000 (13:01 -0600)]
add valet_announce_slot variable
Daniel Swarbrick [Wed, 2 Mar 2011 17:23:19 +0000 (18:23 +0100)]
typo
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
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
Anthony Minessale [Tue, 1 Mar 2011 19:44:53 +0000 (13:44 -0600)]
revert
Anthony Minessale [Tue, 1 Mar 2011 19:42:14 +0000 (13:42 -0600)]
fix issue reported from mailing list and not JIRA =/
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
Moises Silva [Tue, 1 Mar 2011 17:18:19 +0000 (12:18 -0500)]
Merge branch 'master' into smgmaster
Moises Silva [Tue, 1 Mar 2011 17:17:00 +0000 (12:17 -0500)]
Merge branch 'master' of git.sangoma.com:smg_freeswitch
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)
Anthony Minessale [Tue, 1 Mar 2011 16:52:12 +0000 (10:52 -0600)]
FS-3105 try this patch
David Yat Sin [Tue, 1 Mar 2011 14:54:52 +0000 (09:54 -0500)]
freetdm: Typo in function define
Brian West [Tue, 1 Mar 2011 12:35:06 +0000 (06:35 -0600)]
swigall
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
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
Mathieu Parent [Mon, 28 Feb 2011 23:24:27 +0000 (00:24 +0100)]
Skinny: use proper name for station capabilities message
Mathieu Parent [Mon, 28 Feb 2011 23:22:31 +0000 (00:22 +0100)]
Sofia: use const for variable name SWITCH_R_SDP_VARIABLE
Anthony Minessale [Mon, 28 Feb 2011 23:11:29 +0000 (17:11 -0600)]
update
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
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
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
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
Moises Silva [Mon, 28 Feb 2011 17:42:43 +0000 (12:42 -0500)]
freetdm: remove unused prototype for ftdm_call_clear_data
Anthony Minessale [Mon, 28 Feb 2011 17:27:56 +0000 (11:27 -0600)]
stop suggesting -waste because its really the bad choice to make
Anthony Minessale [Mon, 28 Feb 2011 17:25:42 +0000 (11:25 -0600)]
stop suggesting -waste since its a bad choice
Anthony Minessale [Mon, 28 Feb 2011 17:15:12 +0000 (11:15 -0600)]
Jeff Lenk [Mon, 28 Feb 2011 16:02:11 +0000 (10:02 -0600)]
FS-3067 segfault using busy-delay-time parameter
Arnaldo Pereira [Mon, 28 Feb 2011 15:55:56 +0000 (12:55 -0300)]
freetdm: passing ftdm path to abi test script
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
Moises Silva [Mon, 28 Feb 2011 15:52:30 +0000 (10:52 -0500)]
freetdm: remove ftdm_channel_init API
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.
Brian West [Mon, 28 Feb 2011 15:27:05 +0000 (09:27 -0600)]
fix regression from FS-899, thanks acrobits for testing this
Mathieu Parent [Sat, 26 Feb 2011 10:45:19 +0000 (11:45 +0100)]
Skinny: use IANA names for G729 codecs
Mathieu Parent [Sat, 26 Feb 2011 10:37:32 +0000 (11:37 +0100)]
Skinny: noop ForwardStatReq and ForwardStat implementation
Mathieu Parent [Sat, 26 Feb 2011 09:51:27 +0000 (10:51 +0100)]
Skinny: remove some unused vars
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
Anthony Minessale [Sat, 26 Feb 2011 03:29:47 +0000 (21:29 -0600)]
FS-3103
Anthony Minessale [Sat, 26 Feb 2011 00:25:17 +0000 (18:25 -0600)]
fire auto gain level events
Anthony Minessale [Sat, 26 Feb 2011 00:19:52 +0000 (18:19 -0600)]
missed a spot
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)
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
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
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
Moises Silva [Fri, 25 Feb 2011 22:17:29 +0000 (17:17 -0500)]
Merge remote branch 'origin/davidy.ftdm_variables3' into netborder.tmp
Anthony Minessale [Fri, 25 Feb 2011 22:15:40 +0000 (16:15 -0600)]
more like this
Anthony Minessale [Fri, 25 Feb 2011 22:13:16 +0000 (16:13 -0600)]
fix linger support in esl client lib
Jeff Lenk [Fri, 25 Feb 2011 21:50:24 +0000 (15:50 -0600)]
doh correction
Jeff Lenk [Fri, 25 Feb 2011 21:39:42 +0000 (15:39 -0600)]
trivial compiler warning fix