aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_clioriginate.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-05Perform dialing asynchronously when using the originate CLI command so the CL...file1-2/+2
2006-09-18merge qwell's CLI verbification workkpfleming1-3/+9
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-20/+9
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-6/+3
2006-04-29- don't create duplicate log messagesrussell1-18/+16
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-17/+11
2006-04-11normalize code in preparation to module changesrizzo1-4/+3
2006-04-08a few cleanups from the last commitkpfleming1-2/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-28use ast_cli_complete() to largely simplify the command completion code.rizzo1-18/+4
2006-02-11Merged revisions 9581 via svnmerge from russell1-2/+2
2006-02-11set standard properties on all non-binary fileskpfleming1-1/+1
2006-02-02Issue #6383 - Crash on CLI originate with missing channel argumentoej1-0/+4
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-2/+2
2006-01-18allows for use of the originate function frommogorman1-0/+202