William King [Fri, 12 Jun 2015 03:12:49 +0000 (20:12 -0700)]
FS-7338: Don't download the getlib version for debian packages, instead use the system libs. Debian build systems should include the public repo as an additional repo to supply these packages.
Michael Jerris [Wed, 10 Jun 2015 20:33:14 +0000 (16:33 -0400)]
FS-7635: remove msvc 2005 2008 and 2010 non working build systems. There are now multiple more recent (3 different ones) and some free versions of the compiler that can be used.
Italo Rossi [Sun, 3 May 2015 04:10:02 +0000 (01:10 -0300)]
FS-7138 - new mod_callcenter param: reserve-agents
Sets the agent state to Reserved before calling him. In this case,
the Agent is first updated to state Reserved ONLY if his previous
state was Waiting and status was Available/Available (On Demand).
The purpose is to avoid possible race conditions when external
applications are manipulating `agents` table.
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