aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-01Use autotagged externalstilghman0-0/+0
2008-12-01Importing files for 1.4.23-rc2 releasetilghman3-0/+21080
2008-12-01Creating tag for the release of asterisk-1.4.23-rc2tilghman3-21076/+0
2008-12-01Use autotagged externalstilghman0-0/+0
2008-12-01Importing files for 1.4.23-rc2 releasetilghman3-0/+21076
2008-12-01Creating tag for the release of asterisk-1.4.23-rc2tilghman0-0/+0
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
2008-11-20Make sure to set the hangup cause on the calling channel in the casemmichelson2-0/+5
2008-11-20Merged revision 157977 fromrmudgett1-31/+46
2008-11-19the gcc optimizer frequently finds broken code (use of uninitalized variables...kpfleming8-31/+82
2008-11-18Add some missing invite state changes necessary in the sip_writemmichelson1-2/+4
2008-11-18(closes issue #13899)jpeeler1-1/+1
2008-11-18Fix a crash in the end_bridge_callback of app_dial andmmichelson5-1/+26
2008-11-15when an individual directory dist-clean is run, run clean in that directory f...kpfleming2-4/+6
2008-11-15dist-clean should remove dependency information files as wellkpfleming1-0/+1
2008-11-15major update to doxygen configuration file:kpfleming1-77/+156
2008-11-14If the prompt to reenter a voicemail password timed out, itmmichelson1-1/+1
2008-11-14ast_waitfordigit() requires that the channel be up, for no good logicaltilghman1-1/+5
2008-11-13Provide more space for all the data which can appear in an originatingtilghman1-1/+2
2008-11-13revert this change... non-functional changes don't belong herekpfleming2-8/+8
2008-11-13correct minor syntax error... no functional changekpfleming2-8/+8
2008-11-12When using call limits under 1 second, infinite call lengths are allowed,tilghman1-1/+4
2008-11-12It turns out that the 0x0XX00 codes being returned formurf1-3/+3
2008-11-12If the SLA thread is not started, then reload causes a memory leak.tilghman1-0/+4
2008-11-12For whatever reason, gcc only warned me about the possible use of an uninitia...jpeeler1-1/+1
2008-11-12Revert revision 132506, since it occasionally caused IAX2 HANGUP packets nottilghman1-3/+23
2008-11-12(closes issue #13173)jpeeler1-23/+149
2008-11-12When doing some tests, I was having a crash at the end of every callmmichelson1-0/+4
2008-11-12Move the sanity check that makes sure "always fork" is not set along with the russell1-6/+8
2008-11-10Channel drivers assume that when their indicate callbackmmichelson1-3/+9