- 28 2月, 2014 10 次提交
-
-
由 Travis Cross 提交于
Unlike fread(3), read(3) will return -1 on error. We were assigning the result of read to a potentially unsigned variable, and passing the result down to switch_xml_parse_str() where it would end up determining how many bytes to malloc(3).
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-5886 --resolve add NDLB_broken_opus_sdp which must be set as a global variable in var.xml or switch.conf.xml to enable broken opus mode for back compat with counterpath mobile
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Tamas Cseke 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
fix race condition where a transferring leg could be hungup on by the bridge partner from the previous bridge because of hangup held leg detection. The leg which was hungup when held doesn't realize the other leg has already moved on from the bridge because it was transferred and is already on its way to connect to the new destination
-
- 27 2月, 2014 16 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
Our sqlite fork was reading past the end of the zP3 KeyInfo structure here. This was causing gcc and clang's address sanitization to alert. FS-6279 --resolve Thanks-to: Christopher Rienzo <chris@rienzo.net>
-
由 Brian West 提交于
Revert the changes I made the issue is in the build system not in this script if DESTDIR is used will re-eval the correct approach.
-
由 Brian West 提交于
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
rtp_secure_media=true --inbound: Accept the srongest supported offered crypto suite, MUST result in a negotiated crypto or aborts. --outbound: offer all supported crypto suites, MUST result in a negotiated crypto or aborts. rtp_secure_media=optional --inbound: Accept the srongest supported offered crypto suite, fall back to no crypto if no valid ones accepted. --outbound: offer all supported crypto suites, OPTIONAL result in a negotiated crypto falls back to no crypto. rtp_secure_media=<suite1>,<suiteN> --inbound: same behaviour as rtp_secure_media=true with smaller set of acceptable suites. --outbound: offer supplied crypto suites, same behaviour as rtp_secure_media=true with smaller set of suites.
-
由 Brian West 提交于
-
由 Brian West 提交于
FS-5934 force_transfer_context not being honored if you happen to do an attended this patch makes perfect sense.
-
由 Brian West 提交于
fix modcheck to properly deal with prefix and don't alert on anything that isn't mod_ because ftmod_ gets installed here too and will alert
-
由 Brian West 提交于
-
由 Tamas Cseke 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
- 26 2月, 2014 12 次提交
-
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
由 William King 提交于
FS-6271 --resolve Adding support for smoothing the min-cpu-idle by X number of seconds. Adds the cpu-idle-smoothing-depth into the conf/autoload_configs/switch.conf.xml configs with a default value of 30 seconds.
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-6275 --resolve I don't think this is a problem with latest firefox + latest master but i'll ensure it with this change. Anyone into testing webrtc should always use master until an official 1.4 is released.
-
由 Brian West 提交于
-
由 Tamas Cseke 提交于
-
由 Tamas Cseke 提交于
-
由 Tamas Cseke 提交于
Can be enabled with 'queue-capacity' param Cdrs can be pushed to the queue and posted in a separate thread to avoid bllocking the session with a slow web server
-
由 Brian West 提交于
-
- 25 2月, 2014 2 次提交
-
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-