aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-09-12importing files for 1.2.12.1 releasev1.2.12.1kpfleming3-0/+3352
2006-09-12Creating tag for the release of asterisk-1.2.12.1kpfleming0-0/+0
2006-09-11When paging, only wait 5 seconds for the marked user to enter the conference.tilghman2-9/+27
2006-09-11Spelling/grammar fixes (Issue 7929)tilghman15-37/+37
2006-09-11Two grammar issues (bug 7927)tilghman1-2/+2
2006-09-09Only truly consider the channel in the same format if the format matches the ...file1-1/+1
2006-09-09- Reset proper flagoej1-6/+4
2006-09-08Swap spies during masqueradingfile1-0/+23
2006-09-08Jump logic was backwards: goto returns 0 if it succeeds, and we should jump ...tilghman1-1/+1
2006-09-08Use ast_best_codec to set the read/write formatfile1-9/+10
2006-09-07Format vulnerability fix - allowing the user to specify a format is not a goo...tilghman1-1/+29
2006-09-07Let's use the same thing we use in other places to calculate our time for ast...file1-3/+4
2006-09-07This should fix the problem reported in 7564: logger config file errors getti...murf1-63/+69
2006-09-06added hours,minutes,seconds .gsm files to the install portion of the makefile...murf1-1/+1
2006-09-06Don't close the second file descriptor if it's the same as the first one, as ...file1-1/+2
2006-09-06 Look ma! No more deadlocks! <sic>bweschke1-2/+15
2006-09-06fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug l...crichter1-3/+7
2006-09-06Make realtime regseconds work as people expected (0 on registration expiratio...file1-12/+18
2006-09-05Merge in last round of spy fixes. This should hopefully eliminate all the iss...file4-79/+90
2006-09-05Small typo in zapata.conf.sampleqwell1-1/+1
2006-09-04Don't kill the pvt before we have sent ACK on CANCEL (needs more testing befo...oej1-9/+28
2006-09-03 Make sure the forwarded channel inherits variables appropriately when we rec...bweschke1-0/+1
2006-09-03 Don't keep trying the same member in certain strategies when members of the ...bweschke1-0/+5
2006-09-03 Let's NOT spy on Zap/psuedo channels, mmmmmmmmk? bweschke1-1/+1
2006-09-03 Setting a retry of 0 is generally not a good idea and shouldn't be allowed. ...bweschke1-1/+1
2006-09-01Only wipe the redirected audio & video IP/port if it's specified, and trigger...file1-4/+8
2006-09-01put in proper fix for issue #7294 instead of the broken partial fix that was ...kpfleming3-9/+19
2006-09-01Finish up the last commit (was worse then originally reported)file1-0/+1
2006-09-01Don't treat an unexpected control subclass as voice (issue #7858 reported by ...file1-0/+1
2006-08-30Issue #7572 - Hangup when receiving a buggy 487 response to an INVITEoej1-0/+3
2006-08-30Restore original functionality of 1.2 in places where ANI was not set, but wasrussell9-33/+18
2006-08-30Properly handle an ETIMEDOUT result from pthread_cond_timedwait (issue #7318 ...file1-1/+1
2006-08-30Issue 7822 - don't use SRV lookups if it's disabled.oej1-2/+2
2006-08-29clean up last commit ... most notably, there is no reason to do heaprussell1-26/+22
2006-08-29Fixes for bug 7813, via patch submitted by stevens.murf1-6/+19
2006-08-28Removed from the docs the mention of the ! and =~ operators, as these murf1-24/+0
2006-08-28According to a note added to 7731 by mneuhauser, thismurf1-1/+1
2006-08-25There, much better.mattf1-1/+1
2006-08-25Don't send proceeding twice (#7800)mattf1-2/+3
2006-08-25Text only - clarify the reason for entry into authentication mode when the sk...tilghman1-1/+4
2006-08-24Fix a few issues related to the handling of channel variablesrussell3-5/+20
2006-08-24I can type english. Honest. Thanks Kenny.file1-1/+1
2006-08-24Minor documentation fix to add the 'dynamic' dialplan option from anglerfile1-0/+2
2006-08-23Revert last change - breaks retrieval of builtin variablestilghman1-4/+5
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