- 25 8月, 2015 16 次提交
-
-
由 Michael Jerris 提交于
-
由 Brian West 提交于
FS-7917: [mod_sofia] Fixed default config, we really shouldn’t be setting ext-*-ip settings for ipv6 profiles
-
由 Michael Jerris 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
FS-7866: [core] fix crash when running incorrect var api expansion syntax "eval ${${external_sip_ip}:4}"
-
由 Hristo Trendev 提交于
The Dutch number pronunciation is more like the German one. 21 is pronounced as "one-and-twenty". FS-7685 #resolve
-
由 Anton Lozovsky 提交于
FS-7731: [mod_xml_cdr] url_index global pointer concurrent access fix, curl default connection timeout fix - thread variable copy of url_index global pointer to prevent the concurrent access having wrong state change if the posting to the current http server was unsuccessfull; - overriding the default curl connection timeout Based on need to figure out the smallest block of code need to mutex, and that libcurl (and its wrapper) is definitely thread safe.
-
由 andywang1988 提交于
-
由 Mark Lipscombe 提交于
FS-7778: [mod_sofia] Fixed a bug causing a SQL statement to fail because of a double quote instead of a single quote sofia_glue.c tries to issue an SQL "ALTER TABLE" statement to add the ping_status column to sip_registrations, but fails because the default is incorrectly quoted (double quotes vs single quotes).
-
由 Brian West 提交于
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
FS-7721: [core] Fixed a segfault caused when using session:recordFile() and session:unsetInputCallback in a lua script
-
由 Davide Colombo 提交于
follow recording on other session
-
由 Brian West 提交于
-
- 23 8月, 2015 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 12 8月, 2015 1 次提交
-
-
由 Chris Rienzo 提交于
-
- 30 7月, 2015 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 29 7月, 2015 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 24 7月, 2015 2 次提交
-
-
由 William King 提交于
-
由 Anthony Minessale 提交于
-
- 22 7月, 2015 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-7654 regression on eavesdropping on channels playing a file because of channel count of 0 on write frame from stream_file
-
- 15 7月, 2015 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 karl anderson 提交于
added xml fetch for channels to externally support nightmare transfer depends on channel-xml-fetch-on-nightmare-transfer profile param (default is disabled)
-
- 03 7月, 2015 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 01 7月, 2015 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Ken Rice 提交于
-
- 30 6月, 2015 1 次提交
-
-
由 Yossi Neiman 提交于
-
- 29 6月, 2015 4 次提交
-
-
由 Sergey Safarov 提交于
-
由 Anthony Minessale 提交于
-
由 doancea 提交于
FS-7597: [mod_codec2] Fixed encoded_data_len for MODE 2400, it should be 6 bytes. Also replaced 2550 bps bitrate (obsoleted operation mode) by 2400
-
由 Brian 提交于
-
- 26 6月, 2015 4 次提交
-
-
由 Anton Schur 提交于
-
由 Michael Jerris 提交于
FS-7650: #resolve [mod_verto] Fix crash when making a call from a verto user with profile-variables in their user profile
-
由 Alexander Traud 提交于
Ephemeral ECDH (ECDHE) was supported already. This patch adds Ephemeral DH (DHE). To enable it, add DH parameters into the private-key file of your server (agent.pem). For example via: openssl dhparam -out dh.pem 2048 FS-7561 #resolve
-
由 Travis Cross 提交于
The correct incantations to enable certification common name / subject alternative name verification, per our code, are `subjects_all`, `subjects_in`, and `subjects_out` in a Sofia profile's `tls-verify-policy`. What we've had in our examples and documentation for years are `all_subjects`, `in_subjects`, and `out_subjects`. The result of this is that we've almost certainly confused people into using the incorrect forms. Those poor people will believe that they are verifying the CN/SAN of the received host certificate against the list in `tls-verify-in-subjects` when in fact they are not. One clear issue in this case was that the incorrect forms failed to have any effect without providing any warning or error. This issue could not have persisted if we had made more noise about incorrect input. Given how long this has been broken, it's tempting to alias the incorrect forms to the correct ones. However this would certainly break many existing installations that have, because of this error, never actually tested their setup with CN/SAN validation enabled. In this commit, we fix the examples and documentation, and add an error-level log output when unknown values are passed to `tls-verify-policy`. Thanks-to: Andrew Patrikalakis <anrp+freeswitch@anrp.net>
-
- 24 6月, 2015 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Italo Rossi 提交于
-