- 24 8月, 2018 2 次提交
-
-
由 Christopher Rienzo 提交于
Merge pull request #1546 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11282-remove-ios-controls-hack-not-needed to master * commit '5038ca76': FS-11282: Remove iOS 'controls' hack, not needed
-
由 Christopher Rienzo 提交于
Merge pull request #1545 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11281-verto.newcall-dialog-callback-overrides to master * commit '5f96f669': FS-11281: Verto.newCall dialog callback overrides should be set before invite
-
- 23 8月, 2018 3 次提交
-
-
由 Mike Jerris 提交于
* commit '82350ace': FS-11164 fix unused function regression from 578d914b
-
由 Seven Du 提交于
-
由 Brian West 提交于
-
- 22 8月, 2018 8 次提交
-
-
由 Christopher Rienzo 提交于
Merge pull request #1572 in FS/freeswitch from bugfix/FS-11276-regression-dedicated-video-layers to master * commit 'ecdae105': FS-11279: Wrap verto.clientReady message callback in check for onMessage callback function
-
由 Chad Phillips 提交于
The verto.clientReady event calls the onMessage callback function passed in the Verto object. We should check for the existence of this callback function before trying to call it.
-
由 Christopher Rienzo 提交于
Merge pull request #1549 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11285-overconstrainederror-on-some-android to master * commit 'ef647e3e': FS-11285: OverconstrainedError on some Android front cameras when frameRate.min is specified
-
由 Christopher Rienzo 提交于
Merge pull request #1547 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11283-ios-doesn-t-support-beforeunload to master * commit '954b2564': FS-11283: iOS doesn't support beforeunload, use recommended pagehide for that platform
-
由 Christopher Rienzo 提交于
Merge pull request #884 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-9258-recursive-calls-to-speedtest to master * commit 'c037fc8c': FS-9258: Recursive calls to $.verto.rpcClient.speedTest() don't work
-
由 Christopher Rienzo 提交于
Merge pull request #1541 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11276-regression-dedicated-video-layers to master * commit 'c83f7871': FS-11276: dedicated video layers can no longer become audio floor holder
-
由 Mike Jerris 提交于
-
由 Anthony Minessale 提交于
SWITCH_DECLARE(switch_status_t) switch_dial_handle_create(switch_dial_handle_t **handle); SWITCH_DECLARE(void) switch_dial_handle_destroy(switch_dial_handle_t **handle); SWITCH_DECLARE(void) switch_dial_handle_add_leg_list(switch_dial_handle_t *handle, switch_dial_leg_list_t **leg_listP); SWITCH_DECLARE(void) switch_dial_leg_list_add_leg(switch_dial_leg_list_t *parent, const char *dial_string, switch_dial_leg_t **legP); SWITCH_DECLARE(void) switch_dial_handle_add_global_var(switch_dial_handle_t *handle, const char *var, const char *val); SWITCH_DECLARE(void) switch_dial_handle_add_global_var_printf(switch_dial_handle_t *handle, const char *var, const char *fmt, ...); SWITCH_DECLARE(switch_status_t) switch_dial_handle_add_leg_var(switch_dial_leg_t *leg, const char *var, const char *val); SWITCH_DECLARE(switch_status_t) switch_dial_handle_add_leg_var_printf(switch_dial_leg_t *leg, const char *var, const char *fmt, ...); SWITCH_DECLARE(int) switch_dial_handle_get_peers(switch_dial_handle_t *handle, int idx, char **array, int max); SWITCH_DECLARE(int) switch_dial_handle_get_vars(switch_dial_handle_t *handle, int idx, switch_event_t **array, int max); SWITCH_DECLARE(switch_event_t *) switch_dial_handle_get_global_vars(switch_dial_handle_t *handle); SWITCH_DECLARE(switch_event_t *) switch_dial_leg_get_vars(switch_dial_leg_t *leg); SWITCH_DECLARE(int) switch_dial_handle_get_total(switch_dial_handle_t *handle); SWITCH_DECLARE(void) switch_ivr_orig_and_bridge(switch_core_session_t *session, const char *data, switch_dial_handle_t *dh); add switch_dial_handle_t *dh to end of args for switch_ivr_originate
-
- 21 8月, 2018 2 次提交
-
-
由 Mike Jerris 提交于
-
由 Anthony Minessale 提交于
FS-11340: [freeswitch-core] Add some more code to vad obj to enable debuging and manage states better #resolve
-
- 13 8月, 2018 10 次提交
-
-
由 Piotr Gregor 提交于
For outgoing calls send AES crypto in offer using corrected names for keys of length 192 and 256, i.e. names containing _192_CM_ and _256_CM_ instead of _CM_192_ and CM_256_. For incoming calls accept both naming conventions, decaying to same entry in SUITES. + fix after SRTP failed for 256 keys: Tests showed loop removing '=' from keys in switch_core_media_build_crypto 1190 if (!switch_channel_var_true(channel, "rtp_pad_srtp_keys")) { 1191 p = strrchr((char *) b64_key, '='); 1192 1193 while (p && *p && *p == '=') { 1194 *p-- = '\0'; 1195 } 1196 } shouldn't be executed for AES_CM_256_HMAC_SHA1_32 and AES_CM_256_HMAC_SHA1_80 keys and it is meaningless for AES_CM_128_HMAC_SHA1_32 AES_CM_128_HMAC_SHA1_80 keys. Tested calling from Bria. Introduced switch_channel_var_false and changed this to: if (switch_channel_var_false(channel, "rtp_pad_srtp_keys")) to enter the loop if var is set to false (and not if it is _not_ set).
-
由 joshebosh 提交于
FS-11304 - [Configuration]: update vanilla config files for correcting conference_utils_auto_outcall_flags
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Mike Jerris 提交于
-
由 Mariah Yang 提交于
-
由 Anthony Minessale 提交于
-
由 Seven Du 提交于
update mod_mp4v2 fix record video and lipsync refactor to use a dedicated video write thread read frame_size from encoder to support mp3 and aac codec fix audio only mode control bandwidth and fps
-
- 10 8月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1570 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11328-update-lua-version-from-5.3.4-to to master * commit '01329823': FS-11328: [mod_lua] Update Lua version from 5.3.4 to 5.3.5 for the Windows build.
-
- 09 8月, 2018 2 次提交
-
-
由 Andrey Volk 提交于
-
由 Mike Jerris 提交于
* commit '720128b6': FS-11310 #resolve add more params for conference record stop event FS-11310 #resolve add optional switch_core_file_pre_close() to stop writing to file and possible to get file size related params
-
- 08 8月, 2018 3 次提交
-
-
由 Mike Jerris 提交于
* commit '01bac4cc': FS-11316 [mod_rayo] Add FS API support FS-11316 [mod_rayo] Add dialplan app execution component
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
-
- 03 8月, 2018 2 次提交
- 01 8月, 2018 2 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1560 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11303-migrate-visual-c-components-redistribution to master * commit '144bbec7': FS-11303: [Build-System] Migrate Visual C++ components redistribution using merge modules from v140 to v141 (VS2017), minor cleanup.
-
由 Andrey Volk 提交于
FS-11303: [Build-System] Migrate Visual C++ components redistribution using merge modules from v140 to v141 (VS2017), minor cleanup.
-
- 31 7月, 2018 5 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1540 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-11271-add-mod_cdr_mongodb-to-the-windows to master * commit '87f004bc': FS-11271: [Build-System] Add mod_cdr_mongodb to the Windows build.
-
由 Andrey Volk 提交于
-
由 Mike Jerris 提交于
Merge pull request #1559 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11298-fix-win32-build-under-visual-studio to master * commit '13421eea': FS-11298: [Build-System] Fix Win32 build under Visual Studio.
-
由 Andrey Volk 提交于
-
由 Mike Jerris 提交于
Merge pull request #1558 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-11297-add-mod_cidlookup-to-the-windows to master * commit '21b135cc': FS-11297: [Build-System] Add mod_cidlookup to the Windows build.
-