18342 Commits

Author SHA1 Message Date
Moises Silva
4b9355003e Merge branch 'netborder' 2011-03-21 15:34:05 -04:00
Moises Silva
4c6789b364 freetdm: allow setting the sig status in alarmed channels (bugzilla 6441) 2011-03-21 15:16:38 -04:00
Konrad Hammel
c0ee2490fe freetdm: ss7 - bug fix, don't send RSC for non-voice channels 2011-03-17 17:26:38 -04:00
Konrad Hammel
4d2a651439 freetdm: ss7 - bug fix for crash on startup 2011-03-17 17:26:30 -04:00
Konrad Hammel
8506bb22e6 freetdm: ss7 - added some informational messages 2011-03-17 17:26:21 -04:00
Konrad Hammel
d9061f091f freetdm: ss7 - bug fix in handling setups with cic 1 being a sig link 2011-03-17 17:25:58 -04:00
Konrad Hammel
37139badf7 chlog: freetdm: ss7 - more work on relay stability 2011-03-15 10:49:57 -04:00
David Yat Sin
c8e17e0864 chlog:FreeTDM - Added PRI-BRI Debug document 2011-03-14 16:46:56 -04:00
Arnaldo Pereira
acd6d4442b freetdm: fixes to mkrelease.sh 2011-03-11 17:36:42 -05:00
Arnaldo Pereira
75ba53cfb2 freetdm: minor changes to mkrelease.sh 2011-03-11 17:02:51 -05:00
David Yat Sin
9257b74953 freetdm: Updated variables.txt documentation 2011-03-11 11:16:52 -05:00
Arnaldo Pereira
c1904f2e4f Merge branch 'master' into arnaldo.freetdm_release 2011-03-10 13:32:13 -05:00
David Yat Sin
dbfa7fa817 freetdm:Fix ftdm_sigmsg_get_raw_data_detached
ISDN: Fix for Facility IE in Facility message not passed to user in raw mode
2011-03-09 16:55:33 -05:00
Konrad Hammel
21c60c698d freetdm: ss7 - bug fix for compile bug introduced by merging 2011-03-09 15:10:14 -05:00
Konrad Hammel
93bfa6d1e9 chlog freetdm: ss7 - adding initial support for RELAY 2011-03-09 15:06:25 -05:00
Konrad Hammel
c0a2a225ba freetdm: ss7 - bug fix in GRS handling 2011-03-09 12:06:00 -05:00
Konrad Hammel
dcf515ffaf freetdm: ss7 - bug fix for race condition on startup causing seg fault 2011-03-09 12:05:33 -05:00
David Yat Sin
ea498e472a Merge branch 'netborder' of git.sangoma.com:smg_freeswitch into netborder 2011-03-07 10:58:10 -05:00
David Yat Sin
d36933df10 Fix for Raw Facility IE, introduced with ftdm_variables3 patch 2011-03-07 10:57:37 -05:00
Moises Silva
c79bfa768a Merge remote branch 'smgfs/master' 2011-03-06 22:11:39 -05:00
Anthony Minessale
ede19cad72 no this is better the other way 2011-03-06 20:57:26 -06:00
Anthony Minessale
e7b3c3b1ad add -i --interrupt to fs_cli to allow control-c to exit the program 2011-03-06 19:57:05 -06:00
Anthony Minessale
05e9d3477b remove unneeded line 2011-03-06 15:57:31 -06:00
Anthony Minessale
8c3651fa66 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 2011-03-06 14:49:39 -06:00
Moises Silva
7030fa4c6a mod_sangoma_codec: Add release port function pointer 2011-03-06 15:25:53 -05:00
Jeff Lenk
53e867bcf2 fix vs2008 x64 build 2011-03-06 13:34:24 -06:00
Stefan Knoblich
02b2926351 [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>
2011-03-06 19:42:47 +01:00
Moises Silva
865d04ef2f Merge remote branch 'fsorig/master' 2011-03-05 20:46:30 -05:00
Mathieu Rene
0911ed7408 FS-3124 Use the channel's sound_prefix if it's not set in the conference's config 2011-03-05 12:49:19 -05:00
Travis Cross
541a99153d organize root .gitignore 2011-03-04 22:36:37 +00:00
Travis Cross
fac74d5591 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.
2011-03-04 22:20:40 +00:00
Anthony Minessale
61cdf0da5d add limits to simo open sql handles 2011-03-04 13:52:30 -06:00
Anthony Minessale
8fe24a2914 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 2011-03-04 12:28:41 -06:00
Anthony Minessale
547d53932c FS-3095 also add some tab completion and help messages from cli 2011-03-04 11:34:48 -06:00
David Yat Sin
00dc8577e8 freetdm: Typo in function define 2011-03-04 10:38:48 -05:00
David Yat Sin
c5dd481fbd freetdm: ISDN - ftdm_complete_state is not called in state_advance if a new state is set 2011-03-04 10:36:36 -05:00
David Yat Sin
faf1ec091a Merge branch 'netborder' of git.sangoma.com:smg_freeswitch into netborder 2011-03-04 10:35:04 -05:00
Anthony Minessale
b3a2fa1c73 try to reduce contention by not creating handles with the global mutex locked 2011-03-03 20:07:43 -06:00
Anthony Minessale
b7419add09 clear talk flag when you mute 2011-03-03 17:59:59 -06:00
Daniel Swarbrick
9c4c1e813e FS-3120 - fix segv when snmpwalking ringing channels, fix segv in snmp getBulkRequest 2011-03-04 00:17:07 +01:00
Daniel Swarbrick
eb526c573f foo does not live here anymore 2011-03-03 23:42:22 +01:00
Brian West
7e4a2b6a43 swigall 2011-03-03 16:11:27 -06:00
Anthony Minessale
b6b4e6b549 FS-3114 2011-03-03 14:36:29 -06:00
Anthony Minessale
0ba25358b9 FS-3119 2011-03-03 14:21:02 -06:00
Jeff Lenk
4dfbea1837 vs2010 reswig 2011-03-03 13:25:33 -06:00
Anthony Minessale
f542449cac 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 2011-03-03 12:54:20 -06:00
Anthony Minessale
9feab652a3 FS-2966 ok let's take this a step further, I don't even think we need to change the state anymore 2011-03-03 10:54:59 -06:00
Brian West
ddc0ca70fe swigall 2011-03-03 10:48:36 -06:00
David Yat Sin
a2d0ba5d17 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-03-03 11:42:21 -05:00
Anthony Minessale
3eeb49950f FS-3117 --comment-only try this patch 2011-03-03 10:14:52 -06:00