aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-2/+2
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...murf1-0/+1
2007-11-08improve linked-list macros in two ways:kpfleming1-6/+6
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+1
2007-11-01Change some uses of free() to ast_free(). (No functional differences.)russell1-18/+18
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-15/+15
2007-10-22Merged revisions 86661 via svnmerge from file1-1/+3
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-15/+15
2007-10-15Switch dundi to new tos config format.qwell1-22/+3
2007-10-15Merged revisions 85556 via svnmerge from russell1-2/+2
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-268/+309
2007-09-27Merged revisions 83976 via svnmerge from russell1-2/+0
2007-09-21Merged revisions 83432 via svnmerge from russell1-12/+10
2007-09-20Fix memory leaks in pbx_dundi, cdr_pgsql, and the configuration file parser.file1-8/+5
2007-09-18Merged revisions 82802 via svnmerge from russell1-1/+31
2007-09-11Merged revisions 82250 via svnmerge from russell1-3/+36
2007-09-11Merged revisions 82243 via svnmerge from file1-0/+5
2007-08-28Add proper channel locking around the uses of datastore_add and _find. Thererussell1-1/+8
2007-08-27This should have been trunk only, I guess. oh well ... it's harmless.russell1-1/+2
2007-08-27Merged revisions 81074 via svnmerge from russell1-0/+1
2007-08-25localize a variable and remove a duplicate error messagerussell1-4/+2
2007-08-17Correct the argument separator for a Dial statement in pbx_dundi.qwell1-1/+1
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-6/+8
2007-08-16(closes issue #10467)file1-1/+2
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-4/+4
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-7/+2
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-4/+4
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...murf1-2/+2
2007-07-18Merged revisions 75583 via svnmerge from file1-6/+7
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-3/+3
2007-07-09Merged revisions 74045 via svnmerge from file1-4/+13
2007-06-27Merged revisions 72006 via svnmerge from file1-2/+15
2007-05-24use the OpenSSL AES implementation if it's available (unless configured not to)kpfleming1-14/+15
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-18/+5
2007-05-15Make sure that DUNDIRESULT is given an ID.russell1-0/+5
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. Therussell1-6/+3
2007-04-28Merge changes from team/russell/dundi_resultsrussell1-2/+194
2007-03-07Add the ability to dynamically specify weights for responses to DUNDi queries.russell1-7/+31
2007-02-28Convert the PBX core to use read/write locks. This yields a nifty performance...file1-2/+2
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