Commit Graph

5111 Commits (f03896d1fccf092a8a11ba26d29b47232b468ee9)
 

Author SHA1 Message Date
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
Kevin P. Fleming 98a973007d ensure astdb registration entries are parsed properly (bug #4126)
20 years ago
Kevin P. Fleming cd9a1226b5 ensure buffer size is computed properly for ast_copy_string
20 years ago
Mark Spencer 7b576dd5cf Update README to discuss file descriptors (bug #4134)
20 years ago
Mark Spencer f2c734ba04 Add support for native DTMF
20 years ago
Jeremy McNamara 931e1debff Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112
20 years ago
Kevin P. Fleming 9a7b3b0347 testing has shown that ast_copy_string is nearly twice as fast as strncpy for the common use cases in Asterisk, so convert chan_sip over...
20 years ago
Kevin P. Fleming fe6517959e change (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matching to be consistent with other CLI commands
20 years ago
Kevin P. Fleming f0df8b7172 attempt to not allocate RTP ports for SIP private structures unless they are needed (bug #3986)
20 years ago
Kevin P. Fleming abec217a1b add experimental ast_copy_string() function to be used in place of strncpy() (see discussion on asterisk-dev)
20 years ago
Kevin P. Fleming 405000c897 ensure that 'static' members of source files are documented too
20 years ago
Kevin P. Fleming dfd4f13f55 ensure object reference is removed after unlinking from container
20 years ago
Kevin P. Fleming 8c087b7d73 make verbosity of function registration match apps/manager events/etc.
20 years ago
Kevin P. Fleming f07020fa1c clean up reg_source_db
20 years ago
Kevin P. Fleming 6cd346ebe1 add some notes regarding the distinction between applications and functions
20 years ago
Kevin P. Fleming ce6a7846c0 properly check for error from pri_timer2idx (bug #4117)
20 years ago
Kevin P. Fleming b1826af735 add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on 2005-05-31)
20 years ago
Kevin P. Fleming 7d4b53c57a add direct object unlink macro to ASTOBJ api
20 years ago
Anthony Minessale II fc619c1402 keep 3710 patch in working condition
20 years ago