Commit Graph

5029 Commits (b33a3aa3e2e4667bacd56da30818e42d085a1967)
 

Author SHA1 Message Date
Mark Spencer b33a3aa3e2 Update groupcount / db documentation (bug #4200, etc)
20 years ago
Mark Spencer fa2381c19c Fix formatting of functions (bug #4196, with mods)
20 years ago
Mark Spencer 0e57cede55 Convert app_db to function variables (bug #4201)
20 years ago
Mark Spencer f9417375dc Fix chan_spy on Solaris (bug #4204)
20 years ago
Mark Spencer 087eb40b76 Fix double unlock of hintlock (bug #4205)
20 years ago
Mark Spencer 82d52ffe35 Use maxdomainlen in chan_sip (bug #4212)
20 years ago
Mark Spencer 00bcbaaa05 Fix gethostname calls (bug #4198, with mods)
20 years ago
Mark Spencer fa0f44a347 Allow transfer to work without a tech (bug #4199)
20 years ago
Mark Spencer 45a92ba5c2 Fix French time (bug #4197)
20 years ago
Russell Bryant 7e83b3a4b1 now fix the formatting part (bug #4207)
20 years ago
Russell Bryant 6ce084b7e2 remove unreachable block of code (bug #4207)
20 years ago
Russell Bryant fbbac7cd26 use ast_strcasestr (bug #4203)
20 years ago
Russell Bryant a48f36c3c5 fix header description
20 years ago
Russell Bryant cccca96058 add my name for the functions I wrote
20 years ago
Russell Bryant 852d05d94a add missing newline to warning message (bug #4183)
20 years ago
Mark Spencer cd6ad266b5 Build as a single executable, work around Makefile issue
20 years ago
Anthony Minessale II 6b7677e842 expose function execution routines and warn about trying to set a read-only cdr var
20 years ago
Kevin P. Fleming b0685838db oej deserves to be in CREDITS as much as anyone else :-)
20 years ago
Kevin P. Fleming 7cd4ac0ee1 clean up file headers
20 years ago
Kevin P. Fleming 6ec28c9f98 correct build on platforms that require PIC objects (bug #4179)
20 years ago
Kevin P. Fleming 59bc293d15 ensure generated files are ignored by CVS
20 years ago
Kevin P. Fleming f01e832eef add STRFTIME dialplan function (bug #4098, modified to use new funcs subdirectory)
20 years ago
Kevin P. Fleming 4d2537ae11 major re-work of dialplan functions, including:
20 years ago
Russell Bryant e8bd5968ff function formatting and header order cleanup
20 years ago
Kevin P. Fleming 0fddec0421 remove obsolete module (still available in CVS history if needed) (inspired by bug #4127)
20 years ago
Mark Spencer 824763970b Fix minor doc issue (bug #4145)
20 years ago
Kevin P. Fleming 358238b170 add app_dictate (bug #3893)
20 years ago
Mark Spencer 0575c11d72 Merge formatting changes (bug #4172)
20 years ago
Mark Spencer 2fcda7000b Minor protocol fixes (bug #4169)
20 years ago
Kevin P. Fleming 582b0b0711 document Zap dial string options in sample config (bug #4165)
20 years ago
Kevin P. Fleming 44b95a88d6 add doxygen docs for astobj.h (bug #4145, with minor mods)
20 years ago
Kevin P. Fleming a0f2a2e7c4 remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of already-implemented CDR() function
20 years ago
Kevin P. Fleming ba9b384f58 fix obvious fault in ast_separate_app_args
20 years ago
Kevin P. Fleming 6f118fe66a remove extraneous manual string termination
20 years ago
Kevin P. Fleming 7d6ba573e5 move some debugging output to a higher debug level (bug #4119)
20 years ago
Kevin P. Fleming 9bd5c1d95b don't report EAGAIN as an error (bug #4128)
20 years ago
Kevin P. Fleming aba598c26f fix build on FreeBSD (bug #4125)
20 years ago
Kevin P. Fleming 2be3c7ab57 add GROUP_COUNT and GROU_MATCH_COUNT functions, deprecate GroupCount and GroupMatchCount apps, remove GROUPCOUNT variable from README.variables (bug #4133, with doc update)
20 years ago
Kevin P. Fleming b9bda6aa41 add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)
20 years ago
Kevin P. Fleming 523911c9b0 re-implement ast_separate_app_args with clearer code and in a way that doesn't fail with certain combinations of array size and delimiter count
20 years ago
Kevin P. Fleming 135f392c62 solve memory leak and allow chan_mgcp to be unloaded (bug #4148)
20 years ago
Kevin P. Fleming 54da34ff0a return proper string from description function (bug #4150)
20 years ago
Kevin P. Fleming 1518301885 update doxygen configuration file to current version (bug #4144)
20 years ago
Kevin P. Fleming 38c513fd02 ensure the SIP socket is closed on module unload (bug #4149)
20 years ago
Kevin P. Fleming 50b9f0e970 fix breakage when ast_copy_string is used to copy substrings (bug #4146, but a different fix)
20 years ago
Jeremy McNamara 09ed70fcaf Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug #4135
20 years ago
Jeremy McNamara f0c47a88ba Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug #4135
20 years ago
Kevin P. Fleming a813234dcd simplify argument parsing in sip_prune_realtime
20 years ago
Kevin P. Fleming ba04eb12ef use symbolic constants for RTP method flags, and add debugging output to sip_alloc to indicate when RTP is/is not allocated (bug #3986)
20 years ago
Kevin P. Fleming deb3c32a49 correct documentation for ast_sched_add (bug #4136)
20 years ago