aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.11@212958 f38db490-d6...v1.2.11kpfleming11-9/+23
2006-08-22importing files for 1.2.11 releasekpfleming3-0/+3107
2006-08-22Creating tag for the release of asterisk-1.2.11kpfleming0-0/+0
2006-08-22Bug 7779 - Using initstate(3) means that we cannot unload this module once lo...tilghman1-3/+2
2006-08-21Move the load_modules call so that if a module needsmogorman1-4/+4
2006-08-20Reformat to match the contribution style of other contributorstilghman1-33/+8
2006-08-20Turn media level c= parsing on by default (issue #7725 reported by psm)file1-22/+18
2006-08-19Fix a bug with app_voicemail when trying to use app_directory to leave messagesqwell2-12/+22
2006-08-18make a feeble attempt to avoid the 'how do I enable my hardware echo canceler...kpfleming1-1/+10
2006-08-17rename file per crichter's requestkpfleming1-0/+0
2006-08-17This rather small ;-) commit merges the changes from my team branch 0.3.0 into tcrichter16-6351/+5381
2006-08-17revert bogus change to attempt to fix bug 7506 which actually causes half ofrussell1-1/+2
2006-08-17Use the last CDR entry instead of the first CDR entry for variable retrieving...file1-2/+7
2006-08-17Make app_macro compile againfile1-1/+1
2006-08-17In app_macro, changed the previously changed upper recursion depth limit to a...murf1-2/+7
2006-08-16don't allow AUEP responses to overflow the stack during a string copy (report...kpfleming1-4/+6
2006-08-15use pbx_builtin_getvar_helper() so that GET VARIABLE can retrieve globalrussell1-5/+4
2006-08-15This revision fixes bug 7731, the inability for macros to be called more than...murf1-4/+4
2006-08-08add explicit listing of anthm's contributions (issue #7683)kpfleming1-0/+33
2006-08-08Increase the buffer size for the callid (issue #7675, reported by pssatcs)russell1-2/+2
2006-08-07Fix a crash reported to me by hads on IRC. This crash would occur with the userussell1-10/+10
2006-08-07Reset our stream and vstream pointers back to NULL so that any generator that...file1-2/+8
2006-08-05Always generate a Newstate event in ast_setstate() instead of making it arussell1-2/+1
2006-08-05remove duplicate queue log entry when the caller exits on a timeoutrussell1-1/+0
2006-08-05don't advertise that this function can set a SIP header when it can onlyrussell1-1/+1
2006-08-05make sure the priv-callerintros directory exists before trying to create a filerussell1-1/+8
2006-08-05Fix an issue that would cause a NewCallerID manager event to be generatedrussell10-30/+94
2006-08-05suppress a compiler warning about the usage of a potentially uninitialized va...russell1-1/+1
2006-08-03Treat the file as invalid if we have no valid formats for it (issue #7643 rep...file1-1/+1
2006-08-03Bug 7648 - Checking wrong count for plurality on new messages for Dutch languagetilghman1-1/+1
2006-08-02fix brain-damage I introduced when trying to fix the CANCEL/BYE sending mecha...kpfleming1-9/+12
2006-08-01ensure that the 'feature digit timeout' value is taken into account when deci...kpfleming2-4/+12
2006-08-01Close the stream when file based MOH stop. This won't get rid of their positi...file1-0/+4
2006-07-31don't reissue hangup requests for SIP channels that have expired their RTP ti...kpfleming1-2/+12
2006-07-31Add missing code to bring transferee channel out of MOH/autoservice under cer...file1-0/+3
2006-07-31one more small tweak for thread-safety of TRACE_FRAMESrussell1-1/+1
2006-07-31Make the frame counting done with TRACE_FRAMES defined thread-saferussell1-2/+2
2006-07-29How many attempts does it take to make a SIP URI parser that works well? I'm ...file1-22/+23
2006-07-28Make a copy of the request URI in check_user_full instead of modifying the on...file1-12/+15
2006-07-27use the enum that defines the option arguments, so that the likelihood of mis...kpfleming1-4/+4
2006-07-27do a better job avoiding translation path teardown/setup when not neededkpfleming1-4/+7
2006-07-27Fix crash when using the "regexten" option with MALLOC_DEBUG enabled. This wasrussell1-1/+10
2006-07-27don't do useless translation destroy/build when the channel is already in the...kpfleming1-0/+4
2006-07-27fix a crash when MALLOC_DEBUG is enabled and the regexten is enabled. The crashrussell1-1/+10
2006-07-26Put default callerid into contact when the one specified is either NULL or ha...file1-1/+1
2006-07-25This resolves a deadlock that a tech support customer was getting frequentlyrussell1-1/+7
2006-07-24This fixes a compile problem for s390 as reported in bug 7253.murf1-1/+3
2006-07-19ensure that global 'maxauthreq' is reset to zero during 'reload'kpfleming1-0/+2
2006-07-18don't crash if the frame has no data, but has a srcrussell1-1/+1
2006-07-17if asked to duplicate a frame that has no data, don't set the frame's datarussell1-7/+6