aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
AgeCommit message (Expand)AuthorFilesLines
2007-01-06Merged revisions 49742 via svnmerge from qwell1-1/+1
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way herekpfleming1-1/+1
2007-01-02Merged revisions 49237 via svnmerge from murf2-2/+2
2006-12-30Merged revisions 49073 via svnmerge from file1-1/+1
2006-12-30Merged revisions 49061 via svnmerge from murf1-1/+16
2006-12-28Jason is having problems with the inclusion of <err.h>; it appears to be unne...murf3-163/+178
2006-12-27Merged revisions 49009 via svnmerge from file1-1/+1
2006-12-21This small update will generate WARNINGS if there is garbage in your extensio...murf1-0/+2
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.russell1-15/+15
2006-11-27More fixes for referencing a structure after it has been freed. (issue #8425 ...file1-3/+3
2006-11-27Merged revisions 48038 via svnmerge from file1-1/+1
2006-11-13Eager people beat me to fixing the messed if, but we all forgot to update the...murf1-12/+9
2006-11-13Clean up last commit to better conform to standards.file1-1/+1
2006-11-13AEL need not complain about parkedcalls not being found... just confuses usersmurf1-1/+1
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
2006-11-01Add the ability to pass options to the Dial application when using the DUNDirussell1-1/+4
2006-10-25Merged revisions 46200 via svnmerge from kpfleming4-25/+28
2006-10-13Correction for bug 8128 in trunkmurf4-14/+226
2006-10-12put flags in an enum and remove a couple of unused definesrussell1-10/+9
2006-10-05These mods fix a problem pointed out by dgartang, where in certain situations...murf1-2/+29
2006-10-04Merged revisions 44378 via svnmerge from kpfleming2-3/+3
2006-10-04These changes resolve the problems in bug 8090, where there's a crash compili...murf5-144/+178
2006-10-03These changes correspond to the changes to app_stack's Gosub() applicationmurf16-332/+333
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-50/+91
2006-10-02Merged revisions 44186 via svnmerge from pcadach1-0/+4
2006-09-29Merged revisions 44055 via svnmerge from kpfleming1-6/+6
2006-09-29Merged revisions 43996-43997,44008,44011-44012 via svnmerge from kpfleming1-3/+3
2006-09-27This commits the changes to AEL to use the gosub-with-args from Tilghman to p...murf13-451/+777
2006-09-22This commits a change to return MODULE_LOAD_FAILURE on error, and SUCCESS (in...murf1-1/+3
2006-09-22As per bug 8004, we now return AST_MODULE_LOAD_DECLINE when we can't read ext...murf1-0/+6
2006-09-21Lots more removal of deprecated thingstilghman1-843/+8
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-3/+3
2006-09-19Various updates from PCadach's chan_h323-live branchmattf2-2/+3
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-1/+1
2006-09-18merge qwell's CLI verbification workkpfleming3-189/+1014
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-2/+104
2006-08-31everything that loads a config that needs a config file to runmogorman2-5/+8
2006-08-31This commit is a basic AEL enhancement: c-style commentsmurf7-418/+1256
2006-08-29Merged revisions 41269 via svnmerge from russell1-18/+13
2006-08-29Bugfix for 7813 applied to trunk as per patch supplied by stevensmurf1-4/+16
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-4/+1
2006-08-25Changes to fix all problems reported in 7804 are included here.murf3-9/+95
2006-08-22Make a warning about an unused function & variable go away on the stand alone...file1-1/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming7-106/+55