aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.23@212958 f38db490-d6...v1.4.23kpfleming8-20/+19
2009-01-21Update the ChangeLog to reflect the merge of commits 169581 and 169485lmadsen1-0/+10
2009-01-21Merge in two regression changes for call parking. Revisions 169485 and 169581.lmadsen1-12/+14
2009-01-21ChangeLog and .version changeslmadsen2-1/+5
2009-01-21Create tag for asterisk-1.4.23lmadsen944-452767/+170
2009-01-21Creating tag for asterisk-1.4.23 (in the right location this time too!)lmadsen936-0/+474597
2009-01-21Creating tag for the release of asterisk-1.4.23lmadsen11-22248/+248
2009-01-20One-touch parking was calling back the wrong channel on timeouttwilson1-1/+3
2009-01-20Update ChangeLog and .version fileslmadsen2-3/+3
2009-01-20Creating tag for release of asterisk-1.4.23lmadsen936-0/+474597
2009-01-20Creating tag for the asterisk-1.4.23 releaselmadsen933-452595/+0
2009-01-20Creating tag for the release of asterisk-1.4.23lmadsen0-0/+0
2009-01-20Don't play audio to the channel if we've masqueradedtwilson1-12/+12
2009-01-19Truncate userevents at the end of a line, when the command exceeds the buffer.tilghman2-5/+14
2009-01-19Prevent a crash in chan_local due to a potential NULL pointer dereferencemmichelson1-4/+4
2009-01-16Account for possible NULL pointer when we receive a 408 in response to a REGI...mmichelson1-1/+5
2009-01-16Fix the conjugation of Russian and Ukrainian languages.tilghman3-148/+211
2009-01-16Use autotagged externalsrussell0-0/+0
2009-01-16Importing files for 1.4.23-rc4 releaserussell3-0/+22078
2009-01-16Creating tag for the release of asterisk-1.4.23-rc4russell933-0/+452519
2009-01-16Creating taglmadsen0-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