Commit Graph

23898 Commits (060ced4b54367f9822daaffe456da4460c04947c)
 

Author SHA1 Message Date
Matthew Jordan 174c84f6a2 main/file: Move test event to emit PLAYBACK event more consistently
11 years ago
Walter Doekes a63e70c46d logger: Don't store verbose-magic in the log files.
11 years ago
Walter Doekes 9aba91e5a6 general: Fix memory Corruption in __ast_string_field_ptr_build_va.
11 years ago
Walter Doekes d43da8846c tcptls: Avoid compiler warning on non-dev-mode.
11 years ago
Richard Mudgett d779523c8c chan_sip: Replace sip_tls_read() and resolve the large SDP poll issue.
11 years ago
George Joseph 0430c887f3 pbx_lua: fix regression with global sym export and context clash by pbx_config.
11 years ago
Richard Mudgett 9707876002 format.c: Add reason comments for the format_list ordering.
11 years ago
Rusty Newton af592bbc94 Manager - Improve documentation for manager commands Getvar and Setvar.
11 years ago
Richard Mudgett c2e464699f datastores: Audit ast_channel_datastore_remove usage.
11 years ago
Richard Mudgett 4c47641f0c features.c: Allow appliationmap to use Gosub.
11 years ago
Corey Farrell aaa44d6ea5 chan_sip: sip_subscribe_mwi_destroy should not call sip_destroy
11 years ago
Jason Parker 9219a97997 Don't cause Asterisk to exit if ooh323.conf not found.
11 years ago
Scott Griepentrog 59795008d5 app_voicemail: use a consistent generator string
11 years ago
Kinsey Moore 22b9d0ddff Fix more dev-mode build issues
11 years ago
Matthew Jordan bfc6904871 manager: Return ActionID on nominal responses to PresenceState action
11 years ago
Jonathan Rose 3d419e8796 func_uri: URIENCODE/URIDECODE - allow empty strings as argument
11 years ago
Corey Farrell 148b8d128e astobj2: work around REF_DEBUG race which causes out of order log entries
11 years ago
Corey Farrell 7a914e14d0 Fix minor reference leaks in app_skel and TEST_FRAMEWORK
11 years ago
Scott Griepentrog a100307eaa config: inform config hook of change when writing file
11 years ago
Matthew Jordan dfdf47a752 include/asterisk/xmpp.h: Convert indentation to tabs
11 years ago
Richard Mudgett 073356fa18 chan_dahdi/sig_pri: Fix type mismatch in the idledial feature's channel creation.
11 years ago
Richard Mudgett 2f1d2a9ef6 chan_dahdi: Add inband_on_setup_ack compatibility option.
11 years ago
Matthew Jordan 8f5461d3dc main/untils: Prevent potential infinite loop in ast_careful_fwrite
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 1644cd874d chan_sip: be more tolerant of whitespace between attributes in SDP fmtp line
11 years ago
Corey Farrell 23d1b904b0 Ensure REF_DEBUG records entrys for attempts to ao2_ref an invalid object
11 years ago
Corey Farrell fe70d27731 refcounter.py: prevent use of excessive RAM with large refs logs
11 years ago
Matthew Jordan 5d3078bd48 res_http_websocket: Export symbol for ast_websocket_set_timeout
11 years ago
Matthew Jordan 0b9601052b udptl: Correct FEC to not consider negative sequence numbers as missing
11 years ago
Matthew Jordan 32d684ee25 res_http_websocket: Close websocket correctly and use careful fwrite
11 years ago
Corey Farrell 2875174e97 chan_sip: Fix handling of "From" headers longer than 256 characters
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
Rusty Newton cd6a931be5 main/features - documentation - reformat examples and options in features.conf.sample to show clearly which options apply in which section
11 years ago
George Joseph c7e9233a81 build: Turn FORTIFY_SOURCE off if DONT_OPTIMIZE is set.
11 years ago
George Joseph 2b4423d2b3 build: Allow autoconf/ast_ext_tool_check to handle cross-compiling better.
11 years ago
George Joseph a6ba838fce build: Allow autoconf/ast_ext_tool_check to handle cross-compiling better.
11 years ago
Kinsey Moore b583f708cb Fix build warnings with TEST_FRAMEWORK enabled
11 years ago
George Joseph 874be8b530 Remove the problematic and unneeded AST_MODFLAG_GLOBAL_SYMBOLS from pbx_lua.c
11 years ago
George Joseph b960b9c2d5 Update extensions.lua.sample with naming conflict guidance.
11 years ago
Mark Michelson cc7bc40c2a Allow the PUSH and UNSHIFT functions to set inheritable channel variables.
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 11553fd489 AST-2014-007: Fix of fix to allow AMI and SIP TCP to send messages.
11 years ago
Rusty Newton 7e2ed2e032 main/pbx - documentation - enhance 'core show hints' and 'core show hint' help text
11 years ago
Corey Farrell c7df3bd093 chan_sip: DEBUG messages in sdp_crypto.c display despite a DEBUG level of zero
11 years ago
Richard Mudgett df686c50d8 AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.
11 years ago
Jonathan Rose 0df802b473 Correct UPGRADE.txt notes in r415825
11 years ago
Scott Griepentrog a5f39fc2ba app_queue: delayed state can cause early leavewhenempty ringing
11 years ago