Commit Graph

1994 Commits (8c40b67c508b1098e68c63c78dd2e761c0fe1922)

Author SHA1 Message Date
Malcolm Davenport 8c40b67c50 ASTERISK-24323, fix bug in documentation of AGI STREAM FILE CONTROL
11 years ago
Matthew Jordan 7ba7792027 res/res_http_websocket: Fix minor nits found by wdoekes on r409681
11 years ago
Matthew Jordan f1d0cb5daa res/res_srtp: Fix include issue for libsrtp 1.5.0
11 years ago
Matthew Jordan 8c96fa291c AST-2014-011: Fix POODLE security issues
11 years ago
Joshua Colp 6c969a115c res_rtp_asterisk: Fix a bug where ICE state would get reset when it shouldn't.
11 years ago
Corey Farrell 0327a884f1 res_fax: Fix reference leak caused by gateway sessions
11 years ago
Corey Farrell 56540d8258 res_fax: Resolve module reference leak caused by reserved sessions
11 years ago
Joshua Colp b69057cd76 res_rtp_asterisk: Make the ICE transport check case insensitive as some implementations use 'udp'.
11 years ago
Walter Doekes 7e6f444e38 res_calendar_ews: Relax neon version check to work with 0.30 too.
11 years ago
Kevin Harwell 6b2ee3002f res_rtp_asterisk: Crash if no candidates received for component
11 years ago
Joshua Colp 89247cec8e res_rtp_asterisk: Allow only UDP ICE candidates.
11 years ago
Joshua Colp fd4191e016 res_rtp_asterisk: Ensure that the base and mapped address for candidates is present in SDP.
11 years ago
Richard Mudgett 660080c262 res_fax: Fix out of bounds error in update_modem_bits().
11 years ago
Mark Michelson 8667ce10d0 res_fax_spandsp: Properly handle cleanup before starting FAXes.
11 years ago
Joshua Colp 0ea0c38600 res_rtp_asterisk: Ensure that the thread terminating pj stuff is registered.
11 years ago
Joshua Colp 38885ac8bd res_rtp_asterisk: Fix 100% CPU usage due to timer heap thread spinning.
11 years ago
Joshua Colp 222d6ac4ab res_rtp_asterisk: Fix building when pjproject is not used.
11 years ago
Joshua Colp ff4371e45d res_rtp_asterisk: Fix a myriad of TURN client issues.
11 years ago
Richard Mudgett b3572f3828 res_musiconhold: Fix MOH restarting where it left off from the last hold.
11 years ago
Richard Mudgett 6f9257db92 res_musiconhold.c: Remove obsolete REF_DEBUG code.
11 years ago
Jonathan Rose 3045568e47 res_musiconhold: Fix reference leaks caused when reloading with REF_DEBUG set
11 years ago
Kinsey Moore 22b9d0ddff Fix more dev-mode build issues
11 years ago
Joshua Colp 915de454f8 res_rtp_asterisk: Add SHA-256 support for DTLS and perform DTLS negotiation on RTCP.
11 years ago
Matthew Jordan 5d3078bd48 res_http_websocket: Export symbol for ast_websocket_set_timeout
11 years ago
Matthew Jordan 32d684ee25 res_http_websocket: Close websocket correctly and use careful fwrite
11 years ago
Joshua Colp 3e642e66d1 res_rtp_asterisk: Return the length of data written when sending via ICE instead of 0.
11 years ago
Kinsey Moore 15d2f541b4 MoH: Don't restart stream on repeated start calls
11 years ago
Igor Goncharovskiy 07a0838e2a We have faced situation when using CDR and CEL by sqlite3 modules. With system having high load (~100 concurrent calls created by sipp) we found many cdr and cel records missed. There is special finction in sqlite3, that make able to fix this situation - sqlite3_wait_timeout, that also can replace awful code cdr_sqlite3 ad cel_sqlite3 modules. Also this function can be used for aastdb and res_config_sqlite3 to avoid missed writes to sqlite db.
11 years ago
Matthew Jordan 8d848c048d MoH: Undo commit r416150 (1.8)
11 years ago
Kinsey Moore 71c9c7612e MoH: Don't restart stream on repeated start calls
11 years ago
Richard Mudgett df686c50d8 AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.
11 years ago
Joshua Colp 80237dcf5b res_config_odbc: Use dynamically sized buffers to store row data so values do not get truncated.
11 years ago
Walter Doekes 7041eee5e5 res_config_odbc: Fix old and new ast_string_field memory leaks.
11 years ago
Walter Doekes 655e69954c res_musiconhold: Minor cleanup.
11 years ago
Walter Doekes 8ade79ebe3 h264: Fix H264 SDP payload format.
11 years ago
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10
11 years ago
Mark Michelson 0becabfd1b Fix encoding of custom prepare extra data.
11 years ago
Mark Michelson 01731d5566 Ensure that all parts of SQL UPDATEs and DELETEs are encoded.
11 years ago
Mark Michelson b57c1dd870 Prevent crashes in res_config_odbc due to uninitialized string fields.
11 years ago
Mark Michelson 96cb273948 Return the number of rows affected by a SQL insert, rather than an object ID.
11 years ago
Kinsey Moore 4fce454645 Websocket: Add session locking and delay close
11 years ago
Matthew Jordan 374f32fcc9 res_rtp_asterisk: Add support for DTLS handshake retransmissions
11 years ago
Matthew Jordan 45fd6e01bd res_config_odbc/res_odbc: Fix handling of non-text columns updates with empty values.
11 years ago
Corey Farrell 8fe29356ac Fix dialplan function NULL channel safety issues
11 years ago
Sean Bright 7199c911d9 res_fax_spandsp: Use g711_free() when available.
11 years ago
Russell Bryant fa1d3b0941 moh: fix a refcount error with realtime MOH
11 years ago
Matthew Jordan 69192903af res_fax_spandsp: Fix crash when passing ulaw/alaw data to spandsp
11 years ago
Moises Silva 7f1450e32c Fix res/res_http_websocket.c build failure in 32bit due to incorrect print format for uint64_t
11 years ago
Moises Silva 9792c46a09 Fix WebRTC over WSS not working
11 years ago
Jonathan Rose 7e083b9781 res_rtp_asterisk: Fix one way audio problems with hold/unhold when using ICE
11 years ago