summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-23Fix a compile problem on FreeBSD for a missing header.Luigi Rizzo
2006-03-22Merged revisions 14276 via svnmerge from Joshua Colp
2006-03-22Merged revisions 14275 via svnmerge from Joshua Colp
2006-03-22Merged revisions 14234 via svnmerge from Joshua Colp
2006-03-22Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixe...Joshua Colp
2006-03-22More whitespace and typo fixes for chan_skinny - yay!North Antara
2006-03-22Issue #6766 - Make ;user=phone work again - imported from 1.2Olle Johansson
2006-03-22Issue #6759, generate warning when refusing connection requiring unsupported ...Olle Johansson
2006-03-21Added separate outsignalling specification, and fixed FEATDMF to allow forJim Dixon
2006-03-21update enum documentation to reflect recent changes to the ENUMLOOKUP functio...Russell Bryant
2006-03-21add a CLI command that allows converting files to other formats usingRussell Bryant
2006-03-21git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14001 65c4cc65-6c06...Matthew Fredrickson
2006-03-21update LOCAL_USER_ADD to use ast_callocRussell Bryant
2006-03-21Merged revisions 13964 via svnmerge from Russell Bryant
2006-03-21Merged revisions 13961 via svnmerge from Russell Bryant
2006-03-21git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13926 65c4cc65-6c06...Russell Bryant
2006-03-21Merged revisions 13888 via svnmerge from Russell Bryant
2006-03-21add note about phonetic sounds being removed from asterisk-soundsRussell Bryant
2006-03-21Merged revisions 13851 via svnmerge from Russell Bryant
2006-03-21spelling and formatting fixes (issue #6760)Russell Bryant
2006-03-21This was from issue #6765Russell Bryant
2006-03-21removed unneeded debugs in level=0Christian Richter
2006-03-21Merged revisions 13748 via svnmerge from Tilghman Lesher
2006-03-21add indications for Malaysia (issue #6758)Russell Bryant
2006-03-21Meetme file is parsed with comma-delimiters, not vertical barsTilghman Lesher
2006-03-21Bug 6699 - Fix for ENUMLOOKUPTilghman Lesher
2006-03-21Bug 6745 - Fix for ranges that wrap around the endsTilghman Lesher
2006-03-21Merged revisions 13707 via svnmerge from Tilghman Lesher
2006-03-20 Fix more svn properties on files that need it.BJ Weschke
2006-03-20 Set correct SVN properties on these files.BJ Weschke
2006-03-20removed dynamic switching from transparent to hdlc mode. Instead we've got a ...Christian Richter
2006-03-20Don't overwrite ANI if it's already sent with IES (imported from 1.2 branch)Olle Johansson
2006-03-20these traceing option do not exist anymoreChristian Richter
2006-03-20fix astmm on sparc or any other architecture that doesn't allow unalignedRussell Bryant
2006-03-19fix the build of eagi-test on Solaris in combination with astmmRussell Bryant
2006-03-19fix the return value for the provided unsetenv() for SolarisRussell Bryant
2006-03-19fix memory leak due to not freeing the channel's string fields inRussell Bryant
2006-03-19- Doxygen fixes. Olle Johansson
2006-03-19convert a few more uses of strlen where ast_strlen_zero should be usedRussell Bryant
2006-03-19convert a couple uses of strlen() to use ast_strlen_zero()Russell Bryant
2006-03-19Merged revisions 13550 via svnmerge from Russell Bryant
2006-03-19Fix reference to README filesOlle Johansson
2006-03-19Import revision 13547 from branch 1.2 - reset global_rtautoclear at reloadOlle Johansson
2006-03-19- Remove comment about non-existing XML format ;-)Olle Johansson
2006-03-19- change "regcontext" to "global_regcontext" to mark it as a global settingOlle Johansson
2006-03-19When astmm is in use, define ast_malloc and friends to malloc, etc., so thatRussell Bryant
2006-03-19suppress compiler warning on macRussell Bryant
2006-03-18use ast_calloc instead of malloc+memset and remove some unnecessary initializ...Russell Bryant
2006-03-18convert malloc+memset to ast_callocRussell Bryant
2006-03-18- remove some unnecessary extern keywordsRussell Bryant