Commit Graph

12441 Commits (aa110ad3fd03074f5a893068d55aaacdefa11030)
 

Author SHA1 Message Date
Jason Parker 89acafbf37 Merged revisions 75732 via svnmerge from
18 years ago
Jason Parker 4f22126365 Merged revisions 75711 via svnmerge from
18 years ago
Joshua Colp bc2bd11dff Blocked revisions 75712 via svnmerge
18 years ago
Jason Parker a1b2a23b4d Merged revisions 75707 via svnmerge from
18 years ago
Russell Bryant 707ca59923 convert some lines indented with spaces to tabs
18 years ago
Tilghman Lesher 81bc1d7af5 Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second
18 years ago
Dwayne M. Hubbard b96fde308c Merged revisions 75658 via svnmerge from
18 years ago
Joshua Colp a23feea9d2 Merged revisions 75623 via svnmerge from
18 years ago
Joshua Colp d90bddfa6c Merged revisions 75621 via svnmerge from
18 years ago
Joshua Colp e2b0f321a3 Merged revisions 75619 via svnmerge from
18 years ago
Joshua Colp 0772f62be7 Clean up func_curl a bit.
18 years ago
Steve Murphy 5ac24b25d3 This corrects the problem with flags and %lld formats on 64-bit machines, where uint64_t is NOT acceptable for %lld, and also works on 32-bit machines. At least, with gcc.
18 years ago
Joshua Colp 674dbeb0cf Merged revisions 75583 via svnmerge from
18 years ago
Joshua Colp 4003b31fc5 Minor code tweaks. Variables were being checked wrong in some situations and didn't need to be checked in others.
18 years ago
Tilghman Lesher 2c5a07bf03 Merged revisions 75529 via svnmerge from
18 years ago
Steve Murphy 8b0b74c9b0 Spotted this bug today myself, trying to reproduce a BE bug. Use a vert bar instead of a comma, when calling RAND.
18 years ago
Russell Bryant 91e2afe4e7 Merged revisions 75450 via svnmerge from
18 years ago
Russell Bryant 28ab081704 Blocked revisions 75447 via svnmerge
18 years ago
Russell Bryant b5ff588044 Merged revisions 75445 via svnmerge from
18 years ago
Joshua Colp 54bd38f1ce Blocked revisions 75439 via svnmerge
18 years ago
Russell Bryant 681e45f0b2 Merged revisions 75441 via svnmerge from
18 years ago
Russell Bryant 94ee350ca9 Blocked revisions 75437 via svnmerge
18 years ago
Mark Michelson ee6d59eef2 Merged revisions 75405 via svnmerge from
18 years ago
Russell Bryant 9ffd55b6f9 Merged revisions 75403 via svnmerge from
18 years ago
Russell Bryant 7743bed9f6 Merged revisions 75401 via svnmerge from
18 years ago
Steve Murphy 8a7732f067 via 10206, I have added an option (e) to Dial to allow the h exten to get run on peer. Had to upgrade ast_flag stuff to 64 bits to do this.
18 years ago
Joshua Colp dfc9970e15 Make trunk build once again.
18 years ago
Luigi Rizzo 72b99a2817 Introduce ast_parse_arg() , a generic function to parse strings
18 years ago
Luigi Rizzo 35efc961ef Initialize a variable to avoid a warning when the compiler
18 years ago
Jason Parker 766121a5bc Fix an incorrect parenthesization (TODO: Find a better word) in app_dial
18 years ago
Kevin P. Fleming 7413c78ddb Merged revisions 75306 via svnmerge from
18 years ago
Joshua Colp 344e6fd016 Change the function name slightly... just for kpfleming!
18 years ago
Joshua Colp 0b0e64fe2f Add in check for the GCC attribute deprecated. It may be used soon!
18 years ago
Joshua Colp e498488bde For my next trick I will make it so dialplan functions no longer need to call ast_module_user_add and ast_module_user_remove. These are now called in the ast_func_read and ast_func_write functions outside of the module.
18 years ago
Mark Michelson ce8f95d750 Merged revisions 75253 via svnmerge from
18 years ago
Joshua Colp 0dc98ebdf2 I found this sillyness when I did my ast_module_user conversion. Return immediately if no data was passed to the Verbose application.
18 years ago
Joshua Colp b8cd949cce 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 96a646734f 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
Russell Bryant 8d1e53958c Merge a bunch of doxygen updates to header files. This includes changes to
18 years ago
Russell Bryant 5a32541671 Cast the 2nd argument to iconv() to a void *, as some systems define it as a
18 years ago
Russell Bryant 472dde9a50 Merged revisions 75108 via svnmerge from
18 years ago
Mark Michelson cb8170e8c5 Merged revisions 75078 via svnmerge from
18 years ago
Russell Bryant c2603c1aeb resolve a compiler warning
18 years ago
Russell Bryant fcd3f8dbea Merged revisions 75067 via svnmerge from
18 years ago
Russell Bryant 432a087ed9 Merged revisions 75053 via svnmerge from
18 years ago
Luigi Rizzo e950538bdd Small improvement to the STUN support so it can be used by
18 years ago
Mark Michelson 4d915d13c7 Merged revisions 74997 via svnmerge from
18 years ago
Steve Murphy 6bc0a4929c Merged revisions 74955 via svnmerge from
18 years ago
Joshua Colp 1f86a8bc2d Merged revisions 74922 via svnmerge from
18 years ago
Joshua Colp 8f3a5481dc Merged revisions 74888 via svnmerge from
18 years ago