Mike Jerris
111b163949
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)
2016-10-05 14:39:22 -05:00
Mike Jerris
5cd52b5c0f
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
2016-10-05 14:26:01 -05:00
Mike Jerris
e5ba6daf8d
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
2016-10-05 11:30:14 -05:00
Mike Jerris
7d6c66ad48
FS-9581: [windows] DEBUG_ESTIMATORS symbol conflict in windows
2016-10-05 11:08:45 -04:00
Mike Jerris
0d56945f71
FS-9581: [windows] CF_TEXT is a reserved constant on windows
2016-10-05 11:06:44 -04:00
Anthony Minessale
3bed73c4b2
FS-9612
2016-10-05 10:08:57 -05:00
Mike Jerris
4814cb1e34
FS-9581: [windows] CF_TEXT is a reserved constant on windows
2016-10-05 09:57:31 -04:00
Mike Jerris
6a32c9875a
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
2016-10-05 08:51:59 -05:00
Piotr Gregor
4583ac8c98
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.
2016-10-05 11:59:54 +01:00
Dragos Oancea
a88332ebfa
FS-9614: mod_amrwb: fix AMR-WB mode bitmap ("mode-set" in fmtp)
2016-10-05 06:46:20 -04:00
Dragos Oancea
bc8518858e
FS-9613: mod_amr: fix AMR mode bitmap ("mode-set" param in remote fmtp)
2016-10-05 06:31:49 -04:00
Anthony Minessale
9a990add75
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:22:46 -05:00
dingding
b17b0a5db0
FS-9611 [mod_odbc_cdr] fix sql insert failed do not write csv file and csv Duplicate file name will be overwritten
2016-10-05 12:36:44 +08:00
Anthony Minessale
2a3b8a230c
FS-9610 #resolve [Video keyframe requests not being propagated properly] %backport=1.6
2016-10-04 22:34:47 -05:00
Italo Rossi
15a232b5bb
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).
2016-10-04 23:07:42 -03:00
Italo Rossi
5957beafa2
FS-9608 [verto_communicator] [verto] Passing audio params directly to audio object and updating goog settings
2016-10-04 21:56:11 -03:00
Italo Rossi
8fa08df699
FS-9607 [verto_communicator] Do not send DTMF when typing in the transfer box
2016-10-04 18:08:32 -03:00
Mike Jerris
1870d148ed
FS-9603: include ssl headers locally so modules don't need ssl include path
2016-10-04 14:56:05 -04:00
Brian West
de3457bdb8
t38_gateway test case
2016-10-04 10:29:08 -05:00
Anthony Minessale II
121bf83909
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
2016-10-03 10:59:09 -05:00
Brian West
068ed4d1d5
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
2016-10-03 09:35:27 -05:00
Brian West
e6929a8332
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
2016-10-03 09:34:43 -05:00
Piotr Gregor
184368d8f4
FS-9568 [avmd] Fail session creation if can't be started properly
2016-10-03 15:05:28 +01:00
Anthony Minessale
17ab107ed7
FS-9596 #resolve [rtp-timeout triggered for on-hold calls with a=inactive]
2016-10-02 17:43:55 +01:00
Anthony Minessale
c7e983d896
FS-9597 #resolve [host_lookup does not resolve v6 addrs] %backport=1.6
2016-10-02 17:43:54 +01:00
Dragos Oancea
f47bbecec9
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-01 19:05:33 -04:00
Piotr Gregor
b24c2ac945
FS-9595 [avmd] Extend avmd show api
...
Add number of sessions currently running to output of avmd show api.
2016-10-01 21:41:54 +01:00
Anthony Minessale
c6ece47314
FS-9596 #resolve [rtp-timeout triggered for on-hold calls with a=inactive]
2016-09-30 12:57:54 -05:00
Anthony Minessale
707502ff24
FS-9597 #resolve [host_lookup does not resolve v6 addrs] %backport=1.6
2016-09-30 12:12:04 -05:00
Anthony Minessale
de223ea2c6
FS-9593 #resolve [Video syncs too much on video muted channels] %backport=1.6
2016-09-29 17:13:14 -05:00
Anthony Minessale
d429cc2f5a
FS-9552
2016-09-29 12:58:09 -05:00
Anthony Minessale
64d5da354e
FS-9552
2016-09-29 12:26:40 -05:00
Waldyr de Souza
5941a60266
FS-9552 add to verto communicator toggle deaf status button
2016-09-29 12:06:21 -05:00
François
6681610d0a
FS-9590 dtmf_type variable checking should be done after the media_handle is created
2016-09-29 18:59:13 +02:00
Mike Jerris
9698187cb8
Merge pull request #983 in FS/freeswitch from ~GIAVAC/fs:master to master
...
* commit '293f2fda9a300d878a671dc4b2e2c029d0ec3509':
FS-9584 Separate initial bitrate negotiation from sample rates
2016-09-29 11:08:23 -05:00
Mike Jerris
a15dcbe351
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
2016-09-29 11:06:29 -05:00
Mike Jerris
58f12394cc
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
2016-09-29 11:05:06 -05:00
Piotr Gregor
b44b6e5b20
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
2016-09-29 16:53:32 +01:00
Italo Rossi
90b77c56b5
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
2016-09-29 10:29:19 -05:00
Waldyr de Souza
0ccf74e241
FS-9591 [verto_communicator] Adjust settings and fix preview bugs to improve user experience
2016-09-29 12:22:49 -03:00
Italo Rossi
1584709980
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.
2016-09-29 07:20:40 -05:00
Anthony Minessale
4002bda23d
FS-9355
2016-09-28 17:07:19 -05:00
Anthony Minessale
0c730d208d
FS-9587 #resolve [CV can crash if image is null]
2016-09-28 16:13:35 -05:00
Waldyr de Souza
ecf5a0ce5c
FS-8076 [verto_communicator] Ask before closing the page if a call is in progress.
2016-09-28 15:19:39 -03:00
Anthony Minessale
456684e3a2
update config file
2016-09-28 12:12:41 -05:00
Ken Rice
d314873b2a
bump next-release version number for autobuilding scripts
2016-09-28 10:39:24 -05:00
Anthony Minessale
024602ae2c
FS-9586 #resolve [local_stream video queue stuck when not being read from] %backport=1.6
2016-09-28 10:38:28 -05:00
Giacomo Vacca
293f2fda9a
FS-9584 Separate initial bitrate negotiation from sample rates
2016-09-28 11:22:40 -04:00
Italo Rossi
6e02ca919f
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
2016-09-28 09:51:27 -05:00
Italo Rossi
ba80a5fe7d
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.
2016-09-28 09:47:31 -05:00