aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-23changed some settings to app_args and some codemogorman2-58/+55
2006-01-23Remove more unused defines.oej1-3/+0
2006-01-23Doxygen updatesoej1-17/+16
2006-01-23Finally removing SIPDUMPER that hasn't been used for ages. If anyone needs th...oej1-1/+0
2006-01-23- Change "call" to "dialog" where use of "call" is confusing, since it may be...oej1-23/+25
2006-01-23- Debug output fixesoej1-5/+9
2006-01-23Doxygen updateoej1-4/+6
2006-01-23Re-instate sip_addheader() while waiting for a dialplan function. (Issue 6317)oej1-0/+47
2006-01-23- Adding some white space from my white space reservoir oej1-183/+182
2006-01-23Use doxygen for todo's! :-)oej1-1/+1
2006-01-23Spelling fix undetected by kpfleming in rev 8150 ;-)oej1-1/+1
2006-01-23Remove javadoc doxygen format...oej1-7/+7
2006-01-22fix memory leak from not freeing the list of queue members when freeing a queuerussell1-36/+32
2006-01-22git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8446 f38db490-d61c-443f-...russell0-0/+0
2006-01-22eliminate some compiler warningsrussell3-4/+4
2006-01-22Merged revisions 8437 via svnmerge from russell1-1/+1
2006-01-22Bug 6312 - Macro janitortilghman1-103/+66
2006-01-22 Correct some scenarios where CALL_LIMIT could not be getting adjusted proper...bweschke1-1/+5
2006-01-22Bug 6262 - New function STRPTIMEtilghman1-0/+51
2006-01-22Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit 80-...tilghman2-6/+19
2006-01-22add 'show channeltype' CLI command (issue #6149, with small modifications)russell1-0/+81
2006-01-22prevent writing outside of the provided workspace when calculating arussell1-26/+23
2006-01-22git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8420 f38db490-d61c-443f-...russell0-0/+0
2006-01-21git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8413 f38db490-d61c-443f-...russell0-0/+0
2006-01-21const-ify some fields in the ast_exten and ast_include structures (issue #6270)russell1-25/+26
2006-01-21- conversions to allocation wrappersrussell6-101/+51
2006-01-21oops, don't build app_sql_postgres by default ...russell1-1/+1
2006-01-21- conversion to allocation wrappersrussell1-99/+73
2006-01-21clean up formatting to conform to coding guidelines and fix some typos (issue...russell2-306/+294
2006-01-21git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8404 f38db490-d61c-443f-...russell0-0/+0
2006-01-21on this pass, only remove duplicate log messagesrussell52-267/+78
2006-01-21Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (...tilghman1-59/+90
2006-01-21finish reverting my pass through the tree to remove checks of the result ofrussell4-18/+50
2006-01-21don't do the memcpy inside of ast_strdupa if we know that __builtin_alloca russell1-5/+3
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell51-157/+545
2006-01-21conversions to use allocation wrappers (issue #6277)russell10-58/+55
2006-01-21remove useless checks of the result of ast_strduparussell8-74/+5
2006-01-21remove lots of useless checks of the result of ast_strduparussell40-365/+111
2006-01-21remove some useless checks of the result of ast_strduparussell3-105/+36
2006-01-21Bug 4872 - Make Asterisk paths available to AGIs via environmental variablestilghman1-0/+12
2006-01-21Bug 5515 - Devicestate and API documentation updatetilghman1-35/+99
2006-01-21Bug 6096 - callerid_parse cleanuptilghman1-35/+36
2006-01-21remove optimization where its benefits are negligiblerussell1-5/+5
2006-01-21remove some useless checks after calls to ast_strduparussell4-50/+18
2006-01-20fix for codec_gsm on ia64 (#6294)mattf1-0/+6
2006-01-20formatting and doxygen fixes (issue #6300)russell4-878/+809
2006-01-20Fix comments in sip.conf (#6134)mattf1-1/+1
2006-01-20Fix for formats so they give better output on failure conditions. (#6141)mattf2-38/+49
2006-01-20- move ast_strdupa from channel.h to utils.hrussell2-16/+31
2006-01-20Merged revisions 8347 via svnmerge from russell1-5/+2