aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-16Use autotagged externalsv1.4.23-testinglmadsen0-0/+0
2009-01-16Importing files for 1.4.23-testing releaselmadsen3-0/+22089
2009-01-16Creating tag for the release of asterisk-1.4.23-testinglmadsen0-0/+0
2009-01-16Creating tag for the release of asterisk-1.4.23-testinglmadsen933-0/+452582
2009-01-16Fix the conjugation of Russian and Ukrainian languages.tilghman3-148/+211
2009-01-16Create a testing tag for testing of mkrelease scriptlmadsen0-0/+0
2009-01-16This patch fixes a problem where a goto (or jump, in this case)murf1-0/+1
2009-01-15Meetme actually has realtime but wasn't documentedoej1-0/+1
2009-01-15Convert call to park_call_full to masq_park_call_announcetwilson1-8/+9
2009-01-15Blocked revision 168632 from /branches/1.2:tilghman0-0/+0
2009-01-15Fix some crashes from bad datastore handling in app_queue.cmmichelson1-5/+10
2009-01-14* Fixed create_process() allocation of process ID values.rmudgett1-44/+40
2009-01-14Update autosupport script to supply info for both Zaptel and DAHDI in 1.4 andseanbright1-7/+25
2009-01-14app_page was failing to compile in dev-mode on my gcc-4.2.4 system. This chan...murf1-1/+1
2009-01-14Don't read into a buffer without first checking if a value is beyond the end.tilghman1-5/+3
2009-01-14Fix a logic error I found while searching through chan_agent.cmmichelson1-3/+5
2009-01-14Don't overflow when paging more than 128 extensionstwilson1-5/+19
2009-01-13Revert unnecessary indications API change from rev 122314russell11-72/+72
2009-01-13Don't pass a value with a side effect to a macrotwilson1-1/+3
2009-01-13If either conditional is NULL, don't try copying it.tilghman1-1/+1
2009-01-12(closes issue #13881)jpeeler1-0/+5
2009-01-12(closes issue #12269)jpeeler1-19/+28
2009-01-12I am reverting the fix made in revision 168128 (and its upward merges)mmichelson1-5/+1
2009-01-12s/ringdance/ringcadence/ for Bulgariarussell1-1/+1
2009-01-10small commit to test new serverkpfleming1-1/+1
2009-01-10small commit to test new serverkpfleming1-1/+1
2009-01-09update to use new sound file packages that include license fileskpfleming1-1/+1
2009-01-09Make this compile for mvanbaakrussell1-1/+1
2009-01-09* Fix for JIRA AST-175/ABE-1757rmudgett1-22/+222
2009-01-09Add check_via calls to more request handlersmmichelson1-1/+5
2009-01-08Don't truncate database results at 255 chars.tilghman1-3/+22
2009-01-08remove an unnecessary argument to queue_request()kpfleming1-2/+2
2009-01-07When a SIP request or response arrives for a dialog with an associated Asteri...kpfleming1-14/+115
2009-01-07Fix the last couple of places where free() was improperly used directly.russell1-7/+8
2009-01-07Don't fclose() the file early, the filestream destructor will handle it.russell1-1/+0
2009-01-07Only try to close the file if one was actually openedrussell1-1/+2
2009-01-07Don't use free() directly. This caused a crash since ast_filestream is now a...russell1-1/+1
2009-01-07Treat an empty string the same way as a NULL country argument.russell1-7/+4
2009-01-06Use the correct variable when creating the format stringmmichelson1-1/+1
2009-01-06Merged revisions 167259 via svnmerge from tilghman1-4/+16
2009-01-05A couple of changes to T.38 SDP attribute handlingmmichelson1-28/+48
2009-01-01Repeat attempts to write when we receive -EAGAIN from the driver, as detailedtilghman1-3/+9
2008-12-31Also inherit the musiconhold class.tilghman1-0/+1
2008-12-28Use strncat() instead of an sprintf() in which source and target buffers overlaprussell1-2/+3
2008-12-23Compile, even if both DAHDI and Zaptel are not installed.tilghman2-0/+4
2008-12-23Fix a crash resulting from a datastore with inheritance but no duplicate call...mmichelson1-1/+1
2008-12-23Use the integer form of condition for integer comparisons.tilghman1-1/+4
2008-12-22Fix a deadlock relating to channel locks and autoservicemmichelson1-1/+12
2008-12-22Fix up timeout handling in ast_carefulwrite().russell1-1/+18
2008-12-22Re-work ref count handling of MoH classes using astobj2 to resolve crashes.russell2-325/+460