aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30Don't make Asterisk not start if pbx_dundi fails to initialize.russell1-5/+5
2010-03-20Resolve a number of FreeBSD build issues.russell1-0/+1
2009-08-10AST-2009-005tilghman1-8/+8
2008-12-12Specify uint32_t for variables storing a CRC32 so that it is actually 32 bitsrussell1-15/+15
2008-12-11Clean up the dundi cache every 5 minutes.mnicholson1-2/+43
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-2/+7
2008-07-30Reduce stack consumption by 12.5% of the max stack size to fix a crash whenrussell1-34/+55
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-24/+9
2008-01-11Fix up setting the EID on BSD based systems.russell1-7/+5
2008-01-02pbx_dundi only needs a rdlock on the contexts list.russell1-1/+1
2007-10-22Fix tab completion for dundi show peer.file1-1/+3
2007-10-15Ensure the buffer passed to ast_canmatch_extension() is properly initialized sorussell1-2/+2
2007-09-27remove a todo item that has been completedrussell1-2/+0
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-12/+10
2007-09-18When copying the contents from the wildcard peer, do a deep copy instead ofrussell1-1/+31
2007-09-11The sample dundi.conf claims support for a wildcard peer entry - [*], but therussell1-3/+34
2007-09-11(closes issue #10577)file1-0/+5
2007-08-28revert unintentional changes in rev 81226russell1-5/+0
2007-08-28Add Russian tones. (closes issue #7953, hanabana)russell1-0/+5
2007-08-27Add a \todo to note that this module leaks most of the memory it allocates onrussell1-0/+1
2007-08-27explicity define a variable as a booleanrussell1-1/+2
2007-07-18(closes issue #10224)file1-6/+7
2007-07-09Few minor thread synchronization tweaks. (issue #10124 reported by gzero)file1-4/+13
2007-06-27Make unloading of pbx_dundi actually work.file1-2/+15
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+6
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