summaryrefslogtreecommitdiff
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)Author
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-10Fine, take this.Joshua Colp
2006-11-10Hello compiler working, goodbye compiler warning. (fix compiler warning intro...Joshua Colp
2006-11-10Various little bits of code cleanup to reduce nesting, remove useless casts,Russell Bryant
2006-11-05Make pbx_dundi compile again. Sorry. :(Russell Bryant
2006-11-04use the AST_MODULE_LOAD_* return codes from load_module()Russell Bryant
2006-11-04simplify a couple of loopsRussell Bryant
2006-11-04Do some minor cleanup to the section of code that sets the EID by getting theRussell Bryant
2006-11-01Add the ability to pass options to the Dial application when using the DUNDiRussell Bryant
2006-10-12put flags in an enum and remove a couple of unused definesRussell Bryant
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-07- use ast_calloc instead of malloc+memsetRussell Bryant
2006-05-02staticize the list heads from my recent conversions to list macrosRussell Bryant
2006-05-01- convert permission lists to use list macrosRussell Bryant
2006-05-01conver the lists of dundi packets to use the list macrosRussell Bryant
2006-05-01- convert the dundi precache list to use the list macrosRussell Bryant
2006-04-30- convert the lists of dundi_transactions to the list macrosRussell Bryant
2006-04-30remove unneeded define - it is already in asterisk.hRussell Bryant
2006-04-30convert the dundi_request list to use the list macrosRussell Bryant
2006-04-30convert existing comments to doxygen formatRussell Bryant
2006-04-30fix indentation for this functionRussell Bryant
2006-04-30immediately handle ast_strdupa result so that one more level of indentationRussell Bryant
2006-04-30fix the indentation of a large blockRussell Bryant
2006-04-30handle a memory allocation failure immediately so the following large blockRussell Bryant
2006-04-30- convert the list of dundi mappings to use the list macrosRussell Bryant
2006-04-30change a list traversal to use a for loopRussell Bryant
2006-04-30fix the indentation of a large block of codeRussell Bryant
2006-04-30immediately handle a memory allocation failure so the rest of the functionRussell Bryant
2006-04-30- convert some comments to doxygen formatRussell Bryant
2006-04-29add a small optimization for deleting all the members of a listRussell Bryant
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-28- remove an unnecessary cast and recomputation of (timeout - now);Luigi Rizzo
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-23Fix a few compile warnings (turned errors) and disable -Werror on the Mark Spencer
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDRussell Bryant
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9609 via svnmerge from Russell Bryant
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant