aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.0@212958 f38db490-d61...v1.4.0kpfleming8-20/+19
2006-12-23use autotagged externalskpfleming0-0/+0
2006-12-23importing files for 1.4.0 releasekpfleming3-0/+2823
2006-12-23Creating tag for the release of asterisk-1.4.0kpfleming0-0/+0
2006-12-22Minor fixes for Solaris.qwell2-4/+1
2006-12-22Note to self: Run make before committing...qwell1-1/+1
2006-12-22Fix for issue 7774 - patch by alamantiaqwell1-4/+7
2006-12-21Merged revisions 48782 via svnmerge from file1-0/+2
2006-12-20vms doesn't exist on non-IMAP storage builds.file1-1/+5
2006-12-19Pass 'vms' pointer to record_and_review so it is then passed to the IMAP stor...file1-13/+12
2006-12-19find is not the same as bind when it comes to documentation. (issue #8626 rep...file1-1/+1
2006-12-19suppress compiler warnings in this module until it can be improvedkpfleming1-2/+4
2006-12-19Merged revisions 48584 via svnmerge from file1-0/+3
2006-12-19fix a bogus datalen in the frames generated by app_smsrizzo1-1/+1
2006-12-19use the proper variable type for these unixODBC API calls, eliminating warnin...kpfleming2-5/+5
2006-12-19Use env -i to start a fresh environment when going to build menuselect. This ...file1-1/+1
2006-12-18unbreak the macro used for incrementing the frame counters.rizzo1-1/+1
2006-12-18Put thread into proper list if we abort handling due to an error, and also ho...file1-15/+24
2006-12-18ctrl-w != w (nano search)qwell1-1/+0
2006-12-18remove some now-unnecessary explicit includes of autoconfig.hkpfleming7-8/+4
2006-12-17need an additional argument here to make the downloads actually occurkpfleming1-1/+1
2006-12-16use m4 quoting for AC_MSG_NOTICE calls, to keep these calls from thinking the...kpfleming4-4883/+1801
2006-12-16simplify dependency tracking system, using the compiler's built-in method for...kpfleming7-182/+26
2006-12-16since we really, really have to have autoconfig.h included before all other h...kpfleming3-5/+14
2006-12-16instead of initializing the curl library every time the CURL() function is in...kpfleming1-17/+31
2006-12-15Turn payload_lock into bridge_lock and make it encompass all RTP structure co...file1-41/+55
2006-12-15Hold call structure lock in places where a qualify or peer action can destroy...file1-2/+12
2006-12-15Lock network retransmission queue in all places that it is used.file1-0/+8
2006-12-15Issue #8592 - treat 504 as 503 (imported from 1.2)oej1-0/+2
2006-12-15Update to latest IANA specoej1-2/+4
2006-12-15Use a wakeup variable so that we don't wait on IO indefinitely if packets nee...file1-3/+6
2006-12-14Payload values on the RTP structure can change AFTER a bridge has started. Th...file2-12/+62
2006-12-14Remove direct RTCP bridging. I've come to the conclusion that we should handl...file1-70/+1
2006-12-13a block to keep 48434 out of 1.4; the code works fine heremurf0-0/+0
2006-12-12when making a release, we can always use wget and we can't run the configure ...kpfleming1-1/+1
2006-12-12block addition of silence files... not needed herekpfleming0-0/+0
2006-12-12Use S_OR in my previous app_voicemail. This is the way it should have been done.file1-5/+5
2006-12-11new sounds package with 100% more silencemogorman1-1/+1
2006-12-11Merged revisions 48394 via svnmerge from mogorman1-1/+1
2006-12-11Return non-existant callerid handling to that which it was before. In 1.4 and...file1-5/+5
2006-12-11STRFTIME() does not actually require an argument (issue 8540)tilghman1-6/+0
2006-12-11Merge in my latest RTP changes. Break out RTP and RTCP callback functions so ...file1-35/+51
2006-12-11Use the correct API call to say a device state changed. (Yes, I'm a nub.)file1-1/+1
2006-12-11Don't access the conference structure after it has been freed.file1-6/+7
2006-12-11Merged revisions 48374 via svnmerge from tilghman8-23/+103
2006-12-10Merged revisions 48371 via svnmerge from murf1-2/+9
2006-12-09Use locking when accessing the registrations list. This list is not actuallyrussell1-32/+34
2006-12-09Blocked revisions 48361 via svnmergerussell0-0/+0
2006-12-07Merged revisions 48356 via svnmerge from russell1-0/+1
2006-12-07Here lies the fixes that killed bug 8423 -- OriginateSuccess and OriginateErr...murf3-6/+15