aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-11fix memory leak from not destroying the scheduler context on module unloadrussell1-0/+1
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-3/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...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
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+18
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-75/+75
2005-09-02use native-sign characters for strings (issue #5105)kpfleming1-12/+12
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-26/+17
2005-06-21make query cache time configurable (bug #4524)kpfleming1-10/+19
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-1/+1
2005-06-06more file version tagskpfleming1-20/+25
2005-05-25Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin bein...twisted1-2/+2
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-2/+2
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-4/+4
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-20/+20
2005-04-13ensure that the random number generator(s) are always seeded with a different...kpfleming1-3/+0
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-1/+0
2005-02-04Fix build on OpenBSD and fix small typo. (Bug #3502)twisted1-4/+4
2005-02-01Add dundi show peers summary stats (bug #3474)markster1-5/+22
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-10More flagification, courtesy drumkilla (bug #3280)markster1-66/+65
2005-01-06Fix DUNDi segfaultmarkster1-0/+1
2005-01-01List improvements from kpfleming (bugs #3166,#3140)markster1-1/+1
2004-12-23Speed up ast_list macros (bug #3135)markster1-2/+1
2004-12-19Merge twisted's OSX compat fix (bug #3090)markster1-2/+2
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-4/+4
2004-11-11Fix leaky fd issue (bug #2832)markster1-0/+2
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...markster1-2/+20
2004-11-03Fix "killa" console issuemarkster1-1/+2
2004-11-02Fix locking issuesmarkster1-2/+30
2004-10-29Oopsies...markster1-5/+8
2004-10-29Make retrans timer less aggressivemarkster1-4/+5
2004-10-29Complete DUNDi push (first pass) supportmarkster1-42/+212
2004-10-27Preliminary "PRECACHE" / push support...markster1-165/+525
2004-10-24Use same defines for NetBSD as FreeBSD in pbx_dundi.c (bug 2716)citats1-1/+1
2004-10-24Pass format stringcitats1-2/+2
2004-10-24Allow "dundi flush" to flush statistics toomarkster1-5/+33
2004-10-24Add cache bypass modemarkster1-17/+31
2004-10-24Oopsmarkster1-3/+3
2004-10-24DUNDi performance enhancments and metrics for average lookup time.markster1-14/+147
2004-10-24Add "Loopback" switchmarkster1-24/+29
2004-10-23Fix for FreeBSD (netbsd too?) (bug #2702)markster1-2/+28
2004-10-22Work on precachingmarkster1-2/+77