aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-04update thread creation code a bitkpfleming1-2/+2
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
2006-02-11Merged revisions 9609 via svnmerge from russell1-0/+1
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-2/+2
2006-01-17remove some more deprecated (pre-1.2) stuffkpfleming1-87/+3
2005-12-26Merged revisions 7634 via svnmerge from russell1-3/+3
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-0/+1
2005-11-08issue #5648kpfleming1-15/+15
2005-11-06issue #5605russell1-0/+7
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)kpfleming1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-18clean up DUNDiLookup applicationrussell1-60/+150
2005-10-18fix typokpfleming1-1/+1