Matthew Jordan
|
c8da2d8d8e
Update Asterisk's CDRs for the new bridging framework
|
пре 12 година |
Terry Wilson
|
c98bbe2897
ast_channel opaquification of pointers and integral types
|
пре 13 година |
Terry Wilson
|
ac2a94ffa1
Opaquify channel stringfields
|
пре 13 година |
Richard Mudgett
|
8c254b6f6c
Fix crash during CDR update.
|
пре 13 година |
Leif Madsen
|
cfda1fe09a
Add note about how Authenticate() application with option 'd' works.
|
пре 13 година |
Leif Madsen
|
bdf076843a
Merged revisions 328247 via svnmerge from
|
пре 14 година |
Russell Bryant
|
6c824480f1
Global var cleanup - constification and removing unused vars.
|
пре 16 година |
Kevin P. Fleming
|
0b18e53c42
Const-ify the world (or at least a good part of it)
|
пре 16 година |
Eliel C. Sardanons
|
51f34f137c
- Add more <see-also> based on TFOT.
|
пре 16 година |
Kevin P. Fleming
|
1fdd7c85b6
bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
|
пре 16 година |
Russell Bryant
|
38a3fa4b39
Merge changes from team/group/appdocsxml
|
пре 16 година |
BJ Weschke
|
24a98d9e39
Give app_authenticate the ability to select a prompt other than the default.
|
пре 16 година |
Jeff Peeler
|
abcabedb8c
This removes an invalid warning message for an incorrectly entered pin, but more importantly removes an inapplicable check. If the first argument passed to app_authenticate does not contain a '/', the argument should be treated as the sole fixed "password" to match against and that is all. (Previous behavior was attempting to open a file based on the pin.)
|
пре 17 година |
Joshua Colp
|
133c64494d
len already contains the position we want to examine, if we move one left again we'll actually probably be looking at a digit.
|
пре 17 година |
Michiel van Baak
|
5cb40f4dcf
whitespace fixes only.
|
пре 17 година |
Jason Parker
|
4724b5aa60
Comparison, not set :) Thanks mvanbaak.
|
пре 17 година |
Jason Parker
|
b8b00a182a
Move an feof() call to before the fgets().
|
пре 17 година |
Russell Bryant
|
d1ecb84e08
Merged revisions 101818 via svnmerge from
|
пре 17 година |
Russell Bryant
|
af0470be23
simplify some code, tweak formatting, and reduce indentation
|
пре 17 година |
Russell Bryant
|
c876840b11
reduce a level of indentation
|
пре 17 година |
Jason Parker
|
9f6f1c569d
Use defined return values in load_module in more places.
|
пре 17 година |
Luigi Rizzo
|
a3d5e81bf4
remove another set of redundant #include "asterisk/options.h"
|
пре 17 година |
Luigi Rizzo
|
32d68be9da
include "logger.h" and errno.h from asterisk.h - usage shows that they
|
пре 17 година |
Luigi Rizzo
|
47e70077d6
Start untangling header inclusion in a way that does not affect
|
пре 17 година |
Joshua Colp
|
2a0a3fec17
Clean up code in app_authenticate.
|
пре 18 година |
Tilghman Lesher
|
c2cbffc457
Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
|
пре 18 година |
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 година |
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 година |
Russell Bryant
|
87d7720a75
Completely remove all of the code related to jumping to priority n + 101. yay!
|
пре 18 година |
Tilghman Lesher
|
3ff349cdd5
Merged revisions 42421 via svnmerge from
|
пре 19 година |