aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-09Fix double declaration of 'x' on the PPC platform.file1-1/+0
2008-12-09If we fail to start a thread for the pbx to run in, we need tommichelson1-0/+1
2008-12-09In discussion with seanbright on #asterisk-dev, I have added a default rule,...murf2-84/+107
2008-12-09Make sure that the timestamp for DTMF is not the same as the previous voice f...file1-2/+6
2008-12-09Take video into account when early bridging RTP.file1-4/+4
2008-12-09Previous fix used ast_malloc and ast_copy_string and messed up the standalone...murf2-79/+105
2008-12-09For some reason, after a distclean, gcc started returningtilghman1-1/+1
2008-12-09Allow DISA to handle extensions that start with #.russell1-2/+8
2008-12-09(closes issue #14019)murf4-61/+80
2008-12-09Fix a problem with GROUP() settings on a masquerade.russell1-2/+7
2008-12-08Make the usereqphone option work again.file1-1/+1
2008-12-05Merged revisions 161421 via svnmerge from seanbright2-4/+4
2008-12-05kill a warningdhubbard1-1/+4
2008-12-05Fix a NULL format string warning found by buildbot.russell1-1/+1
2008-12-04(closes issue #13835)jpeeler1-1/+3
2008-12-04Fix a callerid parsing issue. If someone formatted callerid like themmichelson1-1/+9
2008-12-03Some compilers warn on null format strings; some don't (caught by buildbot)tilghman1-6/+6