aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-01Apply some logic used in iax2_indicate() to iax2_setoption(), as well, since ...russell1-12/+42
2008-12-01Get rid of the useless format string and argument in the Bogus/ manager chann...mvanbaak1-1/+1
2008-12-01Force a "make clean" to avoid a bizarre build issue ...russell1-1/+1
2008-12-01make manager compile on OpenBSD.mvanbaak1-1/+1
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming35-79/+111
2008-11-26rename these files so as to avoid conflicts when users update their working c...kpfleming5-8/+8
2008-11-26simplify (and slightly bug-fix) the recent developer-oriented COMPILE_DOUBLE ...kpfleming7-21/+98
2008-11-25(closes issue #12694)murf2-0/+10
2008-11-25Don't try to send a response on a NULL pvt.tilghman1-1/+1
2008-11-25Merged revisions 159245 via svnmerge from tilghman1-2/+2
2008-11-25Add ao2_trylock() to go along with ao2_lock() and ao2_unlock()russell2-0/+34
2008-11-25Add missing variable declaration in the PPC codetwilson1-0/+1
2008-11-25System call ioperm is non-portable, so check for its existence in autoconf.tilghman4-5/+19
2008-11-22(closes issue #13786)jpeeler2-14/+276
2008-11-21In reference to the fix made for 13871, I wasmurf1-9/+14
2008-11-21The passed extension may not be the same in the list as the current entry,tilghman1-1/+1
2008-11-21When compiling with DEBUG_THREADS, report the real file/func/line for ao2_loc...russell2-0/+26
2008-11-21(closes issue #13871)murf1-3/+5
2008-11-21This change had somehow gotten reverted due to ammichelson1-2/+3
2008-11-20There was an issue when attempting to reference an embeddedmmichelson4-41/+101
2008-11-20We don't handle 4XX responses to BYE well. According tommichelson1-0/+14