aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-19This merges the masqpark branch into 1.4murf4-97/+53
2008-12-19(closes issue #13480)jpeeler10-135/+51
2008-12-19Ensure that the chanspy datastore is fully initialized.russell1-1/+1
2008-12-18Make ast_carefulwrite() be more careful.russell1-13/+38
2008-12-18Add mutexes around accesses to the IMAP library interface. This preventstilghman1-8/+42
2008-12-18Set the process group ID on the MOH process so that all children will get killedrussell1-6/+7
2008-12-18Only care about a compatible codec for early bridging if we are actually brid...file1-3/+2
2008-12-18Do not crash if we are not passed in a followme id.file1-6/+10
2008-12-17Reverse the fix from issue #6176 and add proper handling for that issue.tilghman1-19/+54
2008-12-17Fix some memory leaks found while looking at how realtimemmichelson4-7/+15
2008-12-16After looking through SIP registration code most of the day, thismmichelson1-1/+3
2008-12-16Fix an issue where DEBUG_THREADS may erroneously report that a thread russell1-0/+6
2008-12-16Do not dereference the channel if AST_PBX_KEEPALIVE has been returned.russell1-1/+1
2008-12-16Add "restart gracefully" to the AMI blacklist of CLI commands. russell1-0/+1
2008-12-16Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS.russell2-12/+28
2008-12-16Fix a memory leak related to the use of the "setvar" configuration option.russell1-10/+14
2008-12-16I added a sentence to clarify why - and ' ' are ignored in patternsmurf1-1/+2
2008-12-16Don't try to change working directory if a directory was not configured.russell1-1/+1
2008-12-15Add the deadlock note to ast_spawn_extension as wellmmichelson1-0/+4
2008-12-15Add notes to autoservice and pbx doxygen regarding a potentialmmichelson2-0/+25
2008-12-15Do not try to unlock a non-existant channel if the transfer fails.file1-1/+3
2008-12-15Use autoconf logic to determine whether the system has timersub or not. Do no...file4-6/+72
2008-12-15Can we try not to assign an unsigned int to -1?file1-1/+1
2008-12-15Handle a case where a call can be bridged to a channel that is still ringing.russell2-51/+128
2008-12-13Change the default calldurationlimit from the special value 0 to -1, so wetilghman1-3/+3
2008-12-12Set the reviewboard:url property on 1.4, as wellrussell0-0/+0
2008-12-12Simple fix for Ctrl-C not immediately exiting Asterisk, but also add atilghman2-0/+5
2008-12-12Specify uint32_t for variables storing a CRC32 so that it is actually 32 bitsrussell1-15/+15
2008-12-12Resolve issues that could cause DTMF to be processed out of order.russell3-44/+114
2008-12-11When a Ctrl-C or Ctrl-D ends a remote console, on certain shells, the terminaltilghman1-0/+21
2008-12-11Clean up the dundi cache every 5 minutes.mnicholson1-2/+43
2008-12-11Fix some observed slowdowns in dialplan processing.russell2-18/+0
2008-12-11Fix an issue that made it so you could only have a single caller executingrussell1-28/+33
2008-12-11Don't wait forever, if there's a specified recording timeout.tilghman1-1/+1
2008-12-11Revert this cast to long. Using time_t here causes build failures on a mmichelson1-2/+2
2008-12-11Fix a potential crash due to unsafe datastore handling.mmichelson1-21/+21
2008-12-10Oops, inverted logic for a strcasecmp check. Pointed out by mmichelson, thanks!jpeeler1-1/+1
2008-12-10(closes issue #13229)jpeeler1-5/+5
2008-12-10Fix subscription based MWI up a bit. We only want to put sip: at the beginnin...file1-2/+2
2008-12-10When a SIP peer unregisters set the expiry time back to 0 so that the 200 OK ...file1-0/+1
2008-12-10(closes issue #14022)murf2-423/+431
2008-12-10Update to stringfield handling so that side-effects onmmichelson1-8/+10
2008-12-10Revert fix for issue 13570. It has caused more problems thanmmichelson1-21/+0
2008-12-10Add missing documentation to misdn.txtmmichelson1-1/+1
2008-12-10Increment the sequence number on the end packets for RFC2833. After reading t...file1-3/+3
2008-12-09Oops, should be "tz", not "zonetag".tilghman1-1/+1
2008-12-09Remove the test_for_thread_safety() function completely.russell3-68/+0
2008-12-09We appear to have documented tz= in the [general] section of voicemail.conf,tilghman1-0/+5
2008-12-09Add 'down' as a valid state for directed call pickup. This creeps up when we ...file1-1/+1
2008-12-09Fix an issue where callers on an incoming call on an SLA trunk would not hear...russell1-7/+27