aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-31Merged revisions 53046 via svnmerge from russell1-0/+6
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way herekpfleming1-1/+1
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.russell1-15/+15
2006-11-10Fine, take this.file1-1/+1
2006-11-10Hello compiler working, goodbye compiler warning. (fix compiler warning intro...file1-1/+1
2006-11-10Various little bits of code cleanup to reduce nesting, remove useless casts,russell1-39/+37
2006-11-05Make pbx_dundi compile again. Sorry. :(russell1-3/+5
2006-11-04use the AST_MODULE_LOAD_* return codes from load_module()russell1-18/+18
2006-11-04simplify a couple of loopsrussell1-13/+10
2006-11-04Do some minor cleanup to the section of code that sets the EID by getting therussell1-15/+15
2006-11-01Add the ability to pass options to the Dial application when using the DUNDirussell1-1/+4
2006-10-12put flags in an enum and remove a couple of unused definesrussell1-10/+9
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-50/+91
2006-09-18merge qwell's CLI verbification workkpfleming1-74/+63
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-21/+12
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-22/+17
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-2/+1
2006-05-07- use ast_calloc instead of malloc+memsetrussell1-11/+6
2006-05-02staticize the list heads from my recent conversions to list macrosrussell1-5/+5
2006-05-01- convert permission lists to use list macrosrussell1-68/+48
2006-05-01conver the lists of dundi packets to use the list macrosrussell1-48/+27
2006-05-01- convert the dundi precache list to use the list macrosrussell1-46/+37
2006-04-30- convert the lists of dundi_transactions to the list macrosrussell1-109/+73
2006-04-30remove unneeded define - it is already in asterisk.hrussell1-3/+0
2006-04-30convert the dundi_request list to use the list macrosrussell1-36/+18
2006-04-30convert existing comments to doxygen formatrussell1-34/+34
2006-04-30fix indentation for this functionrussell1-56/+56
2006-04-30immediately handle ast_strdupa result so that one more level of indentationrussell1-3/+4
2006-04-30fix the indentation of a large blockrussell1-43/+43
2006-04-30handle a memory allocation failure immediately so the following large blockrussell1-7/+4
2006-04-30- convert the list of dundi mappings to use the list macrosrussell1-60/+35
2006-04-30change a list traversal to use a for looprussell1-2/+1
2006-04-30fix the indentation of a large block of coderussell1-121/+121
2006-04-30immediately handle a memory allocation failure so the rest of the functionrussell1-5/+4
2006-04-30- convert some comments to doxygen formatrussell1-140/+118
2006-04-29add a small optimization for deleting all the members of a listrussell1-3/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+5
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-17/+10
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-2/+2
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-2/+2
2006-03-28- remove an unnecessary cast and recomputation of (timeout - now);rizzo1-20/+13
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-7/+4
2006-02-23Fix a few compile warnings (turned errors) and disable -Werror on the markster1-2/+6
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDrussell1-1/+1
2006-02-12major dialplan functions updatekpfleming1-17/+7