Leif Madsen
|
c7f7156c57
Merged revisions 328209 via svnmerge from
|
13 years ago |
Kevin P. Fleming
|
eddf055945
Last batch of 'static' qualifiers for module-level global variables.
|
16 years ago |
Kevin P. Fleming
|
0b18e53c42
Const-ify the world (or at least a good part of it)
|
16 years ago |
David Vossel
|
3b0311070c
app_read does not break from prompt loop with user terminated empty string
|
16 years ago |
Russell Bryant
|
35884c9d90
Merge a large set of updates to the Asterisk indications API.
|
16 years ago |
Russell Bryant
|
365bffe091
Merged revisions 168561 via svnmerge from
|
16 years ago |
Eliel C. Sardanons
|
77b94447ee
- Add Read() application XML documentation.
|
16 years ago |
Tilghman Lesher
|
fac68b2417
Modify TIMEOUT() to be accurate down to the millisecond.
|
17 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.
|
17 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 |