]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
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
Jeff Lenk [Sun, 28 Jul 2013 03:13:47 +0000 (22:13 -0500)]
more fixes for last commit
Jeff Lenk [Sat, 27 Jul 2013 16:28:08 +0000 (11:28 -0500)]
add missing
Jeff Lenk [Sat, 27 Jul 2013 15:43:04 +0000 (10:43 -0500)]
add missing to last commit
Jeff Lenk [Sat, 27 Jul 2013 15:40:06 +0000 (10:40 -0500)]
add missing cielab_luts to spandsp build
Travis Cross [Sat, 27 Jul 2013 02:54:26 +0000 (02:54 +0000)]
Improve our .gitignore files
Avoid ignoring files actually in our tree, and ignore some generated
files that were not being ignored previously.
Travis Cross [Sat, 27 Jul 2013 03:16:11 +0000 (03:16 +0000)]
Remove autogenerated file from tree
This file is specifically ignored by our .gitignore. Brian added this
ignore on 2013-06-06 but neglected to remove the file. I've now
bulid-tested without the file to be sure that it is indeed generated
correctly and so can be removed safely.
Travis Cross [Sat, 27 Jul 2013 02:58:11 +0000 (02:58 +0000)]
Remove freeswitch.serial from fscomm/conf
freeswitch.serial is used by ZRTP as a ZID, so it should not be shared
between systems and definitely should not be distributed as a default
value by us.
Travis Cross [Fri, 26 Jul 2013 22:28:49 +0000 (22:28 +0000)]
debian: Add additional module files for mod_spidermonkey
Note that we don't actually support building mod_spidermonkey for
Debian at the moment.
FS-4552
Travis Cross [Fri, 26 Jul 2013 21:56:07 +0000 (21:56 +0000)]
debian: Handle mod_managed .dll more idiomatically
Travis Cross [Fri, 26 Jul 2013 21:46:54 +0000 (21:46 +0000)]
debian: Include the .dll file for mod_managed
Note that we don't actually support building mod_managed at this time
for Debian.
FS-5317 --resolve
Thanks-to: Artur Kraev <ravenox@gmail.com>
Anthony Minessale [Fri, 26 Jul 2013 20:56:31 +0000 (15:56 -0500)]
add global mutex to cdr_csv to protech the fd_hash
Anthony Minessale [Fri, 26 Jul 2013 19:30:10 +0000 (14:30 -0500)]
add last_sched_id var
Travis Cross [Fri, 26 Jul 2013 03:53:34 +0000 (03:53 +0000)]
Kill FS if -reincarnate parent dies unexpectedly
This only works on Linux.
Travis Cross [Fri, 26 Jul 2013 03:35:46 +0000 (03:35 +0000)]
Handle signals better with -reincarnate
If we receive SIGTERM or SIGILL we should propagate the signal to the
child FS process. As FS normally handles these signals, we need to
restore the handler before we refork.
FS may also add a handler for SIGCHLD; we need the default action
here instead for the parent.
Travis Cross [Wed, 3 Jul 2013 06:31:59 +0000 (06:31 +0000)]
Add -reincarnate flag to FS
When FS is given the -reincarnate flag, FS will be automatically
restarted after any uncontrolled exit.
Anthony Minessale [Fri, 26 Jul 2013 16:27:45 +0000 (11:27 -0500)]
FS-5642 FS-5556 --resolve I have not tested this yet for the connect but I fixed the seg for sure which was an outstanding issue in 5556 reopen 5642 if connect still doesnt work
Anthony Minessale [Fri, 26 Jul 2013 15:24:19 +0000 (10:24 -0500)]
FS-5643 --resolve this is the kind of regressions we need to keep an eye on from the refactoring of the media code. I removed the codec_ms from the engine in addition to applying your patch
Travis Cross [Fri, 26 Jul 2013 01:12:59 +0000 (01:12 +0000)]
Fix memset invocation in mod_skypopen
We were previously clearing a pointer's worth of memory rather than
clearing a full element.
This also fixes the build as gcc-4.8 catches this error.
Anthony Minessale [Thu, 25 Jul 2013 19:53:11 +0000 (14:53 -0500)]
let sched_cancel operate on both task id and group id
Anthony Minessale [Thu, 25 Jul 2013 19:12:26 +0000 (14:12 -0500)]
FS-5572 --resolve set new variable by doing export bypass_keep_codec=true to force re-invite with the same codec it was using previously
Anthony Minessale [Thu, 25 Jul 2013 15:50:14 +0000 (10:50 -0500)]
swigall
Jeff Lenk [Thu, 25 Jul 2013 03:11:01 +0000 (22:11 -0500)]
vs2010 reswig
Anthony Minessale [Wed, 24 Jul 2013 23:49:27 +0000 (18:49 -0500)]
swigall
Anthony Minessale [Wed, 24 Jul 2013 23:42:50 +0000 (18:42 -0500)]
swigall
Brian West [Wed, 24 Jul 2013 23:40:31 +0000 (18:40 -0500)]
adding transfer-sound to ivr menu so you can specifiy a sound file to pay when a transfer takes place