- 13 7月, 2017 1 次提交
-
-
由 Anthony Minessale 提交于
FS-9979: [verto.js] When verto client rejects a call returns hangup cause NORMAL_CLEARING #comment passing neither cause or causeCode will result in normal clearing, passing either one of cause or causeCode will result in that value being passed and parsed on the server side, if the cause is valid it will be accepted otherwise it will try to validate causeCode instead, if neither are true it defaults to normal clearing #resolve
-
- 12 7月, 2017 2 次提交
-
-
由 Brian West 提交于
FS-10495: [Modules] firing custom event with no sub class will crash freeswitch when mod_fail2ban is loaded #resolve
-
由 Shane Bryldt 提交于
-
- 11 7月, 2017 8 次提交
-
-
由 Mike Jerris 提交于
* commit '999a6dd0': FS-10485: Re-activate ICE on all attribute changes
-
由 Mike Jerris 提交于
Merge pull request #1329 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10488-fix-memory-leak to master * commit '28913d27': FS-10488: [mod_v8] Fix memory leak.
-
由 Andrey Volk 提交于
-
由 Ken Rice 提交于
-
由 Mike Jerris 提交于
Merge pull request #1324 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10465-fix-javascript-failures-when-a-session to master * commit '105afc3f': FS-10465: [mod_v8] Fix javascript failures when a session callback is called from another thread/leg.
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
- 10 7月, 2017 2 次提交
-
-
由 Ethan Atkins 提交于
I ran into some ice failures when testing reinvites using bypass_media_after_bridge. Every ice session has ice-ufrag and ice-pwd attributes. When leg A sends those attributes to leg B, leg B is supposed to send stun packets to leg A using the credentials provided in those attributes. Freeswitch was not updating the session credentials when the phone sent a new invite containing new ufrag and pwd attributes. This caused ICE to fail on the client side (PJSIP in this case). The new_ice flag is set to true when freeswitch detects a change in those attributes. For whatever reason, the reinvite flows that I was testing did not set the CF_REINVITE flag on the channel, but new_ice was true. It seems to me that freeswitch should always reactivate ice when the ufrag and pwd credentials change.
-
由 Mike Jerris 提交于
-
- 07 7月, 2017 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 06 7月, 2017 9 次提交
-
-
由 Ken Rice 提交于
Update Debian Package Builds in prep for early early debian 9 packages and for changes in the master branch.
-
由 trevora 提交于
Clears SSL error state. Updates tport_tls.c to clear the SSL error state after an error occurs. OpenSSL puts errors into a queue that is kept in thread local storage. In some cases, such as when SSL_ERROR_SSL is returned by SSL_get_errror(), OpenSSL will queue multiple errors for a single event. When this occurs, OpenSSL will report an error the next time I/O is performed if the queue is not cleared first, which can result in TLS connections being torn down prematurely.
-
由 Mike Jerris 提交于
Merge pull request #1306 in FS/freeswitch from ~HRISTO/freeswitch:FS-10407-set-some-redirect-channel-variables to master * commit '1d15e411': FS-10407: [mod_sofia] Set redirect variables when outbound_redirect_fatal is true
-
由 Italo Rossi 提交于
Merge pull request #1313 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-10368-mod_callcenter-lock-database-errors to master * commit '04854fdd': Revert "FS-10299 [mod_callcenter] Removing global lock on all cc_execute_sql functions when executing database queries"
-
由 Mike Jerris 提交于
Merge pull request #1307 in FS/freeswitch from ~HRISTO/freeswitch:feature/FS-10416-add-new-endpoints-to-be-called-while to master * commit 'b11955db': FS-10416: [mod_commands] add new outbound channels to an in-progress originate
-
由 Mike Jerris 提交于
* commit 'd5cceb30': FS-10461: created scripts to build docker base image
-
由 Mike Jerris 提交于
* commit '0fc8c71a': FS-10451: Updated sound files descriptions
-
由 Mike Jerris 提交于
* commit 'aaa5f0f6': FS-10452: Fixed build of docker container
-
由 Anthony Minessale 提交于
FS-10473: [freeswitch-core] FreeSWITCH crash - Null event pointer dereference during conference_cdr_del #resolve
-
- 05 7月, 2017 7 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-10286: [mod_conference] Sync member joins up with keyframes in shared encoder mode -- high cpu usage on h264
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
-
由 Italo Rossi 提交于
Merge pull request #1273 in FS/freeswitch from ~EDUARDO/freeswitch:FS-10304-prevent-infinite-logging-when-a to master * commit 'be741eab': FS-10304: [mod_callcenter] Prevent infinite logging when a stale queue member in found in the database
-
由 Mike Jerris 提交于
FS-10430: [mod_amqp] fix support for libamqp version .0.5.2. Change to api actually happend in v0.6.0
-
由 Mike Jerris 提交于
-
- 03 7月, 2017 8 次提交
-
-
由 Anthony Minessale 提交于
-
由 Andrey Volk 提交于
FS-10465: [mod_v8] Fix javascript failures when a session callback is called from another thread/leg.
-
由 Shane Bryldt 提交于
-
由 Shane Bryldt 提交于
-
由 Shane Bryldt 提交于
FS-10167: Significant cleanup and isolation of code into manager types for better maintainability and easier path to future updates
-
由 Mike Jerris 提交于
Merge pull request #1323 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10464-fix-broken-classes-after-switching to master * commit 'cd79ae19': FS-10464 [mod_v8] Fix broken classes after switching to new libv8 #resolve
-
由 Andrey Volk 提交于
-
由 Sergey Safarov 提交于
-
- 30 6月, 2017 2 次提交
-
-
由 Mike Jerris 提交于
FS-10458: [mod_av] temporarily silence warning when building against ffmpeg 3.2 until we fix them properly
-
由 Mike Jerris 提交于
FS-10457: [mod_cdr_csv] set group too when creating new csv file so other users in the group can access it
-