Commit Graph

1227 Commits (92f7bae3df8ff770050f4203ffbfa6783bee69cf)

Author SHA1 Message Date
Steve Murphy 08225b9f7a Merged revisions 162264 via svnmerge from
18 years ago
Steve Murphy 24395ed5c7 Merged revisions 162136 via svnmerge from
18 years ago
Steve Murphy 67cb0526b7 Merged revisions 162013 via svnmerge from
18 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
18 years ago
Eliel C. Sardanons 8192031e83 Added XML documentation for the following AGI commands:
18 years ago
Kevin P. Fleming 9a7c28cd5a we can now build with -Wformat=2, which found a couple of real bugs
18 years ago
Michiel van Baak 445c5296da Make res_config_ldap compile with the official OpenLDAP 2.3.X versions.
18 years ago
Philippe Sultan 3d4f86f605 Removed duplicate code
18 years ago
Kevin P. Fleming e14dfcbedc improve handling of API calls provided by loaded modules through use of some GCC features; this makes app_stack's usage of AGI APIs even cleaner, and will allow it to work 'as expected' either with or without res_agi being loaded
18 years ago
Sean Bright fd8caa1778 This is basically a complete rollback of r155401, as it was determined that
18 years ago
Matthew Nicholson f3d086256c Added EVENT_FLAG_AGI and used it for manager calls in res_agi.c
18 years ago
Sean Bright 574f2daa2a Fix one case where the application argument was not converted from a pipe to
18 years ago
Kevin P. Fleming 8d5deb312b Merged revisions 157859 via svnmerge from
18 years ago
Terry Wilson ebe533b83b Fix compiling
18 years ago
Mark Michelson da33129373 Cast this value since a uint64_t is not the same
18 years ago
Mark Michelson 0e5367f7eb Merge the changes from the res_timing_timerfd branch.
18 years ago
Terry Wilson d66a8cd264 Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon trying to parse an invalid config
18 years ago
Kevin P. Fleming 438e410c4f correct small bug introduced during API conversion
18 years ago
Kevin P. Fleming 81a16aa982 make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_multiple() and ast_agi_fdprintf() API calls to be consistent with API guidelines
18 years ago
Mark Michelson a361f7897a This change prevents a crash from occurring if res_musiconhold.so
18 years ago
Terry Wilson 655abd1757 Cleanup whitespace issues
18 years ago
Terry Wilson 401b8bea76 Use Mark's new ast_str_case_hash function instead of jumping through hoops to do insensitive case lookups
18 years ago
Eliel C. Sardanons 10da221e03 - Make alias->real_cmd point to the allocated space outside alias->alias.
18 years ago
Russell Bryant 6828c5a0eb Fix a bug caused by using sizeof(pointer) instead of sizeof(the struct)
18 years ago
Eliel C. Sardanons 336d576168 Add XML documentation for AGI commands:
18 years ago
Michiel van Baak 86f900b201 This commit does two things:
18 years ago
Eliel C. Sardanons 5b25c26318 - Add 'database del', 'database put' and 'set music' AGI commands XML documentation.
18 years ago
Eliel C. Sardanons 6f31fed83f Implement AGI XML documentation parsing functions.
18 years ago
Doug Bailey 7afa3746c3 Add LINEKEYS variable to allow for a user to set the number of keys assigned to a line on a polycom phone
18 years ago
Tilghman Lesher 9b99ef50b5 Make documentation of update method match documentation and update update2
18 years ago
Sean Bright 30d1744ffc Add ability to pass arbitrary data to the ao2_callback_fn (called from
18 years ago
Sean Bright 1d09d193e7 Convert open-coded linked list in indications to the AST_LIST_* macros. This
18 years ago
Kevin P. Fleming c054d798b8 don't blindly assume that Darwin and Cygwin need GLOB_ABORTED defined; only define it if it is not already defined
18 years ago
Michiel van Baak 9838dac733 make this compile on OpenBSD again.
18 years ago
Eliel C. Sardanons 0cd47929d4 - Add PlayTones() and StopPlayTones() applications XML documentation.
18 years ago
Kevin P. Fleming 448562af93 improve configure script to remember the previous value of each dependency in build_tools/menuselect-deps, so that (once it has been written) menuselect can use this information to warn the user when a previously met dependency is no longer met
18 years ago
Kevin P. Fleming 60ef8fdae8 fix small bug introduced while cleaning up compiler warnings
18 years ago
Kevin P. Fleming bd4eb070f3 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
18 years ago
Doug Bailey 9fe75b494a Add patch to handle how IE7 issues POST requests using Window path spec including backslash delimiters
18 years ago
Terry Wilson c9fbf2eec5 func_strings isn't a dependency of this module anymore
18 years ago
Kevin P. Fleming 33c9f5c8c1 inter-module dependencies should be included in the source code, not just in sample config files
18 years ago
Kevin P. Fleming 18609210ba correct file name in message
18 years ago
Kevin P. Fleming 109a17ae79 support relative paths in musiconhold.conf, which makes moh work by default when Asterisk was configured using --prefix and 'make samples' is run
18 years ago
Tilghman Lesher d5837ba8c2 Add additional memory debugging to several core APIs, and fix several memory
18 years ago
Tilghman Lesher c1351ad237 Merge realtime_update2 branch, which adds a new realtime API call named
18 years ago
Michiel van Baak 1097de1382 fix the 'agi show commands' CLI function.
18 years ago
Sean Bright 1dedb785ab Don't include logger.h in asterisk.h by default as it is causing problems building
18 years ago
Tilghman Lesher 8b14e5f493 Reverting format addition for now
18 years ago
Tilghman Lesher f5d5eb5e19 Fudges for wav16, just like wav49
18 years ago
Terry Wilson 23aeccbbbb Make phoneprov case-insensitive to remove the func_strings dependency of the default config
18 years ago