aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.5@212958 f38db490-d61...v1.4.5kpfleming8-20/+19
2007-06-15use autotagged externalsrussell0-0/+0
2007-06-15importing files for 1.4.5 releaserussell3-0/+8324
2007-06-15Creating tag for the release of asterisk-1.4.5russell0-0/+0
2007-06-15Fix a silly deadlock in res_features that I found while debugging on one ofrussell1-1/+3
2007-06-15Add support for setting the maximum length of acceptable DTMF in SpeechBackgr...file1-1/+9
2007-06-15The SLATRUNK_STATUS variable indicated "SUCCESS" for both an answer of therussell1-4/+14
2007-06-14Merged revisions 69469 via svnmerge from qwell1-1/+1
2007-06-14Update to latest versions of sound files.qwell1-2/+2
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming18-54/+80
2007-06-14Fix some problems with saying dates and times for the "tw" langaugerussell1-8/+9
2007-06-14Merged revisions 69258 via svnmerge from qwell1-9/+5
2007-06-13Whoops...file1-1/+1
2007-06-13Let's make chan_iax2 media only native transfers actually work. (issue #9376 ...file1-2/+11
2007-06-13Add TXMEDIA to list so that it is properly displayed during iax2 packet output.file1-1/+2
2007-06-13Move the logic for destroying a call when no response is received to a BYErussell1-8/+12
2007-06-13Contains a patch for fixing an encoding problem when using Outlook to view vo...mmichelson1-4/+4
2007-06-13Really ignore NULL frames and check whether the channel hungup or not. (issue...file1-0/+4
2007-06-13Merged revisions 69127 via svnmerge from file1-3/+7
2007-06-13Clarify a bit of logic. This doesn't change behavior in any way, but it isrussell1-1/+1
2007-06-13Fix a place where a chan_iax2 pvt struct was accessed without the lock held.russell1-2/+9
2007-06-12Fix a memory leak pointed out by prashant_jois in #asterisk-bugs. PQclear() wasrussell1-6/+7
2007-06-12Change the full frame dropping log message to debug to avoid future bug reports.file1-1/+2
2007-06-12Schedule the sending of a PING packet a second later than previously so that ...file1-1/+1
2007-06-12In ast_channel_make_compatible(), just return if the channels' read and writerussell1-0/+5
2007-06-12Merged revisions 68921 via svnmerge from file1-0/+5
2007-06-11Solaris 10 sometimes (?) needs this include in order to have NULL defined.qwell1-0/+1
2007-06-11Issue 9947 - fn2 was unused / incorrectly usedtilghman1-5/+1
2007-06-11Merged revisions 68732 via svnmerge from crichter2-1/+13
2007-06-11Merged revisions 68682 via svnmerge from file1-8/+18
2007-06-11Merged revisions 68631 via svnmerge from crichter5-24/+55
2007-06-11"dialplan save" produced garbage in the config filetilghman1-8/+19
2007-06-08Merged revisions 68526 via svnmerge from russell1-1/+1
2007-06-08actually remember the type/subclass of full frames that are in processkpfleming1-0/+2
2007-06-08Merged revisions 68397 via svnmerge from file1-6/+18
2007-06-08Merged revisions 68368 via svnmerge from file1-14/+14
2007-06-07Merged revisions 68351 via svnmerge from russell1-2/+2
2007-06-07Fix incorrect French syntax of "old messages".qwell1-3/+3
2007-06-07some improvements to the IAX2 full frame dropping logic recently added:kpfleming1-16/+20
2007-06-07Fix loading persistent queue members when using realtime configuration for qu...russell2-2/+6
2007-06-07Fix an issue with newer phones which require packets be padded out to the cor...qwell1-6/+25
2007-06-07Merged revisions 68204 via svnmerge from qwell1-8/+19
2007-06-07Submitting a fix for Issue 8016. Added a check to make sure that greetings ge...mmichelson1-2/+5
2007-06-07Disable chan_features by default in menuselectoej1-0/+3
2007-06-07Include stdarg.h for build issues on Solarisrussell1-0/+1
2007-06-07Fix logic when doing a name based channel search for a structure when you wan...file1-0/+5
2007-06-07Merged revisions 68070 via svnmerge from file1-1/+4
2007-06-07Adding a few Todo's to res_jabber so we don't forget.oej1-0/+5
2007-06-07Ok, we found out that this is not about if you have any *active* clients usin...oej1-13/+7
2007-06-07If you have a jabber client that uses TLS, refuse unload. Bad fix, but will p...oej1-0/+28