aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)AuthorFilesLines
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
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