aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-10-18Revert erroneous commit.russell2-94/+0
2007-10-18Add support for setting the maximum trunk size for IAX2 trunkingrussell2-0/+94
2007-10-18The channel needs to stay locked while running timer callbacks, as they accessrussell2-6/+3
2007-10-18If a non-existent file is specified to be played either as a periodic announc...mmichelson1-2/+2
2007-10-18Execute the RELEASE operation on transcoder channels in the destroy callback.russell1-0/+5
2007-10-18Revert a change that I made for issue #10979 which, as has been pointed out torussell1-3/+0
2007-10-17Changing the strategy field of the call_queue struct to be signed instead of ...mmichelson1-1/+1
2007-10-17If Asterisk is in the middle of shutting down, respond to OPTIONSrussell1-1/+7
2007-10-17Whoops, forgot to remove the original sip_scheddestroy.file1-1/+0
2007-10-17When runuser/rungroup is specified, a remote console could only be attained b...tilghman1-10/+12
2007-10-17Don't schedule dialog destruction if a MESSAGE is received using an existing ...file1-2/+5
2007-10-16Since monitor-join is deprecated now, remove the example from the sample queu...mmichelson1-7/+0
2007-10-16Updating UPGRADE.txt to reflect the deprecation of the monitor-joinmmichelson1-0/+5
2007-10-16Adding deprecated warning to monitor-join option, since the plan is tommichelson1-0/+10
2007-10-16really picky formatting tweak ...russell1-2/+2
2007-10-16Some locking errors exposed the fact that the lock debugging code itself wasrussell1-19/+71
2007-10-16Trying to remove a non-dynamic queue member via dynamic means can lead to somemmichelson1-1/+21
2007-10-16Also set up gmtoff (this is used in the %z gnu extension to strftime)tilghman1-0/+1
2007-10-16Remove a pointless lock.russell1-3/+0
2007-10-16Fixing a double free which happens in the statechange thread.mmichelson1-4/+0
2007-10-16Check to make sure a value has been given to the VMCOUNT dialplan function.file1-0/+3
2007-10-16Fix memory allocation issue in threadstorage.file1-1/+1
2007-10-16Fix the output for this channel help CLI commandphsultan1-3/+3
2007-10-15Ensure that no pending state changes are leaked when the device state changerussell1-2/+9
2007-10-15Previously, app_queue created a thread to handle every single device staterussell1-14/+68
2007-10-15Don't execute a gosub if the arguments is zero-len (not just NULL)tilghman1-2/+2
2007-10-15Add a small fix for the tw version of saying dates.russell1-6/+2
2007-10-15Properly use DESTDIR in 'config' target.qwell1-10/+10
2007-10-15Be pedantic about handling memory allocation failure.russell1-1/+14
2007-10-15The loop in the handler for the "core show locks" could potentially block forrussell1-7/+16
2007-10-15Make the default for the srvlookup option to be yes. It doesn't really makerussell1-2/+2
2007-10-15Document that DTMF based features only work when two channels are bridged tog...file1-0/+4
2007-10-15Make a few changes so that characters in the upper half of the ISO-8859-1russell1-3/+3
2007-10-15Bring both DTMF begin and end frames up through to the core for DTMF feature ...file1-4/+4
2007-10-15Ensure the buffer passed to ast_canmatch_extension() is properly initialized sorussell1-2/+2
2007-10-15If Monitor or a spy was added to a P2P or native bridged channel bring the ch...file1-2/+4
2007-10-15Suppress a LOG_DEBUG message if debug is not enabled.russell1-2/+3
2007-10-15Make sure remote consoles unmute themselves again after reconnecting.russell1-0/+4
2007-10-15Make sure that the base64 decoder returns a terminated string.russell1-0/+3
2007-10-14Don't create the context for users in users.conf until we know at least one u...russell1-4/+11
2007-10-13Remove deprecated syntax from sample ael filetilghman1-4/+4
2007-10-13Fix an issue with console verbosity when running asterisk -rx to execute a co...russell3-13/+20
2007-10-13Properly handle the case where read() may return the text for more than onerussell3-1/+26
2007-10-12Change Digium addresstilghman3-5/+4
2007-10-12Fix a spelling error in a log message. SMDI, not SDMI.russell1-2/+2
2007-10-12Fix the potential use of an uninitialized buffer in a log message.russell1-2/+4
2007-10-11When creating a new packet don't try to stop retransmission of it. It was jus...file1-2/+0
2007-10-11A dollar sign by itself, not indicating a start of a variable or expression p...tilghman1-2/+3
2007-10-10I introduced a new member to the ast_filestream struct in 1.4.12, but put itrussell1-1/+1
2007-10-10The thread ID should be unsigned.mmichelson1-1/+1