Commit Graph

1977 Commits (ff4371e45d6d7d57f33a47ce71fe1a569d7de7f4)

Author SHA1 Message Date
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
Jonathan Rose c382714769 res_rtp_asterisk: correct build error from r409129
11 years ago
Jonathan Rose 8a7ef07f94 res_rtp_asterisk: Fix checklist creating problems in ICE sessions
11 years ago
Corey Farrell 78d560157a res_fax: Warn that minrate=2400 is not valid for V.27 instead of failing load.
11 years ago
Corey Farrell 5a7221decb Remove extra defines of AST_PBX_MAX_STACK.
11 years ago
Walter Doekes 05710c7ea5 res_config_pgsql: Fix ast_update2_realtime calls.
11 years ago
Joshua Colp 65e9857f09 res_clialiases: Fix crash when reloading and re-aliasing an alias that is in use.
12 years ago
Corey Farrell 1968d29447 res_rtp_asterisk & udptl: fix port selection to work with SELinux restrictions
12 years ago
Jonathan Rose ab81490ebc res_config_pgsql: Fix a memory leak and use RAII_VAR for cleanup when practical
12 years ago
Kinsey Moore 4314a33ae2 chan_mgcp: Enforce locking for oseq
12 years ago
Kevin Harwell b83fb704c9 res_fax: check_modem_rate() returned incorrect rate for V.27
12 years ago
Matthew Jordan 6d73ecd6e9 res/Makefile: alias dist-clean to distclean
12 years ago
Kevin Harwell dee9ce4a0b res_rtp_asterisk: Fails to resume WebRTC call from hold
12 years ago
Scott Griepentrog 1f1ac57bbe res_fax.c: crash on framehook with no dsp in fax detect
12 years ago
Joshua Colp d9b7ce0599 res_calendar: Protect channel when adding datastore.
12 years ago
Matthew Jordan e7d81f02e5 res_fax_spandsp: Always init T.38 session to avoid crashes during state change
12 years ago
Kinsey Moore 2d5debf45c chan_sip: Fix RTCP port for SRFLX ICE candidates
12 years ago
Jonathan Rose 4241f7b6ea res_rtp_asterisk: Address jittery DTMF events in RTP streams
12 years ago