]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Fri, 16 Aug 2013 16:17:00 +0000 (12:17 -0400)]
follow up to last commit
Anthony Minessale [Fri, 16 Aug 2013 15:34:29 +0000 (20:34 +0500)]
add mutex in media_engine to prevent double read in video thread
Steve Underwood [Fri, 16 Aug 2013 14:21:17 +0000 (22:21 +0800)]
Added missing headers to the spandsp Makefile.am
Moises Silva [Fri, 16 Aug 2013 13:52:14 +0000 (09:52 -0400)]
FS-5528 --resolve
Steve Underwood [Fri, 16 Aug 2013 02:22:23 +0000 (10:22 +0800)]
Some new FAX related variables introduced, to allow access to colour FAXing.
This should be treated as experimental right now.
Anthony Minessale [Thu, 15 Aug 2013 16:19:51 +0000 (21:19 +0500)]
FS-5700 --resolve
Chris Rienzo [Wed, 14 Aug 2013 22:00:30 +0000 (18:00 -0400)]
mod_rayo: move alias definition to config file, tweak console command completion to make testing easier
Moises Silva [Wed, 14 Aug 2013 19:57:15 +0000 (15:57 -0400)]
Merge remote-tracking branch 'origin/master' into ftdm_em_playback
Moises Silva [Wed, 3 Jul 2013 06:07:05 +0000 (02:07 -0400)]
freetdm: Fix longstanding minor bug in ftdm_span_send_signal causing dial-regex in Analog modules to not work
The return status of the signal callback was not being passed to the signaling module delivering the signal
Anthony Minessale [Wed, 14 Aug 2013 16:00:08 +0000 (21:00 +0500)]
FS-5701 --resolve
Ken Rice [Wed, 14 Aug 2013 14:48:05 +0000 (09:48 -0500)]
FS-5648 --resolve
Ken Rice [Wed, 14 Aug 2013 14:05:14 +0000 (09:05 -0500)]
FS-5694 --resolve
Chris Rienzo [Wed, 14 Aug 2013 14:06:18 +0000 (10:06 -0400)]
mod_unimrcp: add example config for Vestec
Chris Rienzo [Wed, 14 Aug 2013 13:41:11 +0000 (09:41 -0400)]
mod_rayo: add support for speech recognizers other than pocketsphinx, fixed some input component bugs, allow simultaneous dtmf and voice input.
Anthony Minessale [Tue, 13 Aug 2013 21:24:53 +0000 (02:24 +0500)]
FS-5683 --resolve
Anthony Minessale [Tue, 13 Aug 2013 21:13:49 +0000 (02:13 +0500)]
FS-5453 --resolve
Anthony Minessale [Tue, 13 Aug 2013 21:08:54 +0000 (02:08 +0500)]
FS-5698 --resolve
Anthony Minessale [Tue, 13 Aug 2013 21:00:31 +0000 (02:00 +0500)]
FS-5693 --resolve
Travis Cross [Tue, 13 Aug 2013 20:28:47 +0000 (20:28 +0000)]
Add lua script for proxying ZRTP SAS values to legacy phones
Ken is creating a bump-in-the-wire box for legacy IP phones and might
find this script useful.
Michael Jerris [Tue, 13 Aug 2013 19:40:33 +0000 (15:40 -0400)]
FS-5564: fix gcc extension for unsigned char bitfield type
Moises Silva [Tue, 13 Aug 2013 15:58:56 +0000 (11:58 -0400)]
mod_oreka: use zstr instead of only checking for null as some caller profile data may be an empty string
Seven Du [Tue, 13 Aug 2013 01:28:14 +0000 (09:28 +0800)]
redirect /portal to /portal/index.html
Seven Du [Tue, 13 Aug 2013 00:46:16 +0000 (08:46 +0800)]
auto subscribe to background_job when use bgapi
Seven Du [Tue, 13 Aug 2013 00:30:52 +0000 (08:30 +0800)]
add api/bgapi event functions
Brian West [Mon, 12 Aug 2013 22:27:31 +0000 (17:27 -0500)]
doh blonde moment
Brian West [Mon, 12 Aug 2013 20:19:36 +0000 (15:19 -0500)]
url_decode the callee_name
Anthony Minessale [Mon, 12 Aug 2013 14:04:38 +0000 (19:04 +0500)]
FS-5682 --resolve there was one other change to allow them to copy over by setting them on the A leg. Exporting the sip_multipart variable or setting it in {} on the dial string should already work. This patch should make it work with setting it too.
Anthony Minessale [Sun, 11 Aug 2013 19:57:47 +0000 (00:57 +0500)]
FS-5687 this patch adds a debouncer to that info message. if you still have problems try altering switch_rtp.c:5469 to add 0 condition so it skips that whole block and retest eg... if (0 && switch_rtp_test_flag(rtp_session, SWITCH_RTP_FLAG_VIDEO)) {
Anthony Minessale [Sun, 11 Aug 2013 19:05:11 +0000 (00:05 +0500)]
FS-5689 --resolve
Seven Du [Sun, 11 Aug 2013 14:47:42 +0000 (22:47 +0800)]
cleanup and refactor ws, this should work on Linux now
Seven Du [Sun, 11 Aug 2013 03:28:53 +0000 (11:28 +0800)]
trying to fix crashes on Linux
Chris Rienzo [Sat, 10 Aug 2013 13:30:33 +0000 (09:30 -0400)]
mod_rayo: add offer-uri param (default true) to toggle between URI and number in to/from of offer
Chris Rienzo [Fri, 9 Aug 2013 13:54:45 +0000 (09:54 -0400)]
FS-5686 reversed send/recv direction
Chris Rienzo [Fri, 9 Aug 2013 13:42:10 +0000 (09:42 -0400)]
FS-5686 --resolve mod_rayo: allow re-join to mixers so that audio direction can be changed. Added support for audio direction in mixers. Allow unjoin without mixer-name or call-id
Anthony Minessale [Thu, 8 Aug 2013 17:55:04 +0000 (22:55 +0500)]
FS-5682 --resolve new syntax <action application="set" data="sip_multipart=application/pidf+xml:1234"/> use push instead of set to add more to the same channel
Anthony Minessale [Thu, 8 Aug 2013 15:31:17 +0000 (20:31 +0500)]
FS-5682 revert
Steve Underwood [Thu, 8 Aug 2013 16:25:18 +0000 (00:25 +0800)]
Fixed inclusion of a header file that isn't actually finished.
Chris Rienzo [Thu, 8 Aug 2013 15:59:41 +0000 (11:59 -0400)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Chris Rienzo [Thu, 8 Aug 2013 15:59:17 +0000 (11:59 -0400)]
mod_rayo: reply with temporary failure if no clients available to accept call
Seven Du [Thu, 8 Aug 2013 14:55:56 +0000 (22:55 +0800)]
fix for some FireFox cases
Chrome send "Connection: Upgrade" while FF has "Connection: keep-alive, Upgrade"
Steve Underwood [Thu, 8 Aug 2013 13:40:28 +0000 (21:40 +0800)]
Changed spandsp from using TRUE and FALSE to using C99 true and false. It seems
like the quirks we used to get using those with C++ have gone away.
Seven Du [Thu, 8 Aug 2013 07:07:46 +0000 (15:07 +0800)]
fix return value
Seven Du [Thu, 8 Aug 2013 01:05:31 +0000 (09:05 +0800)]
fix spandsp build
Seven Du [Thu, 8 Aug 2013 00:19:05 +0000 (08:19 +0800)]
FS-5670 --resolve allow debug rtp if rtp is not attached to a session
Anthony Minessale [Thu, 8 Aug 2013 00:15:10 +0000 (05:15 +0500)]
FS-5682
Anthony Minessale [Wed, 7 Aug 2013 23:20:36 +0000 (04:20 +0500)]
FS-5680 --resolve this patch should auto set this variable on dtls enabled channels
Anthony Minessale [Wed, 7 Aug 2013 16:22:26 +0000 (21:22 +0500)]
FS-5661 --resolve
Anthony Minessale [Wed, 7 Aug 2013 15:59:08 +0000 (20:59 +0500)]
FS-5665 --resolve this should push the extra ones into the variable and convert it to an array
Anthony Minessale [Wed, 7 Aug 2013 15:40:16 +0000 (20:40 +0500)]
FS-5655 --resolve
Chris Rienzo [Tue, 6 Aug 2013 20:21:22 +0000 (16:21 -0400)]
FS-5679 --resolve mod_rayo: SIP 180 doesn't result in ringing event
Chris Rienzo [Tue, 6 Aug 2013 19:30:22 +0000 (15:30 -0400)]
FS-5668 --resolve mod_rayo: offer from/to do not match SIP
Chris Rienzo [Tue, 6 Aug 2013 18:52:56 +0000 (14:52 -0400)]
mod_rayo: fix crash on originate error
Chris Rienzo [Tue, 6 Aug 2013 15:05:35 +0000 (11:05 -0400)]
FS-5669 --resolve mod_rayo: return error if <document> is missing in <output>
Ben Langfeld [Tue, 6 Aug 2013 14:03:01 +0000 (11:03 -0300)]
mod_rayo: Commands executed against a dead call should return item-not-found
Anthony Minessale [Mon, 5 Aug 2013 18:49:59 +0000 (23:49 +0500)]
add new file
Steve Underwood [Mon, 5 Aug 2013 18:38:06 +0000 (02:38 +0800)]
A cleanup of FAX image size/resolution matching accuracy. Squashing of bi-level
images should now be correct. This is now close to supporting grey scale and
colour.
Steve Underwood [Mon, 5 Aug 2013 17:17:05 +0000 (01:17 +0800)]
Hopefully all the spandsp functions now use custom allocation routines
Steve Underwood [Mon, 5 Aug 2013 17:10:48 +0000 (01:10 +0800)]
More movements of spandsp to the sue of custom allocation routines
Steve Underwood [Mon, 5 Aug 2013 16:49:15 +0000 (00:49 +0800)]
Moved a lot of spandsp to the use of custom allocation functions
Steve Underwood [Mon, 5 Aug 2013 15:50:28 +0000 (23:50 +0800)]
Added custom allocation functions to spandsp
Seven Du [Mon, 5 Aug 2013 15:27:16 +0000 (23:27 +0800)]
FS-5655 --resolve msvc has so many versions, makes it complicated
Anthony Minessale [Sat, 3 Aug 2013 13:49:55 +0000 (18:49 +0500)]
FS-5664 --resolve
Nathan Neulinger [Sat, 3 Aug 2013 02:25:51 +0000 (21:25 -0500)]
mod_skinny work on FS-5632 - few more cases
Nathan Neulinger [Sat, 3 Aug 2013 02:11:56 +0000 (21:11 -0500)]
mod_skinny work on FS-5632 - first pass
Nathan Neulinger [Fri, 2 Aug 2013 19:12:03 +0000 (14:12 -0500)]
FS-5662 --resolve implement call pickup group functionality in mod_skinny. Currently treats callPickup and grpCallPickup identically, may revisit when I find out more about what's different between the two
Nathan Neulinger [Fri, 2 Aug 2013 18:53:29 +0000 (13:53 -0500)]
mod_skinny: implement per device setting of ext- extensions
Nathan Neulinger [Fri, 2 Aug 2013 16:21:40 +0000 (11:21 -0500)]
make default conf example work properly based on FS-5335 feedback/testing
Nathan Neulinger [Fri, 2 Aug 2013 15:54:46 +0000 (10:54 -0500)]
mod_skinny: add minimal handling of MeetMe button to send to a conference creation extension
Travis Cross [Fri, 2 Aug 2013 14:38:51 +0000 (14:38 +0000)]
Merge some additions to doc/SubmittingPatches
Thanks-to: Mariusz Czułada <manieq.net@gmail.com>
Travis Cross [Fri, 2 Aug 2013 14:37:54 +0000 (14:37 +0000)]
Tweak style and content of last commit
The directions here anticipate planned improvements to our JIRA bot to
allow issues to be resolved by placing the JIRA directives in the body
of the commit message.
Mariusz Czułada [Fri, 2 Aug 2013 08:23:38 +0000 (10:23 +0200)]
Describe patches related to JIRA issues
Chris Rienzo [Thu, 1 Aug 2013 18:37:28 +0000 (14:37 -0400)]
FS-5657 --resolve fix mod_rayo build errors in CentOS 5
Jeff Lenk [Thu, 1 Aug 2013 18:29:51 +0000 (13:29 -0500)]
mod_xml_rpc revert extra stuff
Chris Rienzo [Thu, 1 Aug 2013 17:56:30 +0000 (13:56 -0400)]
FS-5659 --resolve Add logging for spandsp dtmf detector when dtmf_verbose channel variable is set to true
Jeff Lenk [Thu, 1 Aug 2013 02:45:18 +0000 (21:45 -0500)]
FS-5655 try this
Seven Du [Thu, 1 Aug 2013 01:50:51 +0000 (09:50 +0800)]
add SHORT_DATE_TIME support
Nathan Neulinger [Wed, 31 Jul 2013 22:17:07 +0000 (17:17 -0500)]
mod_skinny: allow to work with native pgsql
Nathan Neulinger [Wed, 31 Jul 2013 22:16:43 +0000 (17:16 -0500)]
mod_skinny: filter sip mwi events
Chris Rienzo [Wed, 31 Jul 2013 11:16:23 +0000 (07:16 -0400)]
mod_spandsp: added UUID command completion to start/stop_tone_detect commands
Seven Du [Wed, 31 Jul 2013 08:27:56 +0000 (16:27 +0800)]
more cleanup
Seven Du [Wed, 31 Jul 2013 08:19:58 +0000 (16:19 +0800)]
trying to fix windows build
Seven Du [Wed, 31 Jul 2013 07:34:20 +0000 (15:34 +0800)]
cleanup code, less dependency
Nathan Neulinger [Tue, 30 Jul 2013 19:35:39 +0000 (14:35 -0500)]
mod_skinny: initial reg wasn't able to clean up due to missing device name, add new function to clean up given explicit device name, also add more logging
Seven Du [Tue, 30 Jul 2013 16:23:07 +0000 (00:23 +0800)]
Hope can fix on IE, not tested
Seven Du [Tue, 30 Jul 2013 15:58:15 +0000 (23:58 +0800)]
allow debug event
Seven Du [Tue, 30 Jul 2013 15:43:22 +0000 (23:43 +0800)]
update FreeSWITCH Portal About page
Anthony Minessale [Tue, 30 Jul 2013 14:37:17 +0000 (19:37 +0500)]
add -certs command line switch
Seven Du [Tue, 30 Jul 2013 14:12:58 +0000 (22:12 +0800)]
add back the log line deleted by accident
Seven Du [Tue, 30 Jul 2013 10:02:08 +0000 (18:02 +0800)]
remove debug
Seven Du [Tue, 30 Jul 2013 08:35:46 +0000 (16:35 +0800)]
add timeout options to mod_curl
Anthony Minessale [Mon, 29 Jul 2013 21:55:16 +0000 (16:55 -0500)]
FS-5652 --resolve
Anthony Minessale [Mon, 29 Jul 2013 21:07:34 +0000 (16:07 -0500)]
rebuild
Anthony Minessale [Mon, 29 Jul 2013 21:06:56 +0000 (16:06 -0500)]
FS-5641 --resolve
Seven Du [Mon, 29 Jul 2013 18:18:14 +0000 (02:18 +0800)]
Oops, we already have auto_update with pulling
Only use events to update calls when not pulling
Seven Du [Mon, 29 Jul 2013 18:10:52 +0000 (02:10 +0800)]
show live calls
Seven Du [Mon, 29 Jul 2013 15:59:06 +0000 (23:59 +0800)]
add settings disabled by default
The new websocket stuff breaks windows build so please fix, thanks
Seven Du [Mon, 29 Jul 2013 15:55:47 +0000 (23:55 +0800)]
Merge branch 'ws1' patch abyss to support websocket
Anthony Minessale [Mon, 29 Jul 2013 15:18:05 +0000 (10:18 -0500)]
FS-4932 FS-5090 --resolve
Seven Du [Mon, 29 Jul 2013 15:06:12 +0000 (23:06 +0800)]
make websocket work with abyss
Seven Du [Mon, 29 Jul 2013 12:04:32 +0000 (20:04 +0800)]
add ws