summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-21update configuration, generalize date format andLuigi Rizzo
2006-04-21- use symbolic constants and macros to play with the debug flagLuigi Rizzo
2006-04-21simplify pbx_builtin_execiftimeLuigi Rizzo
2006-04-21simplify a functionLuigi Rizzo
2006-04-21minor cleanupLuigi Rizzo
2006-04-21one more client for find_context_locked()Luigi Rizzo
2006-04-21localize a variable, and make a minor code rearrangement.Luigi Rizzo
2006-04-21more NULL "" equivalence in cid fields.Luigi Rizzo
2006-04-21more NULL "" equivalence in cid fields.Luigi Rizzo
2006-04-21more NULL "" equivalence,Luigi Rizzo
2006-04-21more NULL "" equivalence in CLI fields.Luigi Rizzo
2006-04-21more NULL / "" equivalence for CID fields.Luigi Rizzo
2006-04-21more NULL "" equivalence in CID fields.Luigi Rizzo
2006-04-21ast_strdup can handle NULL args well, so use it.Luigi Rizzo
2006-04-21more NULL and "" equivalence in cid fieldsLuigi Rizzo
2006-04-21make NULL and "" equivalent in cid fields, mark some missing NULL checks.Luigi Rizzo
2006-04-21make NULL and "" equivalent for some cid fields.Luigi Rizzo
2006-04-21Replace three replicas of the same code with a function.Luigi Rizzo
2006-04-20comment that for callerid field, NULL and "" should be consideredLuigi Rizzo
2006-04-19Clarify result of sipsock_readOlle Johansson
2006-04-19add the malloc attribute to the memory allocation wrappersRussell Bryant
2006-04-19Merged revisions 21638 via svnmerge from Kevin P. Fleming
2006-04-19Merged revisions 21597 via svnmerge from Tilghman Lesher
2006-04-19Oops, wasn't revised the way I thought it wasTilghman Lesher
2006-04-19Blocked revisions 21597 via svnmergeTilghman Lesher
2006-04-19move a replicated block of code in the one place where it belongs.Luigi Rizzo
2006-04-19merge two nested 'if' which are really a single block.Luigi Rizzo
2006-04-19fix indentation of a large blockLuigi Rizzo
2006-04-19start sorting out the duplicated code in the privacy handlerLuigi Rizzo
2006-04-19merge two nested 'if' which are really a single block.Luigi Rizzo
2006-04-19more localization and variable removalLuigi Rizzo
2006-04-19more localization of variablesLuigi Rizzo
2006-04-19localize one more variable;Luigi Rizzo
2006-04-19localize some variablesLuigi Rizzo
2006-04-19extract a common condition.Luigi Rizzo
2006-04-19fix indentation of some large blocks after previous changesLuigi Rizzo
2006-04-19more simplifications - use a local variable c instead of o->chan,Luigi Rizzo
2006-04-19more simplificationsLuigi Rizzo
2006-04-19start cleaning up this code so we can split the 900 lines functionLuigi Rizzo
2006-04-19support 'languageprefix' in asterisk.conf to modify the algorithmLuigi Rizzo
2006-04-19add experimental code for new-style "say" application.Luigi Rizzo
2006-04-19add example syntax for new-style number and date spellingLuigi Rizzo
2006-04-19one more client for find_context_locked(),Luigi Rizzo
2006-04-19use a function, set_ext_pri(), to assign extension and priority.Luigi Rizzo
2006-04-19replace repeated code to walk contexts with a function,Luigi Rizzo
2006-04-19move to a different file (channel.c for the time being) theLuigi Rizzo
2006-04-19- use ast_calloc instead of ast_mallocLuigi Rizzo
2006-04-19Add reference to RFC for mailbox notificationOlle Johansson
2006-04-19Cosmetic fixes to code...Olle Johansson
2006-04-18fix obvious breakageKevin P. Fleming