Brian West
cb382084f0
FS-9687: segfault Program terminated with signal SIGFPE, Arithmetic exception.
2016-11-16 11:23:12 -06:00
Brian West
44b3f7bf18
Commit an example of using the IVRMenu object to build the ivr in lua.
2016-11-16 11:23:12 -06:00
Brian West
083fb35494
FS-9629: add isfocus to replies, and add is_conference support to pre_answer
2016-11-16 11:23:12 -06:00
Brian West
2cbe1989d1
FS-9678: Fix FreeSWITCH not shutting down when profiles fails to load and shutdown-on-fail is set to true
2016-11-16 11:23:12 -06:00
Anthony Minessale
91945cb1de
FS-9680 #resolve [Add proxy-message param to sofia]
2016-11-16 11:23:11 -06:00
Anthony Minessale
aa3283e256
FS-9668 #resolve [Add proxy-info feature]
2016-11-16 11:23:11 -06:00
Italo Rossi
0b46ced079
FS-9646 [verto_communicator] Fixing settings toggle
2016-11-16 11:23:11 -06:00
David Matson
402e7f57b7
FS-9662 #resolves [mod_opal] Fix version number in old OPAL error
2016-11-16 11:23:10 -06:00
Anthony Minessale
bce387e537
FS-9665 #resolve [Add video_pre_call_banner feature]
...
Conflicts:
src/switch_ivr_bridge.c
2016-11-16 11:23:10 -06:00
Mike Jerris
c57f72177f
FS-9634: fix typo
2016-11-16 11:23:10 -06:00
Seven Du
af7577195a
FS-9151 FS-9631 #resolve
2016-11-16 11:23:10 -06:00
Josh Allmann
5e302a6982
FS-9660: Fix BW calculation for SDP media clause
...
The AS descriptor for SDP b= lines is already defined in kilobits/second.
Fixes an issue with extremely low bitrate videos when a SDP media clause has
its own b=AS: line specified.
2016-11-16 11:23:10 -06:00
Anthony Minessale
fb40ef0d2a
FS-9634 #resolve [RTCP mux is always proposed on outbound channels even if rtcp_mux chan variable is 0]
2016-11-16 11:23:10 -06:00
William King
c82e83fb42
FS-9656 Coverity 1364971: resolve memory leak in new HEPv3 logging
2016-11-16 11:23:10 -06:00
Giacomo Vacca
501579c8e9
FS-9643 mod_opus Log encoded stats at end of call
...
Log count of encoded FEC frames in debug mode
2016-11-16 11:23:09 -06:00
Manuel Durán Aguete
cc444c08ed
FS-9647 Improve spanish translations
...
Improve spanish translations for verto communicator.
2016-11-16 11:23:09 -06:00
William King
cae04beb32
FS-9651 Fix incorrect expression
2016-11-16 11:23:09 -06:00
William King
e9f1830489
FS-9650 initialize pointer to NULL to resolve warning
2016-11-16 11:23:09 -06:00
William King
90c09d045e
FS-9649 Fix filebug script if EDITOR env variable not set
2016-11-16 11:23:09 -06:00
Brian West
6c6eb98452
FS-9632 remove SWITCH_FILE_FLAG_VIDEO flag if we fail to receive video so we fall thru and record the audio only. Previously it would just fail to function as expected.
2016-11-16 11:23:09 -06:00
Josh Allmann
eecb9db0c5
mod_sofia: Add 'username' header for expiration events.
...
More consistent with the naming in other events, eg
register and unregister.
2016-11-16 11:23:08 -06:00
Chad Phillips
34e8c062de
FS-9640: Allow access to Verto stream object via callback
...
Exposes Verto MediaStream objects via the onGranted() callback
2016-11-16 11:23:08 -06:00
François
d0e3d0b8e6
FS-9590 check dtmf_type variable when negociating inbound SDP
2016-11-16 11:23:08 -06:00
Sergey Safarov
95b66cea9f
FS-9594: Fixed hostname resolving for IPv6 addreses.
...
aa
2016-11-16 11:23:08 -06:00
Sergey Safarov
ba6ed65366
FS-9594: Has been adjusted string vars size to fit IPv6 address
2016-11-16 11:23:08 -06:00
Chad Phillips
ed36e9cb6f
FS-9395: downgrade some FSRTC console.error messages
...
Some of the console.error messages generated in FSRTC aren't really
error-worthy, downgrading appropriately.
2016-11-16 11:23:08 -06:00
Chad Phillips
c5bd29971c
FS-9635: update deprecated stream.onended
...
stream.onended is being removed in Chrome 54, update to
stream.oninactive
2016-11-16 11:23:08 -06:00
Brian West
463ab08d5a
FS-9623 update .update
2016-11-16 11:23:08 -06:00
Mike Jerris
82ce12bc95
FS-9628: [verto] correct return value of $.FSRTC.bestResSupported to be the largest resolution
...
Conflicts:
html5/verto/video_demo/js/verto-min.js
2016-11-16 11:23:07 -06:00
Anthony Minessale
8749966e2b
FS-9699 #resolve [Improper response to reinvite after using uuid_media_3p]
2016-11-16 11:23:00 -06:00
Anthony Minessale
92a0251f41
FS-9455 #resolve [Doubled posts in the chat window ]
2016-11-02 16:01:15 -05:00
Brian West
be0499094b
FS-9685 Update broadsoft SLA to work with newer Polycom firmware.
2016-11-01 10:23:13 -05:00
Josh Allmann
43f889cfee
FS-9654: Fix RTP packet drops
...
There was issue with certain endpoints that would lead to dropping
nearly every other RTP packet from the callee.
The scenario is as follows: the caller (bridged through FreeSWITCH)
offers codecs A and B with payload types X and Y, respectively.
The callee answers with codec B and payload type X.
The fix is to use the sender's expected payload type when checking
against the received RTP packet, rather than the receiver's.
2016-10-28 10:13:36 -05:00
Anthony Minessale
96eca8abb1
FS-9654
2016-10-25 21:10:15 -05:00
Brian West
ca356f2ac0
FS-9666 fix unused variable
2016-10-24 17:22:03 -05:00
Anthony Minessale
8b01f65971
FS-9666 #resolve [Remove legacy code when getting an XML video refresh]
2016-10-24 17:22:03 -05:00
Brian West
8c795825f1
swigall
2016-10-21 11:31:47 -05:00
Anthony Minessale
f811652699
FS-9654 #resolve [Issue with RTP payload negotiation]
2016-10-20 15:54:17 -05:00
Ken Rice
08d5f672d5
FS-9653 #resolve freeswitch-meta-all-dbg should not depend on non-existant freeswitch-meta-lang-dbg %backport=1.6
2016-10-20 13:50:13 -05:00
Ken Rice
61dc7bdd35
FS-9642 #resolve do not limit time for real time threads with systemd. this causes systemd to randomly restart FreeSWITCH without notice as to why. %backport=1.6
2016-10-20 10:58:46 -05:00
Anthony Minessale
bd30d76332
FS-9648 #resolve [Conference avatar image gets stuck enabled when it uses the same image as video mute]
2016-10-19 15:36:13 -05:00
Anthony Minessale
464eba8434
FS-9639 e3353b7
backported
2016-10-13 13:05:17 -05:00
Ken Rice
b91a0a6f2b
bump version
2016-10-11 08:49:56 -05:00
Anthony Minessale
25837103fb
FS-9612
2016-10-05 10:10:43 -05:00
Anthony Minessale
4bfc63b261
FS-9612 #resolve [RTCP-MUX wrongly enabled in cases where answer contains rtcp but offer didn't / remote addr not obtained in UDPTL mode] %backport=1.6
2016-10-05 01:23:07 -05:00
Anthony Minessale
3ce24c2964
FS-9610 #resolve [Video keyframe requests not being propagated properly] %backport=1.6
2016-10-04 22:35:51 -05:00
Dragos Oancea
191aca2c58
FS-9601: mod_opus: make adjustable bitrate mutually exclusive with FEC enforcing on the decreasing trend,
...
add step calculation for bitrate adjustment, fix bug on context settings
2016-10-03 11:14:50 -05:00
Anthony Minessale
3bb339d920
FS-9596 #resolve [rtp-timeout triggered for on-hold calls with a=inactive]
2016-09-30 13:01:41 -05:00
Anthony Minessale
412b598151
FS-9597 #resolve [host_lookup does not resolve v6 addrs] %backport=1.6
2016-09-30 12:23:26 -05:00
Anthony Minessale
93205a6028
FS-9593 #resolve [Video syncs too much on video muted channels] %backport=1.6
2016-09-29 17:16:13 -05:00