summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-09fix channel walking problems from recent changes (bug #4494)Kevin P. Fleming
2005-06-09move timeval-diff function into utils.h from app_alarmreceiver.cKevin P. Fleming
2005-06-08/ fixed bugs introduced by the fix for bug #4368 by kpflemingBen Kramer
2005-06-07update guidelines to follow their own rules for whitespace (bug #4486)Kevin P. Fleming
2005-06-07fix memory leaks in config loader (bug #4223)Kevin P. Fleming
2005-06-07save 168 bytes per zaptel channel private structure (using bitfields)Kevin P. Fleming
2005-06-07fix build on Solaris (bug #4476)Kevin P. Fleming
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...Kevin P. Fleming
2005-06-07various compiler warning fixes (bug #4483)Kevin P. Fleming
2005-06-07enable version string for this module, since it's standaloneKevin P. Fleming
2005-06-07fix version-string builds for non-gcc compilersKevin P. Fleming
2005-06-07add note about exampleKevin P. Fleming
2005-06-07add doxygen docs for file version stuffKevin P. Fleming
2005-06-07fix astman buildKevin P. Fleming
2005-06-06fix version tag macro callsKevin P. Fleming
2005-06-06fix 'make rpm'Kevin P. Fleming
2005-06-06the last round of file version tagsKevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06clean up module version number outputKevin P. Fleming
2005-06-06add support for per-module version numbersKevin P. Fleming
2005-06-06don't force build.h to be built at 'install' time, if it's already there leav...Kevin P. Fleming
2005-06-06more ignore fixesKevin P. Fleming
2005-06-06update ignore listsKevin P. Fleming
2005-06-06more breakage from bug #4116 commitKevin P. Fleming
2005-06-06add missing files from bug #4116 commitKevin P. Fleming
2005-06-06handle going to 'fax' extension when inside a macro properly (bug #4368)Kevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-06let ODBC username/password default to the ones in odbc.ini (bug #4470)Kevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-06-06Fix minor OSP compile issueMark Spencer
2005-06-05make AGI 'TDD MODE' command behave as documented when the channel doesn't sup...Kevin P. Fleming
2005-06-05don't call reg_source_db() until after the peer has been added to the peer listKevin P. Fleming
2005-06-05more ast_copy_string() conversionKevin P. Fleming
2005-06-05don't try to copy NULL appdata (bug #4422)Kevin P. Fleming
2005-06-05fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into ...Kevin P. Fleming
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...Kevin P. Fleming
2005-06-05make format_au compile on FreeBSD (bug #4456)Kevin P. Fleming
2005-06-05more cleanups for outbound registrations (bug #4457)Kevin P. Fleming
2005-06-05use a struct for long parameter list to transmit_invite (bug #4458)Kevin P. Fleming
2005-06-05minor cleanups (bug #4460)Kevin P. Fleming
2005-06-05correct oops in recent outbound registration rework (bug #4461)Kevin P. Fleming
2005-06-05make 'show channeltypes' list whether device state is supported (bug #4464)Kevin P. Fleming
2005-06-03various improvements to outbound registrations and response handling (bug #3850)Kevin P. Fleming
2005-06-03use ast_cli_register_multiple() for CLI commandsKevin P. Fleming
2005-06-03add support for Sun Microsystems AU audio format (bug #4428 with minor mods)Kevin P. Fleming
2005-06-03clean up logic functions code and help textsKevin P. Fleming
2005-06-03use ast_strip_quoted to strip brackets from key secretsKevin P. Fleming
2005-06-03handle stale authentication nonces more properly (bug #4343, with formatting ...Kevin P. Fleming