aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.2@212958 f38db490-d61...v1.2.2kpfleming11-9/+23
2006-01-18importing ChangeLog, .version, and .lastclean for 1.2.2 releaserussell3-0/+1154
2006-01-18create tag for the release of asterisk-1.2.2russell0-0/+0
2006-01-18remove ChangeLog from the 1.2 branch. It will only be present in the tags.russell1-448/+0
2006-01-18Changed order of autoload so that pbx_ comes beforemogorman1-1/+1
2006-01-17Stop any generators running on a channel whenmogorman1-1/+2
2006-01-17Backport of fix for #6094mattf1-4/+6
2006-01-17Fixed code ordering of logger_init and queue_log_initmogorman1-4/+4
2006-01-17update CLI copyright noticekpfleming1-1/+1
2006-01-16do rlimit check _after_ reading config file, in case 'dumpcore' is specified ...kpfleming1-4/+4
2006-01-14Bug 6238 - Fix segfault when delimiter not specifiedtilghman1-2/+6
2006-01-13fix spelling errors (issue #6227)russell1-7/+7
2006-01-12Bug 6211 - Add option deletevoicemail as equivalent to option delete for Real...tilghman2-2/+3
2006-01-11move variable to correct scope (issue #6197)russell1-1/+1
2006-01-11fix temp greetings with ODBC storage (issue #6078)russell1-1/+3
2006-01-11fix mem leak on module unload (issue #6190)russell1-1/+0
2006-01-11don't override an error condition that occurred when acting on the primary ch...russell1-2/+6
2006-01-11lock list of translators *before* recalculating the translation matrixrussell1-1/+1
2006-01-11Minor typo refrenced in 6191mogorman1-1/+1
2006-01-11fix locking error - lock instead of unlockrussell1-1/+1
2006-01-11fix a little typorussell1-1/+1
2006-01-11Bug 6192 - behave correctly when mailbox is specified as argumenttilghman1-3/+7
2006-01-10- Adding reference to README.tdsoej1-19/+21
2006-01-09re-initialize _all_ sequence numbers when transfer completeskpfleming1-2/+3
2006-01-09add missing unlock (issue #6112)russell1-0/+1
2006-01-09Bug 6157 - Memory leaktilghman1-1/+2
2006-01-09Update variable documentation to match the codetilghman1-13/+13
2006-01-09commit user/group-related changes from trunkkpfleming1-0/+10
2006-01-09backport fix from revision 7856 of trunkkpfleming1-1/+3
2006-01-09fix breakage introduced in revision 7871kpfleming1-1/+1
2006-01-09fix seg fault when using greek syntax in VoicemMailMain (issue #6142)russell1-2/+2
2006-01-09backport fix for unnecessary unlock (issue #6171)russell1-1/+0
2006-01-07Bug 6156 - catch all threading errors, not just simple failuretilghman1-4/+6
2006-01-06Dumb error messages - "Context 'context' already included in 'in' context"tilghman1-4/+4
2006-01-06update agent persistence when an agent gets logged off by autologoffkpfleming1-0/+2
2006-01-05Bug 6076 - Fix documentation of ast_trim_blank return valuetilghman1-1/+1
2006-01-05eliminate rounding errors that caused call time limits to be inaccurate (issu...kpfleming1-9/+15
2006-01-05Bug 6081 - fix for memory leak, formatting fixestilghman1-5/+8
2006-01-05ensure that variable is initializedkpfleming2-2/+2
2006-01-05Fix copyright of changed fileoej1-1/+1
2006-01-05send device state updates for auto-logoff of agents as wellkpfleming1-0/+1
2006-01-05doh... fseek() has no useful return valuekpfleming2-2/+4
2006-01-04use proper fwrite() parameters and return valuekpfleming2-6/+6
2006-01-04return properly after extending filekpfleming2-0/+2
2006-01-04ensure that ulaw/alaw sound files are filled with silence when extended (not ...kpfleming2-48/+102
2006-01-04make monitoring more tolerant of peers that deliver frames in burstskpfleming1-4/+4
2006-01-04Issue #5980: Removing extra CR+LF in manager events - needs port to trunkoej1-4/+4
2006-01-04Fixing typo in XML for video updates.oej1-1/+1
2006-01-04use a more correct way of determining the size of the destination bufferrussell1-1/+1
2006-01-04 Fix the 'if' clause to be true under the right conditions. Bug #6126bweschke1-1/+1