]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Tue, 22 Mar 2011 17:17:00 +0000 (12:17 -0500)]
FS-3173
Anthony Minessale [Tue, 22 Mar 2011 17:07:06 +0000 (12:07 -0500)]
FS-3165
Anthony Minessale [Tue, 22 Mar 2011 02:01:20 +0000 (21:01 -0500)]
dont calibrate clock when timerfd enabled
Anthony Minessale [Tue, 22 Mar 2011 01:52:03 +0000 (20:52 -0500)]
update defaults
Anthony Minessale [Tue, 22 Mar 2011 01:50:47 +0000 (20:50 -0500)]
add mod_timerfd: external timerfd module by Timo Teräs
Anthony Minessale [Tue, 22 Mar 2011 01:49:39 +0000 (20:49 -0500)]
add timerfd support to the core for now you must enable it in switch.conf.xml with the param enable-softtimer-timerfd=true later if it proves to work well we can make it on by default, please test if you have a new kernel that supports this option kernel >= 2.6.25 and libc >= 2.8
Moises Silva [Mon, 21 Mar 2011 21:04:30 +0000 (17:04 -0400)]
Merge remote branch 'fsorig/master'
Anthony Minessale [Mon, 21 Mar 2011 20:18:07 +0000 (15:18 -0500)]
revert
44bfcf1d7c3674b1aaa0d587bab71f892ce4bfdb this breaks the build for everyone who does not have python-dev package
Anthony Minessale [Mon, 21 Mar 2011 20:12:58 +0000 (15:12 -0500)]
swigall
Moises Silva [Mon, 21 Mar 2011 20:09:49 +0000 (16:09 -0400)]
Merge remote branch 'fsorig/master'
Anthony Minessale [Mon, 21 Mar 2011 20:03:44 +0000 (15:03 -0500)]
FS-3172 not so fast also need to do it after the secure decoders for srtp/zrtp
Moises Silva [Mon, 21 Mar 2011 19:34:05 +0000 (15:34 -0400)]
Merge branch 'netborder'
Anthony Minessale [Mon, 21 Mar 2011 19:31:10 +0000 (14:31 -0500)]
FS-3172 this also fixes the incorrect usage of L16 on payload 10 which may or may not break interop with other sip devices if we do it right. also added rtp_disable_byteswap variable that can be set to false to disable byteswap when a device is encountered that is incompat (inluding all precious version of FS up till now)
Moises Silva [Mon, 21 Mar 2011 19:16:38 +0000 (15:16 -0400)]
freetdm: allow setting the sig status in alarmed channels (bugzilla 6441)
Moises Silva [Mon, 21 Mar 2011 18:27:57 +0000 (14:27 -0400)]
freetdm: added command complete for ftdm queuesize
Moises Silva [Mon, 21 Mar 2011 18:25:20 +0000 (14:25 -0400)]
freetdm: add support for setting the channel tx/rx queue size from config file (wanpipe.conf) and from CLI
Anthony Minessale [Mon, 21 Mar 2011 17:01:51 +0000 (12:01 -0500)]
FS-3170 this was specific to the user channel which is not a real channel in every sense of the word as it has no running thread or any usable state changes so this new line of code in
233d3164be4412aaaf8f9f42d8042e48279a018a to wait for the state machine to stabalize before returning from originate caused an issue with user/ channels
Anthony Minessale [Mon, 21 Mar 2011 15:32:33 +0000 (10:32 -0500)]
only all one file to be bound per instance
Moises Silva [Mon, 21 Mar 2011 01:45:51 +0000 (21:45 -0400)]
mod_portaudio: use default global configuration when configuring streams
add tons of comments to default portaudio.conf.xml for streams and endpoints
Moises Silva [Sun, 20 Mar 2011 23:54:14 +0000 (19:54 -0400)]
mod_portaudio: more endpoints in sample config
Anthony Minessale [Sun, 20 Mar 2011 23:28:48 +0000 (18:28 -0500)]
FS-3168 this will remove the reported symptom but does not change the fact that 1khz resolution is ideal for proper performance
cypromis [Sun, 20 Mar 2011 10:00:51 +0000 (11:00 +0100)]
FS-3128
Moises Silva [Sun, 20 Mar 2011 07:26:01 +0000 (03:26 -0400)]
mod_portaudio: update config
Moises Silva [Sun, 20 Mar 2011 07:11:13 +0000 (03:11 -0400)]
mod_portaudio: fix endpoint reads
Moises Silva [Sun, 20 Mar 2011 06:36:46 +0000 (02:36 -0400)]
mod_portaudio: do not destroy codec and timers if there is a call in progress!
Moises Silva [Sun, 20 Mar 2011 06:04:19 +0000 (02:04 -0400)]
mod_portaudio: use the read timer for endpoints
Moises Silva [Sun, 20 Mar 2011 05:57:35 +0000 (01:57 -0400)]
mod_portaudio: do not set the global codec for endpoints
Moises Silva [Sun, 20 Mar 2011 05:33:08 +0000 (01:33 -0400)]
mod_portaudio: release the endpoint on hangup
Moises Silva [Sun, 20 Mar 2011 05:16:55 +0000 (01:16 -0400)]
mod_portaudio: set read/write codec to L16
Moises Silva [Sun, 20 Mar 2011 03:43:40 +0000 (23:43 -0400)]
mod_portaudio: initialize read/write endpoint timers per call
fix pablio multiplexing
Moises Silva [Sun, 20 Mar 2011 00:09:18 +0000 (20:09 -0400)]
mod_portaudio: implement endpoint writes and multiplex read/writes in pablio streams
Moises Silva [Sat, 19 Mar 2011 23:55:12 +0000 (19:55 -0400)]
mod_portaudio: implement endpoint reads
Moises Silva [Sat, 19 Mar 2011 23:23:11 +0000 (19:23 -0400)]
mod_portaudio: create the actual shared stream
Moises Silva [Sat, 19 Mar 2011 20:01:11 +0000 (16:01 -0400)]
mod_portaudio: XML parsing of endpoints
Moises Silva [Sat, 19 Mar 2011 19:06:43 +0000 (15:06 -0400)]
mod_portaudio: added XML parsing and CLI commands for configuration of streams
Moises Silva [Sat, 19 Mar 2011 17:24:02 +0000 (13:24 -0400)]
mod_portaudio: update to support multiple io buffers
Michael Jerris [Sat, 19 Mar 2011 14:14:50 +0000 (10:14 -0400)]
don't strcasecmp on null string
Jeff Lenk [Sat, 19 Mar 2011 03:47:41 +0000 (22:47 -0500)]
OPENZAP-146 - this restores the correct behavior regression from Commit:
03dc3b7b8d734e5a916c0dd48c408e78e6f66f55
Anthony Minessale [Fri, 18 Mar 2011 22:58:07 +0000 (17:58 -0500)]
add string params to ladspa so you can connect files to audio ports (string params don't count towards number params)
Anthony Minessale [Fri, 18 Mar 2011 21:58:52 +0000 (16:58 -0500)]
FS-3075
Marc Olivier Chouinard [Fri, 18 Mar 2011 20:45:37 +0000 (16:45 -0400)]
switch_xml: Remove commented out mmap. With the changes in the past 2 year, mmap can't really be put back in it current state.
Marc Olivier Chouinard [Fri, 18 Mar 2011 20:41:27 +0000 (16:41 -0400)]
switch_xml: reloadxml will(should) never lock again. It will load the XML structure into a new XML structure, and just replace the currently available ROOT XML. It then the job of the last user of the switch_xml structure to free it.
Christopher Rienzo [Fri, 18 Mar 2011 19:15:08 +0000 (19:15 +0000)]
FS-3163 add locking to mrcp dtmf generator
Moises Silva [Fri, 18 Mar 2011 18:47:49 +0000 (14:47 -0400)]
freetdm: add configuration option for DTMF debug directory
Michael S Collins [Fri, 18 Mar 2011 18:24:48 +0000 (11:24 -0700)]
Add conf_uuid chan var for djbinter (Thanks Math)
Anthony Minessale [Fri, 18 Mar 2011 16:57:10 +0000 (11:57 -0500)]
FS-3164
Michael S Collins [Fri, 18 Mar 2011 16:26:03 +0000 (09:26 -0700)]
Add 'make perlmod-install' to ESL (please test)
Brian West [Fri, 18 Mar 2011 14:45:12 +0000 (09:45 -0500)]
Fix installer issue when ran standalone
Anthony Minessale [Fri, 18 Mar 2011 03:29:16 +0000 (22:29 -0500)]
jitter buffer sanity checks
Moises Silva [Fri, 18 Mar 2011 01:46:52 +0000 (21:46 -0400)]
initial reworking for mod_portaudio multiple enpoint support
Anthony Minessale [Thu, 17 Mar 2011 22:21:41 +0000 (17:21 -0500)]
FS-3161
Konrad Hammel [Thu, 17 Mar 2011 21:29:44 +0000 (17:29 -0400)]
Merge branch 'master' into smgmaster
Konrad Hammel [Thu, 17 Mar 2011 21:23:08 +0000 (17:23 -0400)]
freetdm: ss7 - bug fix, don't send RSC for non-voice channels
Konrad Hammel [Thu, 17 Mar 2011 19:17:46 +0000 (15:17 -0400)]
freetdm: ss7 - bug fix for crash on startup
Konrad Hammel [Wed, 16 Mar 2011 16:44:29 +0000 (12:44 -0400)]
freetdm: ss7 - added some informational messages
Konrad Hammel [Wed, 16 Mar 2011 14:05:45 +0000 (10:05 -0400)]
freetdm: ss7 - bug fix in handling setups with cic 1 being a sig link
Christopher Rienzo [Thu, 17 Mar 2011 20:43:35 +0000 (20:43 +0000)]
Merge branch 'openmethods-merged-unimrcp-asr-dtmf-bugfix-0' of git://scm.dashjr.org/var/scmroot/git/freeswitch
Brian West [Thu, 17 Mar 2011 20:38:29 +0000 (15:38 -0500)]
swigall
Luke Dashjr [Thu, 17 Mar 2011 20:32:47 +0000 (15:32 -0500)]
MERGE: Bugfix: Destroy schannel only *after* cleanup of its contents is done
Luke Dashjr [Thu, 17 Mar 2011 20:31:07 +0000 (15:31 -0500)]
Bugfix: Destroy schannel only *after* cleanup of its contents is done
Anthony Minessale [Thu, 17 Mar 2011 19:18:08 +0000 (14:18 -0500)]
update fscore_pb to work with git
Anthony Minessale [Thu, 17 Mar 2011 17:36:27 +0000 (12:36 -0500)]
FS-3156 FS-3157 declinatio mortuus obfirmo!
David Yat Sin [Thu, 17 Mar 2011 17:16:59 +0000 (13:16 -0400)]
FreeTDM: ISDN - added support for min-digits
Marc Olivier Chouinard [Thu, 17 Mar 2011 14:58:39 +0000 (10:58 -0400)]
mod_callcenter: FS-3158 Change the default and sequentially-by-agent-order strategy to include the longest-idle-agent. This should offer a default consistant way to go through all the agent within the same tier/position. (Before, it was left to the DB to return the order of the result)
Jeff Lenk [Thu, 17 Mar 2011 13:34:00 +0000 (08:34 -0500)]
JANITOR-10 - Thanks Peter
Anthony Minessale [Thu, 17 Mar 2011 01:50:32 +0000 (20:50 -0500)]
FS-3122
Anthony Minessale [Wed, 16 Mar 2011 23:21:02 +0000 (18:21 -0500)]
ok
Anthony Minessale [Wed, 16 Mar 2011 22:32:38 +0000 (17:32 -0500)]
hmm
Brian West [Wed, 16 Mar 2011 21:48:43 +0000 (16:48 -0500)]
JANITOR-10
Anthony Minessale [Wed, 16 Mar 2011 21:22:24 +0000 (16:22 -0500)]
add defaults to config
Anthony Minessale [Wed, 16 Mar 2011 21:19:39 +0000 (16:19 -0500)]
Add mod_ladspa (Audio plugin framework for linux) http://http://www.ladspa.org/ try it with autotalent http://web.mit.edu/tbaran/www/autotalent.html
Steve Underwood [Wed, 16 Mar 2011 15:31:43 +0000 (23:31 +0800)]
Fixed a vulnerability in T.4 and T.6 processing which is similar to
http://bugzilla.maptools.org/show_bug.cgi?id=2297
in libtiff. A really screwed up 2D T.4 image, or a maliciously
constructed T.4 2D or T.6 image should potential run off the end
of an image decoder buffer.
Anthony Minessale [Tue, 15 Mar 2011 19:29:04 +0000 (14:29 -0500)]
doh
Konrad Hammel [Tue, 15 Mar 2011 14:53:59 +0000 (10:53 -0400)]
Merge branch 'smgmaster' of git.sangoma.com:/smg_freeswitch into smgmaster
Konrad Hammel [Tue, 15 Mar 2011 14:53:35 +0000 (10:53 -0400)]
Merge branch 'master' into smgmaster
Konrad Hammel [Thu, 10 Mar 2011 20:35:09 +0000 (15:35 -0500)]
chlog: freetdm: ss7 - more work on relay stability
David Yat Sin [Mon, 14 Mar 2011 20:46:56 +0000 (16:46 -0400)]
chlog:FreeTDM - Added PRI-BRI Debug document
Anthony Minessale [Mon, 14 Mar 2011 16:54:08 +0000 (11:54 -0500)]
change text of error message to be more descriptive
Anthony Minessale [Mon, 14 Mar 2011 16:43:42 +0000 (11:43 -0500)]
FS-3150 --comment-only this looks like an unhandled parse error, try this patch, though the call will likely fail but we can see what it doesn't like about the sdp now
Marc Olivier Chouinard [Mon, 14 Mar 2011 16:42:02 +0000 (12:42 -0400)]
mod_callcenter: Should resolve lot of loopback issues mentioned. Thanks to François Delawarde
Marc Olivier Chouinard [Mon, 14 Mar 2011 16:31:56 +0000 (12:31 -0400)]
mod_callcenter: Add better handle of failed agent, member channel getting a break, and debuging info upon leaving. Thanks to François Delawarde (with some changes)
Jeff Lenk [Mon, 14 Mar 2011 03:26:43 +0000 (22:26 -0500)]
FS-2815
Anthony Minessale [Sun, 13 Mar 2011 23:43:23 +0000 (18:43 -0500)]
wait
Marc Olivier Chouinard [Sat, 12 Mar 2011 16:58:35 +0000 (11:58 -0500)]
mod_callcenter: Add better support when agent doesn't answer, including creating a new variable for the delay that is different than reject or busy. Thanks to François Delawarde
Marc Olivier Chouinard [Sat, 12 Mar 2011 16:44:35 +0000 (11:44 -0500)]
mod_callcenter: Small event value correction from previous commit
Marc Olivier Chouinard [Sat, 12 Mar 2011 16:29:20 +0000 (11:29 -0500)]
mod_callcenter: >WARNING, some event value got removed< Adding new event time value that can then be used to calculate the Wait;Talk;Total duration of a member were on call. CC-Wait-Time CC-Talk-Time and CC-Total-Time are no longer returned. Visit the code or check the wiki for the updated variable.
Marc Olivier Chouinard [Sat, 12 Mar 2011 16:03:03 +0000 (11:03 -0500)]
mod_callcenter: Add new CLI cmd and change some to be more standard. Patch from François Delawarde, thanks.
David Yat Sin [Fri, 11 Mar 2011 22:39:07 +0000 (17:39 -0500)]
Changed Freeswitch core to return with error instead of abort when a critical module fails to load
Arnaldo Pereira [Fri, 11 Mar 2011 22:36:42 +0000 (17:36 -0500)]
freetdm: fixes to mkrelease.sh
Arnaldo Pereira [Fri, 11 Mar 2011 22:02:51 +0000 (17:02 -0500)]
freetdm: minor changes to mkrelease.sh
David Yat Sin [Fri, 11 Mar 2011 20:06:22 +0000 (15:06 -0500)]
freetdm:Fix for Q921 indications not decoded properly
David Yat Sin [Fri, 11 Mar 2011 19:48:54 +0000 (14:48 -0500)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
David Yat Sin [Fri, 11 Mar 2011 19:48:26 +0000 (14:48 -0500)]
freetdm: ISDN-Q921 Unsollicited protocol errors printed in DEBUG instead of INFO
Anthony Minessale [Fri, 11 Mar 2011 19:00:16 +0000 (13:00 -0600)]
pass header in X-FS headers on attended transfer CID update to indicate specific situation to flip callee/caller id when targeting a 1 legged call
Michael S Collins [Fri, 11 Mar 2011 18:25:00 +0000 (10:25 -0800)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Michael S Collins [Fri, 11 Mar 2011 18:24:55 +0000 (10:24 -0800)]
Add README_IMPORTANT.txt to default configuration
Marc Olivier Chouinard [Fri, 11 Mar 2011 17:40:56 +0000 (12:40 -0500)]
mod_callcenter: Fix a bug when an caller leave the queue from a BREAK Call (Transfer...), it doesn't think an agent answered.
David Yat Sin [Fri, 11 Mar 2011 16:16:52 +0000 (11:16 -0500)]
freetdm: Updated variables.txt documentation
Jeff Lenk [Fri, 11 Mar 2011 14:52:32 +0000 (08:52 -0600)]
OPENZAP-147 2008 project also needs x64 additions
Anthony Minessale [Fri, 11 Mar 2011 04:02:45 +0000 (22:02 -0600)]
send another presence event on calls that were cancelled from LOSE_RACE to fix winnable race in Broadsoft SCA