summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-06-03clean up create_addr, and use a structure instead of a large parameter listKevin P. Fleming
2005-06-03correct case of file type for one-touch monitoring (bug #4443)Kevin P. Fleming
2005-06-03Don't build app_intercom...Mark Spencer
2005-06-03use ast_cli_register_multiple() for chan_zap CLI commandsKevin P. Fleming
2005-06-03use ast_cli_register_multiple() for pbx CLI commandsKevin P. Fleming
2005-06-03remove deprecated 'quit' and 'exit' commands from console (but not remote con...Kevin P. Fleming
2005-06-03add indications for Sweden (bug #4231)Kevin P. Fleming
2005-06-03don't call poll() with an unitialized structure (bug #4387)Kevin P. Fleming
2005-06-03allow global variables to be reset on reload (defaults to off) (bug #4385)Kevin P. Fleming
2005-06-03allow ast_add_extension2 to accept a NULL destructor (bug #4411)Kevin P. Fleming
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)Kevin P. Fleming
2005-06-02document syntax change for Record() application (bug #4439)Kevin P. Fleming
2005-06-02add realtime support to app_queue for static members/agents (bug #4037)Kevin P. Fleming
2005-06-02make 'show channeltypes' output format work properly (bug #4413)Kevin P. Fleming
2005-06-02consolidate API functions for saying numbers/digits/alpha/phonetic into less ...Kevin P. Fleming
2005-06-02add guidelines for doxygen documentation writing (bug #4417, with mods)Kevin P. Fleming
2005-06-02add a minor allocation/zeroing guidelineKevin P. Fleming
2005-06-02add missing if statement in say_position (bug #4435)Kevin P. Fleming