Added a hook after completing the hangup operation to start ringing if there is an inbound call active on the device.
Signed-off-by: Nathan Neulinger <nneul@neulinger.org>
* 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 3b2d00f3e6 from verto to sip and refactor some code to keep sip working like verto
add a bit to 2db8f94ab6
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
...
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.
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.
* commit '83923660577cac053deeac3b9901df45e0cf8487':
Fixed encoded_data_len for MODE 2400, it should be 6 bytes. Also replaced 2550 bps bitrate (obsoleted operation mode) by 2400