aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-03Only show this warning when we want to show it.qwell1-1/+2
2008-12-03(closes issue #13597)murf1-1/+14
2008-12-03During bridge code, the channel bridge may return a retry code, if a transfertilghman1-0/+4
2008-12-03If an entry is added to the directory during a scan when another entry expires,tilghman1-2/+6
2008-12-03Don't start scanning the directory until all modules are loaded, because sometilghman1-1/+8
2008-12-03Jon Bonilla (Manwe) pointed out on the -dev list:tilghman1-6/+5
2008-12-02Channel is masqueraded, don't keep alivetwilson1-1/+1
2008-12-02A situation like A calls B, A builtin_atxfers B to C, C parks B would lead to...twilson1-1/+1
2008-12-02When the text does not match exactly (e.g. RTP/SAVP), then the %n conversiontilghman1-6/+7
2008-12-02make compile with dev mode and malloc debugtwilson1-2/+2
2008-12-02Ensure that Asterisk builds with --enable-dev-mode, even on the latest gcctilghman4-6/+18