Chris Rienzo
4620f1070c
FS-9472 [core] Add originate_retry_timeout and originate_retry_min_period_ms
...
originate_retry_timeout : maximum duration in seconds to allow retry attempts to occur.
On expiration, this will not stop an in progress attempt, it will only prevent a
retry attempt from starting. This value works together with originate_retries.
originate_retry_min_period_ms : minimum spacing between retry attempts. This prevents
retries from flooding an enpoint when it rejects quickly.
2016-09-01 10:59:06 -04:00
Italo Rossi
bf3b0ca3d1
FS-9471 [verto_communicator] Updating In Call display after receiving display update message from mod_verto.
2016-08-31 17:52:33 -03:00
Mike Jerris
a625f5ee46
Merge pull request #943 in FS/freeswitch from ~DAVIDL/freeswitch-verto-permission-event:feature/verto-permission-event to master
...
* commit '5a0e1af5d69b11f4b935e371bac1d87c7e8b5e30':
FS-9469 added onGrant/onDenied callbacks in onStream/onError of RTCCallbacks so client code gets notified of webrtc permission change immediately
2016-08-31 14:56:12 -05:00
davidlin
5a0e1af5d6
FS-9469
...
added onGrant/onDenied callbacks in onStream/onError of RTCCallbacks
so client code gets notified of webrtc permission change immediately
remove whitespace changes
2016-08-31 12:37:28 -07:00
Steve Underwood
29f5fb6aa7
The band filter for G.722 could cause numerical overflow in unusual circumstances with the maximum possiblke signal level. The filter output is now saturated to 16 bits to avoid this.
2016-08-31 23:59:32 +08:00
Ken Rice
160e8f12c0
[ubuntu packages] FS-9465 #resolve Add xenial instrumentation to debian/utils.sh script
2016-08-29 18:08:19 -05:00
Mike Jerris
803464ca23
Merge pull request #940 in FS/freeswitch from ~J0SH/freeswitch:fs9404 to master
...
* commit '16162fd74797222c7a73a866fdd96e732b6f02d2':
FS-9404 Handle sequence rollovers in mod_av handling of inbound H.263.
2016-08-29 16:27:42 -05:00
Josh Allmann
16162fd747
FS-9404 Handle sequence rollovers in mod_av handling of inbound H.263.
2016-08-26 22:22:42 +00:00
Italo Rossi
1080016986
FS-7706 [mod_callcenter] Hangup agent channel if we failed to bridge it with member channel.
...
The member can hangup the call while we are playing the outbound announce audio to the agent, this
patch detects this and properly hangup the agent channel to avoid keeping it up with
just a silence call since there's no active bridge.
The agent-bridge-end event now has CC-Agent-Bridged: true if the bridge successfully happens,
variable cc_agent_bridged was added so we can track this in the agent and member CDRs.
If you want to play an audio to the agent to indicate the member hangup the call before the bridge
set the variable cc_bridge_failed_outbound_announce, for example:
<action application="set" data="cc_bridge_failed_outbound_announce=tone_stream://%(250,250,425);loops=3"/>
or
<action application="set" data="cc_bridge_failed_outbound_announce=your-caller-has-gone-away-audio"/>
prior to calling callcenter application.
These variables are documented at https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter
2016-08-24 00:03:16 -03:00
Ken Rice
4b068cf13a
FS-9442 #resolve #comment tweak the deb packages to properly install the debug symbols via freeswitch-all-dbg and freeswitch-meta-all-dbg lang packages do not have dbg packages as they are just xml
2016-08-23 14:56:27 -05:00
Ken Rice
af5271a395
Revert "FS-9442 #resolve #comment tweak the deb packages to properly install the debug symbols via freeswitch-all-dbg and freeswitch-meta-all-dbg"
...
This reverts commit ccfea718a6
.
this commit needs more work
2016-08-23 10:02:12 -05:00
Brian West
3c3c6ba512
FS-8608 remove nonexistant option, found during config audit
2016-08-22 15:28:02 -05:00
Mike Jerris
88da109bc1
Merge pull request #938 in FS/freeswitch from ~IXYD/freeswitch:bugfix/FS-9452-mod_sofia-sip-capture-src-and-dst to master
...
* commit 'ebaf95e709052c947c4bd679853d441569959750':
FS-9452: fixed true/false logic for using dst flag
2016-08-22 15:24:39 -05:00
Brian West
7cc2653edc
FS-8608 found while doing config audit, params should have dashes
2016-08-22 15:20:04 -05:00
Ken Rice
ccfea718a6
FS-9442 #resolve #comment tweak the deb packages to properly install the debug symbols via freeswitch-all-dbg and freeswitch-meta-all-dbg
2016-08-22 10:50:01 -05:00
Ken Rice
ea28be45ac
add sysvinit-utils dependancy for ubuntu to debian bootstrap.sh
2016-08-22 10:12:06 -05:00
Sebastian Denz
ebaf95e709
FS-9452: fixed true/false logic for using dst flag
2016-08-22 16:36:37 +02:00
Ken Rice
ae324c9846
dont build mod_flowroute_sms as there is not any libh2o packages at this time
2016-08-22 08:37:44 -05:00
William King
c8e0eaace7
Merge pull request #923 in FS/freeswitch from ~J0SH/freeswitch:fs9409 to master
...
* commit '5f5346491943417c7609b834712ee4e5846d3605':
FS-9409: Wait for avformat reader thread before reading.
2016-08-21 18:46:05 -05:00
Mike Jerris
3f9a234821
Merge pull request #936 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9447-fix-build-on-windows to master
...
* commit 'e5fc843c41860bbebf9eb187ef96c57def64c34b':
FS-9447: [mod_avmd] #fix PRId64 on windows
2016-08-20 14:14:36 -05:00
Piotr Gregor
e5fc843c41
FS-9447: [mod_avmd] #fix PRId64 on windows
...
We need to include inttypes.h header on Windows
for this to work.
2016-08-20 15:12:43 +01:00
Anthony Minessale
c3728d99d0
FS-9443 #resolve [SDP in a verto.invite with missing ICE candidates can segfault]
2016-08-20 09:11:06 -05:00
Mike Jerris
3a93305045
Merge pull request #935 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9449-enable-clock-calibration-and-clock_nanosleep to master
...
* commit 'c5eb29d74d5ac727eb2a08c1e653e3f7e33aaacf':
FS-9449: Enable clock calibration and clock_realtime on Solaris
2016-08-19 22:59:29 -05:00
Mike Jerris
f92bb5aeff
Merge pull request #930 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9439 to master
...
* commit '676419a2619dda579d2bca9e6aaaecfa9a86e200':
FS-9439 check chained loopback for loopback_bowout
2016-08-19 22:56:14 -05:00
Spencer Thomason
c5eb29d74d
FS-9449: Enable clock calibration and clock_realtime on Solaris
2016-08-19 18:24:23 -07:00
Luis Azedo
676419a261
FS-9439 check chained loopback for loopback_bowout
2016-08-20 02:12:30 +01:00
Mike Jerris
f21a38270d
Merge pull request #934 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9447-avmd-increase-default-number-of-samples to master
...
* commit '169f1c0b5044b94e43533cb04e34d88e5be63006':
FS-9447: [mod_avmd] increase factory default value of samples to skip
2016-08-19 14:41:22 -05:00
Mike Jerris
26a502061f
Merge pull request #931 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9440 to master
...
* commit 'ea5b39365af78be85b73673699040727ec9952c9':
FS-9440 add transfer_destination
2016-08-19 14:33:22 -05:00
Mike Jerris
6f2f87699c
Merge pull request #932 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9441 to master
...
* commit 'f8c2abc189f27ca13b2ddd6dc334ef7738ccb37d':
FS-9441 optional skip member outcall beep
2016-08-19 14:26:06 -05:00
Piotr Gregor
169f1c0b50
FS-9447: [mod_avmd] increase factory default value of samples to skip
...
Increase the value of parameter for factory settings (used when
config can't be loaded or on 'set default' command).
2016-08-19 20:20:24 +01:00
Mike Jerris
4d7a67dfb8
Merge pull request #933 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9447-avmd-increase-default-number-of-samples to master
...
* commit 'fb065a148aca5925dd13893c80bdb60c7f459cc3':
FS-9447: [mod_avmd] increase default value of samples to skip
2016-08-19 13:56:21 -05:00
Piotr Gregor
fb065a148a
FS-9447: [mod_avmd] increase default value of samples to skip
...
Increase value of samples to skip at the beginning of new frame.
This increases the robustness against false detections observed
on German voicemail from Switzerland (see wav audio attached
to case FS-9447).
2016-08-19 19:44:31 +01:00
Moises Silva
7b9184e94f
Fix compiler warning/error in ftmod_r2.c
2016-08-18 19:10:48 -04:00
Brian West
2636141c32
Revert FS-8565, its getting a few blames for 3cx interop issues, we need to revisit the original reason and make sure this was the right fix.
2016-08-18 15:12:28 -05:00
Luis Azedo
f8c2abc189
FS-9441 optional skip member outcall beep
2016-08-18 11:04:08 -05:00
Luis Azedo
ea5b39365a
FS-9440 add transfer_destination
2016-08-18 10:23:55 -05:00
Anthony Minessale
bfb9e96f84
FS-9437 #resolve [Delete avatar if video is enabled mid-call]
2016-08-17 18:22:20 -05:00
Anthony Minessale
b9733c577c
FS-9436 #resolve [RTCP PLI Media Source SSRC wrong after re-INVITE]
2016-08-17 18:22:20 -05:00
Brian West
3c92bad18e
FS-9425 fix copy and paste error where we were not setting the height properly.
2016-08-17 12:52:40 -05:00
Anthony Minessale
a433c20b34
FS-9434 #resolve [SDP parser in sofia does not recognize UDP/TLS/RTP/SAVP]
2016-08-17 12:39:56 -05:00
Brian West
ffb93653ab
Merge pull request #859 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9183-call-with-t.38-reinvite-fails-after to master
...
* commit '5b71dffb8004c6e7045afeaf42c6a785c7496975':
FS-9183: [mod_sofia] Handle 415 Unsupported Media Type as 488
2016-08-17 10:59:17 -05:00
Mike Jerris
f8bcc9d126
Merge pull request #883 in FS/freeswitch from ~LORNI/freeswitch:feature/FS-9256-add-db.finalize-in-order-to-close to master
...
* commit '36ffb292983b11702a90be48d9054ffbbd87dcd8':
FS-9256: mod_v8: Add DB.Finalize() in order to close statements.
2016-08-16 14:00:31 -05:00
Michael Jerris
8786dd626e
FS-9362: [mod_sofia] fix sofia compile error on newer clang included in new osx
...
Conflicts:
libs/sofia-sip/.update
2016-08-16 13:39:20 -05:00
Mike Jerris
bb7f8783c9
Merge pull request #915 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8783-srtp-bus-error-on-sparc to master
...
* commit 'c08809e29009d5f51bdc2276530e9ec40f211eaf':
FS-8783: [libsrtp] Fix alignment issue
2016-08-16 13:24:37 -05:00
Mike Jerris
dc4ae1f700
Merge pull request #926 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9424-__byte_order-macro-not-defined-correctly to master
...
* commit '2febb55761a83d5b295e784056f59238dc4e4754':
FS-9424 #resolve Define byte order correctly on Solaris/SPARC
2016-08-16 13:19:36 -05:00
Mike Jerris
42936d2187
Merge pull request #927 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9423-segfault-if-sofia-profile-param-local-network-acl to master
...
* commit '8928852d66c5f1c00c52bf8cf0c56372bd36540f':
FS-9423 #resolve Handle null value in ACL list name
2016-08-16 13:16:28 -05:00
Mike Jerris
69bf551c0e
Merge pull request #924 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9069-avmd-add-total-time-to-beep-event to master
...
* commit '9fbf9d02e34066c6d7dd19d9fb080df1b6f02089':
FS-9069: [mod_avmd] add detection time to beep event
2016-08-16 13:15:23 -05:00
Anthony Minessale
c278c9f63f
FS-9375 #resolve [DTMF not working on OPUS after Call Transfer ] #comment Can we try to reproduce with this version on all 3 boxes (not just the patch but the whole rev as-is)
2016-08-15 17:10:42 -05:00
Mike Jerris
bebcddb693
Merge pull request #891 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-9281-add-qqvga-to-list-of-supported-video to master
...
* commit '8269b8215bc33bc343a78810a9c6acd6b5ce5c70':
FS-9281: Add support for QQVGA resolution in Verto
2016-08-15 12:41:30 -05:00
Chad Phillips
8269b8215b
FS-9281: Add support for QQVGA resolution in Verto
...
QQVGA is a standard 160x120 resolution, useful for cases of very slow
upload bandwidth. Adds the resolution to the core FSRTC lib, and to
the Verto video demo and Verto Communicator
2016-08-15 10:37:18 -07:00