Commit History

Author SHA1 Message Date
  David Vossel 8412eab172 Merged revisions 180032 via svnmerge from 16 years ago
  Russell Bryant 75c3e3b424 Merged revisions 168562 via svnmerge from 16 years ago
  Luigi Rizzo c3b537494f shuffle a little bit the content of header files to reduce dependencies. 17 years ago
  Luigi Rizzo 3736ebab77 remove redundant headers 17 years ago
  Luigi Rizzo a3d5e81bf4 remove another set of redundant #include "asterisk/options.h" 17 years ago
  Tilghman Lesher 623d4bd67e Change Read to set READSTATUS as an indication of the result 17 years ago
  Luigi Rizzo 32d68be9da include "logger.h" and errno.h from asterisk.h - usage shows that they 17 years ago
  Luigi Rizzo 47e70077d6 Start untangling header inclusion in a way that does not affect 17 years ago
  Mark Michelson e3b4f6aedb Fixing app_read so that if a timeout of less than 1 ms is specified, 17 years ago
  Tilghman Lesher c2cbffc457 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 18 years ago
  Russell Bryant 2470bd1b9d Do a massive conversion for using the ast_verb() macro 18 years ago
  Joshua Colp 06e56560db Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application. 18 years ago
  Joshua Colp 20ea2e3dd0 It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 18 years ago
  Luigi Rizzo 37fe523aa7 rename the structs struct tone_zone_sound and struct tone_zone 18 years ago
  Russell Bryant 82f7444684 Add the ability to specify multiple prompts to the Read() dialplan application, 18 years ago
  Steve Murphy 8ce588cfc2 As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), Busy(), Read(), WaitForRing(), will now either actually handle a floating point argument as advertised, or has been upgraded to accept a floating point [timeout] arg. 18 years ago
  Joshua Colp 58c43210d6 Minor cleanup and make sure the tmp variable is clean 18 years ago
  Joshua Colp a66f9f86d5 Set the variable even if the caller disconnects (issue #7896 reported by jsmith) 18 years ago
  Steve Murphy f434f9d10f These small app documentation changes to app_dial and app_read will hopefully avert any more 7544 type bug reports\! 18 years ago
  Kevin P. Fleming 90db3f33ab merge new_loader_completion branch, including (at least): 18 years ago
  Kevin P. Fleming 2687538ae6 simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 19 years ago
  Russell Bryant 5241bdc2d4 remove almost all of the checks of the result from ast_strdupa() or alloca(). 19 years ago
  Luigi Rizzo c8d72dde26 This rather large commit changes the way modules are loaded. 19 years ago
  Kevin P. Fleming 9f7c341f1c since the module API is changing, it's a good time to const-ify the description() and key() return values 19 years ago
  Russell Bryant c674004ec1 remove the uses of the deprecated STANDARD_LOCAL_USER 19 years ago
  Russell Bryant 021c169391 on this pass, only remove duplicate log messages 19 years ago
  Russell Bryant d7374d83ff revert my pass through the tree to remove checks of the result of ast_strdupa 19 years ago
  Russell Bryant be1eadeb00 remove lots of useless checks of the result of ast_strdupa 19 years ago
  Matt O'Gorman 48cec31305 oops minor formatting fixes, and taking out 19 years ago
  Matt O'Gorman 1abcfc8ea3 Added feature from bug #5573 and updated app_read 19 years ago