]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
9 years agoFS-9632 remove SWITCH_FILE_FLAG_VIDEO flag if we fail to receive video so we fall...
Brian West [Wed, 19 Oct 2016 17:57:01 +0000 (12:57 -0500)] 
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.

9 years agoMerge pull request #1013 in FS/freeswitch from ~CRIENZO/freeswitch:fs-9645 to master
Christopher Rienzo [Tue, 18 Oct 2016 19:34:25 +0000 (14:34 -0500)] 
Merge pull request #1013 in FS/freeswitch from ~CRIENZO/freeswitch:fs-9645 to master

* commit '7e8b8b428c40eecdd093b44993125ebcbbfe5387':
  FS-9645 [mod_hiredis] add support for AUTH when profile password is set         add new configuration 'ignore-error' which will not fail limit if an error like auth failure occurs

9 years agoFS-9645 [mod_hiredis] add support for AUTH when profile password is set
Chris Rienzo [Tue, 18 Oct 2016 19:30:25 +0000 (15:30 -0400)] 
FS-9645 [mod_hiredis] add support for AUTH when profile password is set
        add new configuration 'ignore-error' which will not fail limit if an error like auth failure occurs

9 years agoFS-9644 [mod_commands][core]
Chris Rienzo [Tue, 18 Oct 2016 19:08:07 +0000 (15:08 -0400)] 
FS-9644 [mod_commands][core]
    update hupall API to support multiple variables
       hupall [cause] [[var1] [val1]] [[var2] [val2]] ...

    added switch_core_session_hupall_matching_vars_ans() which will hang up all channels that match each variable(s) value

9 years agoFS-9575: add msrp conf to spec file
Mike Jerris [Mon, 17 Oct 2016 21:29:48 +0000 (17:29 -0400)] 
FS-9575: add msrp conf to spec file

9 years agomod_sofia: Add 'username' header for expiration events.
Josh Allmann [Thu, 13 Oct 2016 19:38:24 +0000 (15:38 -0400)] 
mod_sofia: Add 'username' header for expiration events.

More consistent with the naming in other events, eg
register and unregister.

9 years agoFS-9639 #resolve [uuid_media_3p - 2nd attempt doesn't like changing ports]
Anthony Minessale [Thu, 13 Oct 2016 17:58:35 +0000 (12:58 -0500)] 
FS-9639 #resolve [uuid_media_3p - 2nd attempt doesn't like changing ports]

9 years agoFS-9640: Allow access to Verto stream object via callback
Chad Phillips [Thu, 13 Oct 2016 17:11:57 +0000 (10:11 -0700)] 
FS-9640: Allow access to Verto stream object via callback

Exposes Verto MediaStream objects via the onGranted() callback

9 years agoFS-9590 check dtmf_type variable when negociating inbound SDP
François [Thu, 13 Oct 2016 15:32:22 +0000 (17:32 +0200)] 
FS-9590 check dtmf_type variable when negociating inbound SDP

9 years agoMerge pull request #1006 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS...
Mike Jerris [Thu, 13 Oct 2016 13:29:15 +0000 (08:29 -0500)] 
Merge pull request #1006 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9627-number-of-threads-taken-from-global to master

* commit '3734043aaa7f5413fe16fbafb6e9d6db08475f20':
  FS-9627 [avmd]: #fix dynamic initialization of session

9 years agoFS-9627 [avmd]: #fix dynamic initialization of session
Piotr Gregor [Thu, 13 Oct 2016 12:12:16 +0000 (13:12 +0100)] 
FS-9627 [avmd]: #fix dynamic initialization of session

Now dynamic initialization of session settings is done
before memory for detection threads is allocated and initialized.

9 years agoMerge pull request #1002 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:hotfix...
Mike Jerris [Wed, 12 Oct 2016 22:04:16 +0000 (17:04 -0500)] 
Merge pull request #1002 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:hotfix/FS-9635-update-deprecated-stream.onended to master

* commit 'c17db3d3afc55c6f278bb13126ed2f5468b4026e':
  FS-9635: update deprecated stream.onended

9 years agoMerge pull request #1003 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix...
Mike Jerris [Wed, 12 Oct 2016 22:04:02 +0000 (17:04 -0500)] 
Merge pull request #1003 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-9395-downgrade-FSRTC-console-error to master

* commit 'e4e99654e5549836c34b951056ad20f83d4189cf':
  FS-9395: downgrade some FSRTC console.error messages

9 years agoMerge pull request #1001 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-9594 to master
Mike Jerris [Wed, 12 Oct 2016 16:05:05 +0000 (11:05 -0500)] 
Merge pull request #1001 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-9594 to master

* commit 'adb8c8000f616b3b16d83e71c224be022a6defc3':
  FS-9594: Fixed hostname resolving for IPv6 addreses.
  FS-9594: Has been adjusted string vars size to fit IPv6 address

9 years agoFS-9636 [mod_sofia] Add sofia.conf parameter to make every transfer a nightmare transfer
Armen Babikyan [Wed, 12 Oct 2016 01:22:50 +0000 (18:22 -0700)] 
FS-9636 [mod_sofia] Add sofia.conf parameter to make every transfer a nightmare transfer

9 years agoFS-9395: downgrade some FSRTC console.error messages
Chad Phillips [Tue, 11 Oct 2016 22:51:32 +0000 (15:51 -0700)] 
FS-9395: downgrade some FSRTC console.error messages

Some of the console.error messages generated in FSRTC aren't really
error-worthy, downgrading appropriately.

9 years agoFS-9635: update deprecated stream.onended
Chad Phillips [Tue, 11 Oct 2016 22:37:34 +0000 (15:37 -0700)] 
FS-9635: update deprecated stream.onended

stream.onended is being removed in Chrome 54, update to
stream.oninactive

9 years agoFS-9624 slight change from last commit
Anthony Minessale [Tue, 11 Oct 2016 15:56:08 +0000 (10:56 -0500)] 
FS-9624 slight change from last commit

9 years agoFS-9575 fix windows build
Seven Du [Fri, 30 Sep 2016 03:27:44 +0000 (11:27 +0800)] 
FS-9575 fix windows build

random() is a posix ext not available on windows

9 years agoFS-9623 update .update
Brian West [Mon, 10 Oct 2016 20:54:46 +0000 (15:54 -0500)] 
FS-9623 update .update

9 years agoFS-9628: [verto] correct return value of $.FSRTC.bestResSupported to be the largest...
Mike Jerris [Mon, 10 Oct 2016 19:02:33 +0000 (15:02 -0400)] 
FS-9628: [verto] correct return value of $.FSRTC.bestResSupported to be the largest resolution

9 years agoFS-9594: Fixed hostname resolving for IPv6 addreses.
Sergey Safarov [Fri, 7 Oct 2016 09:38:35 +0000 (05:38 -0400)] 
FS-9594: Fixed hostname resolving for IPv6 addreses.

aa

9 years agoFS-9624 #resolve [Jitter buffer doesn't flush properly on RTT sessions]
Anthony Minessale [Sat, 8 Oct 2016 01:27:35 +0000 (20:27 -0500)] 
FS-9624 #resolve [Jitter buffer doesn't flush properly on RTT sessions]

9 years agoFS-9581: fix msrp compile fail on windows
Mike Jerris [Fri, 7 Oct 2016 20:13:33 +0000 (16:13 -0400)] 
FS-9581: fix msrp compile fail on windows

9 years agoFS-9623: fix rare crash on startup due to openssl init functions being run multiple...
Mike Jerris [Fri, 7 Oct 2016 19:33:32 +0000 (15:33 -0400)] 
FS-9623: fix rare crash on startup due to openssl init functions being run multiple times

9 years agoswigall
Brian West [Fri, 7 Oct 2016 16:01:16 +0000 (11:01 -0500)] 
swigall

9 years agoMerge pull request #996 in FS/freeswitch from ~DINGDING/freeswitch:feature/FS-9615...
Mike Jerris [Fri, 7 Oct 2016 15:57:23 +0000 (10:57 -0500)] 
Merge pull request #996 in FS/freeswitch from ~DINGDING/freeswitch:feature/FS-9615-mod_odbc_cdr-add-quote-and-default-value to master

* commit '8e28cbc02682a7c9508a5819798f8f2d1a50b79b':
  FS-9615 [mod_odbc_cdr] New Feature add field Non-string types and default values are supported

9 years agoMerge pull request #997 in FS/freeswitch from ~J0SH/freeswitch:hiredis-logging to...
William King [Fri, 7 Oct 2016 15:53:41 +0000 (10:53 -0500)] 
Merge pull request #997 in FS/freeswitch from ~J0SH/freeswitch:hiredis-logging to master

* commit 'b8d6c4a8054afca862f5ca7c29b41584ffa94a83':
  FS-8075 [mod_hiredis]: Reduce log level of a message.

9 years agoMerge pull request #985 in FS/freeswitch from ~DINGDING/freeswitch:bugfix/FS-9583...
Mike Jerris [Fri, 7 Oct 2016 15:42:40 +0000 (10:42 -0500)] 
Merge pull request #985 in FS/freeswitch from ~DINGDING/freeswitch:bugfix/FS-9583-fix-mod-fifo-node_thread_run-bug to master

* commit 'a4080cc4beb26b60f7e4c9f8faf9cfd3a052017e':
  FS-9583 [mod_fifo] fix node_thread_run blocking outbound_ringall_thread_run and outbound_enterprise_thread_run

9 years agoFS-9615 [mod_odbc_cdr] New Feature add field Non-string types and default values...
dingding [Fri, 7 Oct 2016 15:02:20 +0000 (23:02 +0800)] 
FS-9615 [mod_odbc_cdr] New Feature add field Non-string types and default values are supported

9 years agoFS-9581: [windows] fix function signatures in switch_estimators.c
Mike Jerris [Fri, 7 Oct 2016 14:46:08 +0000 (10:46 -0400)] 
FS-9581: [windows] fix function signatures in switch_estimators.c

9 years agoFS-9594: Has been adjusted string vars size to fit IPv6 address
Sergey Safarov [Fri, 7 Oct 2016 06:15:41 +0000 (02:15 -0400)] 
FS-9594: Has been adjusted string vars size to fit IPv6 address

9 years agoFS-9622 #resolve fix buffer size calculation in http interface in mod_verto
Seven Du [Fri, 7 Oct 2016 02:14:53 +0000 (10:14 +0800)] 
FS-9622 #resolve fix buffer size calculation in http interface in mod_verto

9 years agoFS-9581: add new required source files to core build
Mike Jerris [Thu, 6 Oct 2016 23:07:25 +0000 (19:07 -0400)] 
FS-9581: add new required source files to core build

9 years agoFS-8075 [mod_hiredis]: Reduce log level of a message.
Josh Allmann [Thu, 6 Oct 2016 01:25:40 +0000 (21:25 -0400)] 
FS-8075 [mod_hiredis]: Reduce log level of a message.

9 years agoFS-9582: remove nasm which we don't use and will break libvpx if its attempted to...
Mike Jerris [Thu, 6 Oct 2016 21:37:42 +0000 (17:37 -0400)] 
FS-9582: remove nasm which we don't use and will break libvpx if its attempted to be used

9 years agoFS-9581: [windows] don't define symbols before pch include
Mike Jerris [Thu, 6 Oct 2016 15:02:54 +0000 (11:02 -0400)] 
FS-9581: [windows] don't define symbols before pch include

9 years agoMerge pull request #991 in FS/freeswitch from ~DINGDING/freeswitch:FS-9602-ring_consu...
Mike Jerris [Thu, 6 Oct 2016 19:02:09 +0000 (14:02 -0500)] 
Merge pull request #991 in FS/freeswitch from ~DINGDING/freeswitch:FS-9602-ring_consumer_count-error to master

* commit '6cf77759a8de613f1520035c83444bb31610e41b':
  FS-9602 [mod_fifo] fix outbound_ringall_thread_run ring_consumer_count

9 years agoMerge pull request #999 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9620...
Mike Jerris [Thu, 6 Oct 2016 17:13:09 +0000 (12:13 -0500)] 
Merge pull request #999 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9620-build-fails-after-9605-on-windows to master

* commit '1fd2e91a08df3331c387ed1580e6b0269be3d5f4':
  FS-9620 [avmd][windows]: #fix windows build after FS-9605

9 years agoFS-9620 [avmd][windows]: #fix windows build after FS-9605
Piotr Gregor [Thu, 6 Oct 2016 10:55:59 +0000 (11:55 +0100)] 
FS-9620 [avmd][windows]: #fix windows build after FS-9605

9 years agoFS-9583 [mod_fifo] fix node_thread_run blocking outbound_ringall_thread_run and outbo...
dingding [Thu, 6 Oct 2016 03:47:25 +0000 (11:47 +0800)] 
FS-9583 [mod_fifo] fix node_thread_run blocking outbound_ringall_thread_run and outbound_enterprise_thread_run

9 years agoFS-9602 [mod_fifo] fix outbound_ringall_thread_run ring_consumer_count
dingding [Thu, 6 Oct 2016 01:43:09 +0000 (09:43 +0800)] 
FS-9602 [mod_fifo] fix outbound_ringall_thread_run ring_consumer_count

9 years agoFS-9617: fix build error on rpi
Mike Jerris [Wed, 5 Oct 2016 19:58:22 +0000 (15:58 -0400)] 
FS-9617: fix build error on rpi

9 years agoMerge pull request #993 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:fix_am...
Mike Jerris [Wed, 5 Oct 2016 19:41:24 +0000 (14:41 -0500)] 
Merge pull request #993 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:fix_amr_mode-set_fmtp to master

* commit 'bc8518858e38488d3e6a08aeb8b01f0f223033a8':
  FS-9613: mod_amr: fix AMR mode bitmap ("mode-set" param in remote fmtp)

9 years agoMerge pull request #994 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:fix_am...
Mike Jerris [Wed, 5 Oct 2016 19:39:22 +0000 (14:39 -0500)] 
Merge pull request #994 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:fix_amrwb_mode-set_fmtp to master

* commit 'a88332ebfa89adc45949fe5fd1055ffef68b3989':
  FS-9614: mod_amrwb: fix AMR-WB mode bitmap ("mode-set" in fmtp)

9 years agoMerge pull request #992 in FS/freeswitch from ~DINGDING/freeswitch:FS-9611-mod_odbc_c...
Mike Jerris [Wed, 5 Oct 2016 19:26:01 +0000 (14:26 -0500)] 
Merge pull request #992 in FS/freeswitch from ~DINGDING/freeswitch:FS-9611-mod_odbc_cdr-Sql-insert-failed-do-not-write-csv-file to master

* commit 'b17b0a5db0f9186feb33b0d2f9a191e3c2d86869':
  FS-9611 [mod_odbc_cdr] fix sql insert failed do not write csv file and csv Duplicate file name will be overwritten

9 years agoMerge pull request #987 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-9590:master...
Mike Jerris [Wed, 5 Oct 2016 16:30:14 +0000 (11:30 -0500)] 
Merge pull request #987 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-9590:master to master

* commit '6681610d0a0b9d41d7693c95b74357d8cc532433':
  FS-9590 dtmf_type variable checking should be done after the media_handle is created

9 years agoFS-9581: [windows] DEBUG_ESTIMATORS symbol conflict in windows
Mike Jerris [Wed, 5 Oct 2016 15:08:45 +0000 (11:08 -0400)] 
FS-9581: [windows] DEBUG_ESTIMATORS symbol conflict in windows

9 years agoFS-9581: [windows] CF_TEXT is a reserved constant on windows
Mike Jerris [Wed, 5 Oct 2016 15:05:32 +0000 (11:05 -0400)] 
FS-9581: [windows] CF_TEXT is a reserved constant on windows

9 years agoFS-9612
Anthony Minessale [Wed, 5 Oct 2016 15:08:49 +0000 (10:08 -0500)] 
FS-9612

9 years agoFS-9581: [windows] CF_TEXT is a reserved constant on windows
Mike Jerris [Wed, 5 Oct 2016 13:57:16 +0000 (09:57 -0400)] 
FS-9581: [windows] CF_TEXT is a reserved constant on windows

9 years agoMerge pull request #995 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS...
Mike Jerris [Wed, 5 Oct 2016 13:51:59 +0000 (08:51 -0500)] 
Merge pull request #995 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9605-add-number-of-threads-setting-to to master

* commit '4583ac8c9820ac1ecaf854a0eb4c85e440f5e705':
  FS-9605: [avmd] Add number of detection threads setting to config

9 years agoFS-9605: [avmd] Add number of detection threads setting to config
Piotr Gregor [Wed, 5 Oct 2016 10:54:34 +0000 (11:54 +0100)] 
FS-9605: [avmd] Add number of detection threads setting to config

Now the number of dectors and lagged detectors is set in avmd config
and can be dynamically adjusted per each session.

9 years agoFS-9614: mod_amrwb: fix AMR-WB mode bitmap ("mode-set" in fmtp)
Dragos Oancea [Wed, 5 Oct 2016 10:31:03 +0000 (06:31 -0400)] 
FS-9614: mod_amrwb: fix AMR-WB mode bitmap ("mode-set" in fmtp)

9 years agoFS-9613: mod_amr: fix AMR mode bitmap ("mode-set" param in remote fmtp)
Dragos Oancea [Wed, 5 Oct 2016 09:36:23 +0000 (05:36 -0400)] 
FS-9613: mod_amr: fix AMR mode bitmap ("mode-set" param in remote fmtp)

9 years agoFS-9612 #resolve [RTCP-MUX wrongly enabled in cases where answer contains rtcp but...
Anthony Minessale [Wed, 5 Oct 2016 06:22:46 +0000 (01:22 -0500)] 
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

9 years agoFS-9611 [mod_odbc_cdr] fix sql insert failed do not write csv file and csv Duplicate...
dingding [Wed, 5 Oct 2016 04:36:44 +0000 (12:36 +0800)] 
FS-9611 [mod_odbc_cdr] fix sql insert failed do not write csv file and csv Duplicate file name will be overwritten

9 years agoFS-9610 #resolve [Video keyframe requests not being propagated properly] %backport=1.6
Anthony Minessale [Wed, 5 Oct 2016 03:34:39 +0000 (22:34 -0500)] 
FS-9610 #resolve [Video keyframe requests not being propagated properly] %backport=1.6

9 years agoFS-9609 - [mod_callcenter] BLF for Queues, callcenter_track app, EXIT_WITH_KEY reason...
Italo Rossi [Wed, 5 Oct 2016 02:07:42 +0000 (23:07 -0300)] 
FS-9609 - [mod_callcenter] BLF for Queues, callcenter_track app, EXIT_WITH_KEY reason and xml_curl improvements

This change implements a few new features, there's no behavior change at all.

1 - BLF for queues

You can now use BLF for knowing when there are callers waiting on a queue,
the pattern to be subscribed is callcenter+queuename@default or @domain name.

2 - callcenter_track app

Now every agent has an external_calls_count column that will be read upon
selecting agent to offer new calls.
If you start an external call (inbound or outbound) and don't wan't
mod_callcenter to offer new calls for this agent just call this app
passing the agent name as argument:

<action application="callcenter_track" data="agent1"/>

This will increment the external calls count, and to make mod_callcenter look to this variable you need to set this queue parameter:

<param name="skip-agents-with-external-calls" value="true"/>

3 - EXIT_WITH_KEY reason

If the member press a key to exit the queue the cc_cancel_reason will be this now.

4 - xml_curl config loading improvements

Prior to this mod_callcenter query your web server a LOT of times,
this will make it only query once per queue, just watch for CC-Queue
request param and build your xml with everything related to that queue,
including tiers (tiers wasn't loaded before this).

9 years agoFS-9608 [verto_communicator] [verto] Passing audio params directly to audio object...
Italo Rossi [Wed, 5 Oct 2016 00:56:11 +0000 (21:56 -0300)] 
FS-9608 [verto_communicator] [verto] Passing audio params directly to audio object and updating goog settings

9 years agoFS-9607 [verto_communicator] Do not send DTMF when typing in the transfer box
Italo Rossi [Tue, 4 Oct 2016 21:08:32 +0000 (18:08 -0300)] 
FS-9607 [verto_communicator] Do not send DTMF when typing in the transfer box

9 years agoFS-9603: include ssl headers locally so modules don't need ssl include path
Mike Jerris [Tue, 4 Oct 2016 18:56:05 +0000 (14:56 -0400)] 
FS-9603: include ssl headers locally so modules don't need ssl include path

9 years agot38_gateway test case
Brian West [Tue, 4 Oct 2016 15:29:08 +0000 (10:29 -0500)] 
t38_gateway test case

9 years agoMerge pull request #989 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus...
Anthony Minessale II [Mon, 3 Oct 2016 15:59:09 +0000 (10:59 -0500)] 
Merge pull request #989 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus-improve-adjustable-bitrate to master

* commit 'f47bbecec9175179c13d1006524510f1fc159754':
  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

9 years agoMerge pull request #990 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9598...
Brian West [Mon, 3 Oct 2016 14:35:27 +0000 (09:35 -0500)] 
Merge pull request #990 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9598-fail-session-creation-if-not-enough to master

* commit '184368d8f44b1950fff99d3402d413a46a279238':
  FS-9568 [avmd] Fail session creation if can't be started properly
  FS-9596 #resolve [rtp-timeout triggered for on-hold calls with a=inactive]
  FS-9597 #resolve [host_lookup does not resolve v6 addrs] %backport=1.6

9 years agoMerge pull request #988 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS...
Brian West [Mon, 3 Oct 2016 14:34:43 +0000 (09:34 -0500)] 
Merge pull request #988 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9595-add-number-of-sessions-currently to master

* commit 'b24c2ac9458c92b34dcb7df28cb8d0a65bf3810e':
  FS-9595 [avmd] Extend avmd show api

9 years agoFS-9568 [avmd] Fail session creation if can't be started properly
Piotr Gregor [Sat, 1 Oct 2016 20:15:04 +0000 (21:15 +0100)] 
FS-9568 [avmd] Fail session creation if can't be started properly

9 years agoFS-9596 #resolve [rtp-timeout triggered for on-hold calls with a=inactive]
Anthony Minessale [Fri, 30 Sep 2016 17:57:54 +0000 (12:57 -0500)] 
FS-9596 #resolve [rtp-timeout triggered for on-hold calls with a=inactive]

9 years agoFS-9597 #resolve [host_lookup does not resolve v6 addrs] %backport=1.6
Anthony Minessale [Fri, 30 Sep 2016 17:12:04 +0000 (12:12 -0500)] 
FS-9597 #resolve [host_lookup does not resolve v6 addrs] %backport=1.6

9 years agoFS-9601: mod_opus: make adjustable bitrate mutually exclusive with FEC enforcing...
Dragos Oancea [Sat, 1 Oct 2016 23:00:04 +0000 (19:00 -0400)] 
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

9 years agoFS-9595 [avmd] Extend avmd show api
Piotr Gregor [Fri, 30 Sep 2016 13:28:34 +0000 (14:28 +0100)] 
FS-9595 [avmd] Extend avmd show api

Add number of sessions currently running to output of avmd show api.

9 years agoFS-9596 #resolve [rtp-timeout triggered for on-hold calls with a=inactive]
Anthony Minessale [Fri, 30 Sep 2016 17:57:54 +0000 (12:57 -0500)] 
FS-9596 #resolve [rtp-timeout triggered for on-hold calls with a=inactive]

9 years agoFS-9597 #resolve [host_lookup does not resolve v6 addrs] %backport=1.6
Anthony Minessale [Fri, 30 Sep 2016 17:12:04 +0000 (12:12 -0500)] 
FS-9597 #resolve [host_lookup does not resolve v6 addrs] %backport=1.6

9 years agoFS-9593 #resolve [Video syncs too much on video muted channels] %backport=1.6
Anthony Minessale [Thu, 29 Sep 2016 22:13:14 +0000 (17:13 -0500)] 
FS-9593 #resolve [Video syncs too much on video muted channels] %backport=1.6

9 years agoFS-9552
Anthony Minessale [Thu, 29 Sep 2016 17:58:09 +0000 (12:58 -0500)] 
FS-9552

9 years agoFS-9552
Anthony Minessale [Thu, 29 Sep 2016 17:26:40 +0000 (12:26 -0500)] 
FS-9552

9 years agoFS-9552 add to verto communicator toggle deaf status button
Waldyr de Souza [Mon, 26 Sep 2016 18:54:57 +0000 (15:54 -0300)] 
FS-9552 add to verto communicator toggle deaf status button

9 years agoFS-9590 dtmf_type variable checking should be done after the media_handle is created
François [Thu, 29 Sep 2016 16:59:13 +0000 (18:59 +0200)] 
FS-9590 dtmf_type variable checking should be done after the media_handle is created

9 years agoMerge pull request #983 in FS/freeswitch from ~GIAVAC/fs:master to master
Mike Jerris [Thu, 29 Sep 2016 16:08:23 +0000 (11:08 -0500)] 
Merge pull request #983 in FS/freeswitch from ~GIAVAC/fs:master to master

* commit '293f2fda9a300d878a671dc4b2e2c029d0ec3509':
  FS-9584 Separate initial bitrate negotiation from sample rates

9 years agoMerge pull request #973 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS...
Mike Jerris [Thu, 29 Sep 2016 16:06:29 +0000 (11:06 -0500)] 
Merge pull request #973 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9564-add-lagged-detectors to master

* commit 'b44b6e5b20d93e1fdc7330385c56fa5c37c3eaec':
  FS-9564 [avmd]: add lagged detectors

9 years agoMerge pull request #972 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS...
Mike Jerris [Thu, 29 Sep 2016 16:05:06 +0000 (11:05 -0500)] 
Merge pull request #972 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9542-process-audio-samples-in-threads to master

* commit '8e189ed2337efd5f10b292476ffabaa8ae750a44':
  FS-9542 [avmd]: multithreaded

9 years agoFS-9564 [avmd]: add lagged detectors
Piotr Gregor [Tue, 20 Sep 2016 16:49:07 +0000 (17:49 +0100)] 
FS-9564 [avmd]: add lagged detectors

Addition of detectors which skip first few frames
of audio before they start to process it helps
to properly handle some Verizon voicemails.
The result of avmd test using this commit is
OK. All PASS [100]

Thi scommit also resolves:
FS-9588 Add script for outbound avmdy
FS-9589 Add resolution info to events

9 years agoMerge pull request #986 in FS/freeswitch from ~WALDYR/freeswitch:FS-9591-Adjust-setti...
Italo Rossi [Thu, 29 Sep 2016 15:29:19 +0000 (10:29 -0500)] 
Merge pull request #986 in FS/freeswitch from ~WALDYR/freeswitch:FS-9591-Adjust-settings-and-fix-preview-bugs-to-improve-user-experience to master

* commit '0ccf74e24187b6884830e92b2651ef2c0e742dcf':
  FS-9591 [verto_communicator] Adjust settings and fix preview bugs to improve user experience

9 years agoFS-9591 [verto_communicator] Adjust settings and fix preview bugs to improve user...
Waldyr de Souza [Thu, 29 Sep 2016 15:22:49 +0000 (12:22 -0300)] 
FS-9591 [verto_communicator] Adjust settings and fix preview bugs to improve user experience

9 years agoMerge pull request #984 in FS/freeswitch from ~WALDYR/freeswitch:FS-8076-Ask-before...
Italo Rossi [Thu, 29 Sep 2016 12:20:40 +0000 (07:20 -0500)] 
Merge pull request #984 in FS/freeswitch from ~WALDYR/freeswitch:FS-8076-Ask-before-closing-page-if-call-in-progress to master

* commit 'ecf5a0ce5c1e714fb46d14bc01de3e418034254d':
  FS-8076 [verto_communicator] Ask before closing the page if a call is in progress.

9 years agoFS-9355
Anthony Minessale [Wed, 28 Sep 2016 22:07:19 +0000 (17:07 -0500)] 
FS-9355

9 years agoFS-9587 #resolve [CV can crash if image is null]
Anthony Minessale [Wed, 28 Sep 2016 21:13:35 +0000 (16:13 -0500)] 
FS-9587 #resolve [CV can crash if image is null]

9 years agoFS-8076 [verto_communicator] Ask before closing the page if a call is in progress.
Waldyr de Souza [Wed, 28 Sep 2016 18:19:22 +0000 (15:19 -0300)] 
FS-8076 [verto_communicator] Ask before closing the page if a call is in progress.

9 years agoupdate config file
Anthony Minessale [Wed, 28 Sep 2016 17:12:41 +0000 (12:12 -0500)] 
update config file

9 years agobump next-release version number for autobuilding scripts
Ken Rice [Wed, 28 Sep 2016 15:39:19 +0000 (10:39 -0500)] 
bump next-release version number for autobuilding scripts

9 years agoFS-9586 #resolve [local_stream video queue stuck when not being read from] %backport=1.6
Anthony Minessale [Wed, 28 Sep 2016 15:38:15 +0000 (10:38 -0500)] 
FS-9586 #resolve [local_stream video queue stuck when not being read from] %backport=1.6

9 years agoFS-9584 Separate initial bitrate negotiation from sample rates
Giacomo Vacca [Wed, 28 Sep 2016 15:22:40 +0000 (11:22 -0400)] 
FS-9584 Separate initial bitrate negotiation from sample rates

9 years agoMerge pull request #981 in FS/freeswitch from ~WALDYR/freeswitch:FS-8958-no-controls...
Italo Rossi [Wed, 28 Sep 2016 14:51:27 +0000 (09:51 -0500)] 
Merge pull request #981 in FS/freeswitch from ~WALDYR/freeswitch:FS-8958-no-controls-for-moderator-on-secondary-canvas to master

* commit 'baba2acdce2caa1802cae07b8c1936291efb4dec':
  FS-8958 [verto_communicator] Fix no layout controls for moderator on secondary canvas

9 years agoMerge pull request #982 in FS/freeswitch from ~WALDYR/freeswitch:FS-8976-alert-that...
Italo Rossi [Wed, 28 Sep 2016 14:47:31 +0000 (09:47 -0500)] 
Merge pull request #982 in FS/freeswitch from ~WALDYR/freeswitch:FS-8976-alert-that-the-login-has-failed to master

* commit 'b6057f10de30d216b5ef53b938067df5ca6a671a':
  FS-8976 [verto_communicator] Properly alert that the login has failed vs silently failing and sitting there.

9 years agoFS-8976 [verto_communicator] Properly alert that the login has failed vs silently...
Waldyr de Souza [Wed, 28 Sep 2016 13:23:43 +0000 (10:23 -0300)] 
FS-8976 [verto_communicator] Properly alert that the login has failed vs silently failing and sitting there.

9 years agoFS-8958 [verto_communicator] Fix no layout controls for moderator on secondary canvas
Waldyr de Souza [Wed, 28 Sep 2016 13:03:36 +0000 (10:03 -0300)] 
FS-8958 [verto_communicator] Fix no layout controls for moderator on secondary canvas

9 years agoFS-9575 use switch_ssl.h
Seven Du [Wed, 28 Sep 2016 03:22:19 +0000 (11:22 +0800)] 
FS-9575 use switch_ssl.h

9 years agoFS-9580 #resolve [RTCP Auto-adjust] %backport=1.6
Anthony Minessale [Wed, 28 Sep 2016 04:12:20 +0000 (23:12 -0500)] 
FS-9580 #resolve [RTCP Auto-adjust] %backport=1.6

9 years agofix build
Brian West [Wed, 28 Sep 2016 01:06:33 +0000 (20:06 -0500)] 
fix build

9 years agoswig
Anthony Minessale [Tue, 27 Sep 2016 23:03:16 +0000 (18:03 -0500)] 
swig