Ryan Lantzer [Fri, 5 Jun 2015 22:34:42 +0000 (17:34 -0500)]
Updated SKINNY on-hook action to hang up all calls on a device, except those in a short list of call states (or perform a blind transfer).
Added a hook after completing the hangup operation to start ringing if there is an inbound call active on the device.
Sergey Safarov [Thu, 4 Jun 2015 11:50:27 +0000 (06:50 -0500)]
Merging in latest from upstream (FS/freeswitch:refs/heads/master)
* commit '564393cf27618ddf3140ef05f35901d6beb6dbcd': (43 commits)
refresh checkboxes in demo
FS-7587 #comment one profile to rule them all (part 2)
FS-7602 FS-7499 FS-7587 #comment another refactoring pass on candidate parsing and ipv4/6 parsing (part 2)
FS-7587 #comment one profile to rule them all
FS-7602 FS-7499 FS-7587 #comment another refactoring pass on candidate parsing and ipv4/6 parsing
FS-7513 make sure user does not have auto avatar when not visible
FS-7586 Change the default min-required-recording-participants option for mod_conference from 2 to 1. #NEEDSDOCS
FS-7602 add some of 3b2d00f3e65061393da10a4ba286ac72cdb3c16e from verto to sip and refactor some code to keep sip working like verto
add a bit to 2db8f94ab6543018df1792663b809e77d521cab9
FS-7258, FS-7571: [mod_xml_cdr] properly encode xml cdr for post to web server
FS-7585 increasing AMF buffer for larger picture
FS-7603: Implement failover for socket application
FS-7604 #resolve
FS-7436: [mod_opus] fix the plc counter to actually count
FS-7436: added FEC support for mod_opus
FS-7564 #resolve #comment [mod_rayo] Added new algorithms for offering calls to clients. Two new params added to autoload_configs/rayo.conf.xml offer-algorithm all: offer to all clients (default and old behavior) first: offer to first client, fails over to next client in list random: offer to random client, fails over to next random client
set affected_rows also for non-SELECT queries
Add sip_watched_headers variable to launch events when a SIP message contains a given SIP header
FS-7426 shouuld not be disabled on all, only squeeze and wheezy
Fixed encoded_data_len for MODE 2400, it should be 6 bytes. Also replaced 2550 bps bitrate (obsoleted operation mode) by 2400
...
doancea [Mon, 1 Jun 2015 23:17:20 +0000 (01:17 +0200)]
FS-7436: added FEC support for mod_opus
You need an enabled jitter buffer for FEC to work.
If a packet is missing we look in the jitter buffer for the next one,
if the next packet is present we pass it to the decoder to extract
the FEC info from it. If there's no FEC inside the packet, the Opus decoder
will return PLC.
Chris Rienzo [Tue, 2 Jun 2015 14:48:57 +0000 (10:48 -0400)]
FS-7564 #resolve #comment [mod_rayo] Added new algorithms for offering calls to clients.
Two new params added to autoload_configs/rayo.conf.xml
offer-algorithm
all: offer to all clients (default and old behavior)
first: offer to first client, fails over to next client in list
random: offer to random client, fails over to next random client
offer-timeout-ms
0: disable
> 0 and < 120000: time to wait for reply from offer. On timeout, next client is offered call.
If no other clients available, call is rejected. 5000 is default.
Brian West [Tue, 2 Jun 2015 00:04:03 +0000 (19:04 -0500)]
Merge pull request #265 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:codec2_fix_encoded_data_len to master
* commit '83923660577cac053deeac3b9901df45e0cf8487':
Fixed encoded_data_len for MODE 2400, it should be 6 bytes. Also replaced 2550 bps bitrate (obsoleted operation mode) by 2400
William King [Mon, 1 Jun 2015 17:46:41 +0000 (12:46 -0500)]
Merge pull request #231 in FS/freeswitch from ~SEKIL/freeswitch-7412:master to master
* commit 'f5e0a879b2c5e035075db2c9441a111020575dea':
JIRA FS-7412. Added new LDAP schema (fsaccount.schema) with relevant attributes to match FS directory params and variables. Changed mod_xml_ldap code to reflect new schema. Updated xml_ldap.conf.xml as well to reflect mapping of new attributes.
Alexander Traud [Tue, 19 May 2015 10:43:43 +0000 (12:43 +0200)]
Add Perfect Forward Secrecy (DHE PFS) to mod_sofia
Ephemeral ECDH (ECDHE) was supported already. This patch adds Ephemeral
DH (DHE). To enable it, add DH parameters into the private-key file of
your server (agent.pem). For example via:
openssl dhparam -out dh.pem 2048
Steve Underwood [Sun, 31 May 2015 21:38:33 +0000 (05:38 +0800)]
V.27ter modem modified to make it a little less tolerant of poor SNR, and a
little more tolerant of big timing errors between the symbols at the far end,
and as they are received by us.
Merge pull request #260 in FS/freeswitch from fs-video2 to master
* commit 'b641ab6db38c6747ca3626f1f26a4d3b05d336c4': (629 commits)
bump
FS-7519: CID:1294454 fix leak
CID:1301145,1301144: Bit shift bounds checking
CID 1216601 Fix a possible memory leak in mod_basic
FS-7519 mod_av cleanup and refactor to work on higher resolution
FS-7513 refactor
FS-7500 FS-7499 refactoring while battling chrome
FS-7585: add rtmp video support
FS-7585: spaces to tabs and clean up trilling spaces
FS-7519: reverting part of f85a86e64d3ebcd34d63bc6239694e5a524760a1
FS-7519: fix build issue with clang-3.5
FS-7500: start media thread one answer/pre_answer
FS-7519: fix typo
FS-7499 FS-7500 mods for interop against latest chrome builds
FS-7500 just send refresh and not full reset on uuid_video_refresh
FS-7513 mods to bandwidth sizing and remove flush calls
FS-7519: auto set some values on avformat recording
FS-7519: [mod_av] fix modules.conf
FS-7519: merge mod_avcodec and mod_avformat into mod_av
FS-7553 reduce opencv library requirement to 2.4.5 to allow centos 7
...