Commit Graph

11729 Commits (c3e4d3d02d2c1ef42b8846cfe3087c8fd571805e)
 

Author SHA1 Message Date
Mark Michelson c3e4d3d02d Updating UPGRADE.txt to reflect the deprecation of the monitor-join
18 years ago
Mark Michelson 1ced2ef939 Adding deprecated warning to monitor-join option, since the plan is to
18 years ago
Russell Bryant 6f38c9d211 really picky formatting tweak ...
18 years ago
Russell Bryant 7cd8afd1ea Some locking errors exposed the fact that the lock debugging code itself was
18 years ago
Mark Michelson eb154e963c Trying to remove a non-dynamic queue member via dynamic means can lead to some
18 years ago
Tilghman Lesher 17ee21bf18 Also set up gmtoff (this is used in the %z gnu extension to strftime)
18 years ago
Russell Bryant f192689840 Remove a pointless lock.
18 years ago
Mark Michelson 661aa4ba35 Fixing a double free which happens in the statechange thread.
18 years ago
Joshua Colp ed25613860 Check to make sure a value has been given to the VMCOUNT dialplan function.
18 years ago
Joshua Colp 3a935a35a0 Fix memory allocation issue in threadstorage.
18 years ago
Philippe Sultan ab36dd5843 Fix the output for this channel help CLI command
18 years ago
Russell Bryant d63883be92 Ensure that no pending state changes are leaked when the device state change
18 years ago
Russell Bryant 87dc20fc03 Previously, app_queue created a thread to handle every single device state
18 years ago
Tilghman Lesher 47b21bae6e Don't execute a gosub if the arguments is zero-len (not just NULL)
18 years ago
Russell Bryant d47ebb492f Add a small fix for the tw version of saying dates.
18 years ago
Jason Parker eb9c632b90 Properly use DESTDIR in 'config' target.
18 years ago
Russell Bryant 02bb2bcbaa Be pedantic about handling memory allocation failure.
18 years ago
Russell Bryant 9c47228dff The loop in the handler for the "core show locks" could potentially block for
18 years ago
Russell Bryant 3ba62c30b9 Make the default for the srvlookup option to be yes. It doesn't really make
18 years ago
Joshua Colp 0912ca3c07 Document that DTMF based features only work when two channels are bridged together.
18 years ago
Russell Bryant 6b9addb181 Make a few changes so that characters in the upper half of the ISO-8859-1
18 years ago
Joshua Colp 0f3e461074 Bring both DTMF begin and end frames up through to the core for DTMF feature handling.
18 years ago
Russell Bryant ca69081253 Ensure the buffer passed to ast_canmatch_extension() is properly initialized so
18 years ago
Joshua Colp 3cc997694d If Monitor or a spy was added to a P2P or native bridged channel bring the channel back to the generic bridging core so the monitor or spy operations work.
18 years ago
Russell Bryant b5addcd9a5 Suppress a LOG_DEBUG message if debug is not enabled.
18 years ago
Russell Bryant 39f5611898 Make sure remote consoles unmute themselves again after reconnecting.
18 years ago
Russell Bryant 9b382ca76f Make sure that the base64 decoder returns a terminated string.
18 years ago
Russell Bryant 91bfacc3ed Don't create the context for users in users.conf until we know at least one user exists.
18 years ago
Tilghman Lesher 81a5da0ada Remove deprecated syntax from sample ael file
18 years ago
Russell Bryant bad30446a6 Fix an issue with console verbosity when running asterisk -rx to execute a command
18 years ago
Russell Bryant 6c18b111b9 Properly handle the case where read() may return the text for more than one
18 years ago
Tilghman Lesher 1e95206c51 Change Digium address
18 years ago
Russell Bryant 9723b7d878 Fix a spelling error in a log message. SMDI, not SDMI.
18 years ago
Russell Bryant c27db984f9 Fix the potential use of an uninitialized buffer in a log message.
18 years ago
Joshua Colp 437a6ffcd3 When creating a new packet don't try to stop retransmission of it. It was just allocated/created so it's impossible for it to have already been scheduled.
18 years ago
Tilghman Lesher 18fa561af4 A dollar sign by itself, not indicating a start of a variable or expression prematurely ends substitution (closes issue #10939)
18 years ago
Russell Bryant 863ae211da I introduced a new member to the ast_filestream struct in 1.4.12, but put it
18 years ago
Mark Michelson 30b6db4bcf The thread ID should be unsigned.
18 years ago
Joshua Colp 3b9fafc1e0 If devicestate is passed a port number strip it out.
18 years ago
Joshua Colp e568fc66d9 Add support for handling a 182 Queued response.
18 years ago
Mark Michelson deb480f124 A bunch of changes from sprintf to snprintf.
18 years ago
Joshua Colp 3151af0015 Close voicemail message description file if duration did not meet the minimum, or else we will eventually run out of file descriptors.
18 years ago
Kevin P. Fleming 9cdda4fc78 use a macro instead of an inline function, so that backtraces will report the caller of ast_frame_free() properly
18 years ago
Tilghman Lesher 96d11d3e02 This commit fixes the following issues:
18 years ago
Joshua Colp 474e0e8d12 Don't perform a reinvite if a transfer is in progress.
18 years ago
Joshua Colp ba0bb743e6 Only update codec information if the channel has a technology private structure.
18 years ago
Joshua Colp 3dcf938f73 Update codec information as well as address when doing hold reinvites.
18 years ago
Joshua Colp 2baeb29ae4 Don't keep trying to native bridge if either of the channels are involved in a masquerade operation to be done.
18 years ago
Russell Bryant a914cb6654 Enable file dependency tracking for _all_ builds, and not just for builds with
18 years ago
Philippe Sultan 95e24c44c1 Presence packets from a client who's connected with our Jabber ID are
18 years ago