aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.9@212958 f38db490-d61...v1.4.9kpfleming8-20/+19
2007-07-24use autotagged externalsqwell0-0/+0
2007-07-24importing files for 1.4.9 releaseqwell3-0/+9889
2007-07-24Creating tag for the release of asterisk-1.4.9qwell0-0/+0
2007-07-24Blocked revisions 76802 via svnmergeqwell0-0/+0
2007-07-24Don't create the Asterisk channel until we are starting the PBX on it.qwell1-16/+13
2007-07-24Added a membercount variable to call_queue struct which keeps track of the nu...mmichelson1-11/+19
2007-07-23It was our stated intention for 1.4 that files created in app_voicemail shouldtilghman1-0/+7
2007-07-23Fix some incorrect softkey labels in messages.qwell1-8/+3
2007-07-23Merged revisions 76653 via svnmerge from file1-2/+2
2007-07-23Don't try to queue up hold/unhold frames on a non-existent channel.qwell1-0/+8
2007-07-23Allow app_morsecode to build on PPC Linux by putting the value of the digit c...file1-2/+3
2007-07-23Merged revisions 76560 via svnmerge from file1-1/+8
2007-07-23(closes issue #10268)file1-1/+1
2007-07-23Use a signed integer for storing the number of bytes in the packet read fromrussell1-1/+1
2007-07-22Blocked revisions 76409 via svnmergetilghman0-0/+0
2007-07-21Merged revisions 76226 via svnmerge from russell1-0/+1
2007-07-20This patch from 10249 is worth applying! It prevents downloading sound files ...murf1-3/+3
2007-07-20Allow getting a call from an existing "sub" channel.qwell1-26/+25
2007-07-20Eliminate a compiler warning with gcc 4.2 by constifying a char *qwell1-2/+2
2007-07-20It's possible for sub->owner to be NULL here if you cancel the call immediate...qwell1-1/+1
2007-07-20When using users.conf for the entries in the directory, if multiple users had...mmichelson1-2/+9
2007-07-20Use the define that specifies the default length of an artificially createdrussell1-2/+2
2007-07-20Merged revisions 76080 via svnmerge from file1-0/+5
2007-07-20(closes issue #10246)file1-1/+4
2007-07-20Move makeannouncement variable declaration to proper place.file1-2/+2
2007-07-19Remove some duplicate code.qwell1-1/+0
2007-07-19The diff on this looks pretty big but all I did was remove a pointless if sta...mmichelson1-81/+78
2007-07-19Changes in handling return values of several functions in app_queue. This all...mmichelson1-96/+70
2007-07-19Merged revisions 75927 via svnmerge from russell1-1/+3
2007-07-18Need to make sure we set milliseconds and timestamp - pointed out by the rece...qwell1-0/+2
2007-07-18Merged revisions 75757 via svnmerge from russell1-1/+1
2007-07-18Merged revisions 75748 via svnmerge from tilghman1-1/+8
2007-07-18Umm, why are we transmitting dialtone on cfwdall?qwell1-1/+0
2007-07-18Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode usin...file4-10/+7
2007-07-18Fixes for 7935/7936 conference phones.qwell1-19/+96
2007-07-18Fix issues with new 79x1 phones.qwell1-11/+20
2007-07-18Merged revisions 75657 via svnmerge from dhubbard1-1/+1
2007-07-18Few more places that needs to check for onhold state.file1-3/+3
2007-07-18(closes issue #10165)file1-2/+3
2007-07-18Don't bother reloading chan_h323 if it did not load successfully in the first...file1-0/+4
2007-07-18(closes issue #10224)file1-6/+7
2007-07-18Using a freed frame causes crashes (closes issue #9317)tilghman1-1/+1
2007-07-17Merged revisions 75449 via svnmerge from russell1-1/+1
2007-07-17cast arguments to ast_log so that it builds without warnings for merussell1-1/+1
2007-07-17Merged revisions 75444 via svnmerge from russell3-11/+21
2007-07-17Merged revisions 75440 via svnmerge from russell1-0/+1
2007-07-17Ensure that the pointer to STUN data does not go to unaccessible memory. (ASA...file1-2/+2
2007-07-17(issue #10210)russell1-0/+2
2007-07-17Fixing an error I made earlier. ast_fileexists can return -1 on failure, so I...mmichelson1-2/+2