aboutsummaryrefslogtreecommitdiffstats
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-08Fix improper config dir path (bug #4184)markster1-1/+1
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-0/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-8/+8
2005-03-17Fix help and command line completion for "show config mappings" (Bug #3766)twisted1-1/+5
2005-02-11Fix "not found" case (bug #3404)markster1-1/+1
2005-02-10Separate IAX and SIP tables for users/peersmarkster1-32/+47
2005-02-02Clarify documentation (bug #3495)markster1-1/+1
2005-02-02Merge #exec functionality (must be explicitly enabled!)markster1-7/+39
2005-01-30Fix seg in variable replacement (bug #3464)markster1-51/+5
2005-01-30Add category inheritance (bug #3099)markster1-20/+166
2005-01-28Fix properly the issue of the verbose level for parsing... (bug #3404 etc)markster1-2/+2
2005-01-27Fixing "parsing" bug in config.c (AGAIN!)anthm1-1/+1
2005-01-25Merge config updates (bug #3406)markster1-475/+514
2005-01-22Un-revert in preparation for actual fixmarkster1-204/+188
2005-01-22repeal config prototype changesanthm1-188/+204
2005-01-22Fix tiny typo (bug #3404)markster1-1/+1
2005-01-21Fix this annoying typeo that has been torturing me for weeks nowanthm1-1/+1
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-16Optimize module loading (bug #3356)markster1-2/+2
2005-01-16config restructure, sip peer completion (bug #3352, #3327)markster1-204/+188
2004-12-28tiny tweak to allow pvt config engines to use __ast_loadanthm1-4/+4
2004-12-19Merge twisted's OSX compat fix (bug #3090)markster1-0/+3
2004-12-15Add missing patchmarkster1-1/+1
2004-12-15Fix glob issue on solaris (bug #3047)markster1-1/+5
2004-12-11Revert earlier patch (bug #2825)markster1-1/+2
2004-12-11Restore ignoring missing include files (bug #2825)markster1-2/+1
2004-12-11Add support for globbing (bug #2825)markster1-2/+34
2004-12-05Consider a comment to start with ;-- but not if there are more dashes (bug #2...markster1-1/+1
2004-12-04Add heavily revised version of anthm's multi-line comment (bug #2911)markster1-33/+76
2004-11-23Build out "multi" version of realtime config (directory and realtime extensio...markster1-0/+18
2004-10-08Minor config updates, add module counts (bug #2593)markster1-0/+15
2004-10-08realtimeify voicemail...markster1-2/+2
2004-10-07Oops, we have to be able to pass multiple restrictions for when we go to voic...markster1-3/+7
2004-10-05Major changes to res_config to support centralized config, eliminate configur...markster1-512/+161
2004-10-02Don't set state to UP state within the driver, but instead allow ast_read to ...markster1-2/+2
2004-09-03Fix escaping ; (bug #2368)markster1-5/+11
2004-08-08Allow on/off (bug #2233)markster1-2/+4
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)markster1-5/+6
2004-06-22Misc formatting cleanupscitats1-3/+2
2004-06-17Cleanup formatting in config.ccitats1-100/+105
2004-06-15fix a miscalled arg in the #include support in external config handlesanthm1-1/+1
2004-06-12Add "LOW_MEMORY" option and increase some buffer sizes (bug #1827)markster1-2/+2
2004-06-11Merge res_odbc and res_configmarkster1-32/+310
2004-05-20Stage 1 of deadlock fix (bug #1673 -- but not yet solved, just started) and f...markster1-2/+1
2004-05-04More strlen_zero checks (bug #1549)markster1-3/+4
2004-03-02Add function ast_false, like ast_truecitats1-0/+14
2003-07-01Add agent groupings, fix the "incorrect" message on first login attemptmarkster1-1/+1
2003-06-04Increase the buffer to 512 so that we could process longer config linesmartinp1-1/+1
2003-04-28Fix pbx_wilcalu from occupying 100% CPU now that it's nonblocking, and add ma...markster1-8/+77
2003-04-25Allocate commentsmarkster1-7/+9