aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-06-06importing files for 1.2.9.1 releasev1.2.9.1kpfleming3-0/+2455
2006-06-06Creating tag for the release of asterisk-1.2.9.1kpfleming0-0/+0
2006-06-06Bug 7268 - Callerid leaks memory on errortilghman1-0/+3
2006-06-06clean up yesterday's security fix to not cause breakage when video mini frame...kpfleming1-12/+19
2006-06-05ensure that the received number of bytes is included in all IAX2 incoming fra...kpfleming1-26/+37
2006-06-04return bridge exit logic to what it was before i broke it :-(kpfleming1-1/+1
2006-06-03when using moh files mode, don't look for a file past the number of filesrussell1-0/+2
2006-06-03 Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCKbweschke1-1/+2
2006-06-01remove pointless forcing of the channel into SLINEAR mode; the write format w...kpfleming1-12/+2
2006-06-01handle Zap transfers behind chan_agent properly so the agent doesn't get stuc...kpfleming2-2/+11
2006-06-01remove a sample entry that never should have been added (code to support it w...kpfleming1-1/+0
2006-05-31if the connection to a FastAGI server fails because of a timeout, log a morerussell1-2/+7
2006-05-31silence a warning message that is not a warningkpfleming1-1/+2
2006-05-31fix misplaced manager event (issue #6866, flefoll)russell1-6/+6
2006-05-30check the proper variable...kpfleming1-1/+1
2006-05-30another S/390 build fixkpfleming1-0/+2
2006-05-30 Fix infinite loop scenario and add some sanity checking to prevent segfault ...bweschke1-0/+10
2006-05-26 A new way to try and deal with deadlocks that occur in app_queue at present....bweschke1-29/+146
2006-05-25 Oops.bweschke1-1/+1
2006-05-25Don't play the enter sound twice when a person joins a conference after the l...file1-1/+1
2006-05-25add a missing endif from the recent Makefile change and use indentationrussell1-25/+26
2006-05-25don't try to use -march=s390 when building on S/390 systems (reported via ast...kpfleming1-0/+1
2006-05-25allow SIPCHANINFO(peername) to work for calls from users as well (issue #7215)kpfleming1-0/+1
2006-05-25Get rid of an incorrect SIP dial string in the sample extensions.conf - I eve...file1-4/+2
2006-05-24oops... make sure to stop processing a request once we have sent an authentic...kpfleming1-0/+6
2006-05-24don't send CANCEL on a pending INVITE if we haven't received a provisional re...kpfleming1-24/+50
2006-05-24app_meemte used the ast_max_exten instead of path_maxmogorman1-1/+1
2006-05-24Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / opti...file1-3/+10
2006-05-24Fix deadlock caused by a race condition in the logger when reloading (issue #...file1-0/+2
2006-05-24support video recording via AGI 'RECORD FILE' command (issue #7068)kpfleming1-0/+6
2006-05-24fix various bugs related to exiting from queue via keypress and moh handling ...kpfleming1-26/+24
2006-05-24respect 'usecallingpres' in zapata.conf even if CLID has not been set for the...kpfleming1-3/+2
2006-05-24fix for non-OSP builds (issue #7217)kpfleming1-1/+1
2006-05-24add an option to allow the admin to 'hide' SIP user/peer names from systems t...kpfleming2-12/+48
2006-05-23fix the sourceaddress option (issue #7213, alphaque)russell1-0/+1
2006-05-23simplify/fix lock retry, and fix commentkpfleming1-5/+4
2006-05-23 Sanity check code for an extended failure in trying to obtain a channel loc...bweschke1-1/+10
2006-05-23backport some mutex initialization and linked list handling fixes from trunkkpfleming6-25/+60
2006-05-23 Fix a potential leak and correct (hopefully) a segfault under certain condit...bweschke1-3/+4
2006-05-22Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 ...file1-1/+1
2006-05-22Use the correct language when playing the transfer sound (issue #7109 reporte...file1-1/+1
2006-05-22Preserve presentation bit when going through chan_local (issue #7002 reported...file1-0/+2
2006-05-22Bug 7194 - spelling fixtilghman1-1/+1
2006-05-22Bug 7196 - month range did not worktilghman1-1/+1
2006-05-21 When an application that is executed via applicationmap and exits non-zero, ...bweschke1-3/+10
2006-05-20fix the possibility of writing one byte past the end of a buffer.russell1-2/+3
2006-05-20don't allow queue member devices to ring longer than the total queue timeout ...kpfleming1-4/+4
2006-05-20fix a case where code made assumptions about how memory for variables isrussell1-14/+12
2006-05-20don't try to predict where the compiler will place things on the stack... put...kpfleming1-428/+428
2006-05-19use the specified 'subscribecontext' for a peer rather than the context found...kpfleming1-2/+6