Commit Graph

5239 Commits (ab206439d80fb9cac1eae8c37a54334f5caef6ac)
 

Author SHA1 Message Date
Kevin P. Fleming ab206439d8 don't force build.h to be built at 'install' time, if it's already there leave it alone
20 years ago
Kevin P. Fleming 512a5a47c0 more ignore fixes
20 years ago
Kevin P. Fleming eaba80834c update ignore lists
20 years ago
Kevin P. Fleming a02f56d8bc more breakage from bug #4116 commit
20 years ago
Kevin P. Fleming e26bd40d89 add missing files from bug #4116 commit
20 years ago
Kevin P. Fleming 8726967435 handle going to 'fax' extension when inside a macro properly (bug #4368)
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Kevin P. Fleming 236c05fc59 let ODBC username/password default to the ones in odbc.ini (bug #4470)
20 years ago
Kevin P. Fleming 1bac31d6bd more efficient (and understandable) ast_channel_walk_locked, and vastly more efficient ast_channel_by_name_locked (bug #4265)
20 years ago
Mark Spencer bccc1171f0 Fix minor OSP compile issue
20 years ago
Kevin P. Fleming 8ad230082e make AGI 'TDD MODE' command behave as documented when the channel doesn't support options (bug #4370)
20 years ago
Kevin P. Fleming 8a0ade1fd8 don't call reg_source_db() until after the peer has been added to the peer list
20 years ago
Kevin P. Fleming 723d6b5be8 more ast_copy_string() conversion
20 years ago
Kevin P. Fleming b972421945 don't try to copy NULL appdata (bug #4422)
20 years ago
Kevin P. Fleming 50307c4e80 fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into endian.h)
20 years ago
Kevin P. Fleming 7a2d5cbb3e make ast_waitstream_* return value compatible with platforms that use unsigned char by default (bug #4455)
20 years ago
Kevin P. Fleming 325602ff2b make format_au compile on FreeBSD (bug #4456)
20 years ago
Kevin P. Fleming 090f7d278b more cleanups for outbound registrations (bug #4457)
20 years ago
Kevin P. Fleming d6a2290eb2 use a struct for long parameter list to transmit_invite (bug #4458)
20 years ago
Kevin P. Fleming 740fabf66f minor cleanups (bug #4460)
20 years ago
Kevin P. Fleming 420737f3ea correct oops in recent outbound registration rework (bug #4461)
20 years ago
Kevin P. Fleming a273ffa005 make 'show channeltypes' list whether device state is supported (bug #4464)
20 years ago
Kevin P. Fleming c9004afb94 various improvements to outbound registrations and response handling (bug #3850)
20 years ago
Kevin P. Fleming 68668b602d use ast_cli_register_multiple() for CLI commands
20 years ago
Kevin P. Fleming 583ff43d60 add support for Sun Microsystems AU audio format (bug #4428 with minor mods)
20 years ago
Kevin P. Fleming b364c1b953 clean up logic functions code and help texts
20 years ago
Kevin P. Fleming a198e5af5a use ast_strip_quoted to strip brackets from key secrets
20 years ago
Kevin P. Fleming 115e45c7b0 handle stale authentication nonces more properly (bug #4343, with formatting fixes)
20 years ago
Kevin P. Fleming 860d7948ba clean up create_addr, and use a structure instead of a large parameter list
20 years ago
Kevin P. Fleming 37efff4481 correct case of file type for one-touch monitoring (bug #4443)
20 years ago
Mark Spencer fbe952ccb7 Don't build app_intercom...
20 years ago
Kevin P. Fleming 6107dfe927 use ast_cli_register_multiple() for chan_zap CLI commands
20 years ago
Kevin P. Fleming fdbb400a0b use ast_cli_register_multiple() for pbx CLI commands
20 years ago
Kevin P. Fleming f09bd8a677 remove deprecated 'quit' and 'exit' commands from console (but not remote connections)
20 years ago
Kevin P. Fleming 23f14f839f add indications for Sweden (bug #4231)
20 years ago
Kevin P. Fleming 4e8d2f60b1 don't call poll() with an unitialized structure (bug #4387)
20 years ago
Kevin P. Fleming ce89d985f2 allow global variables to be reset on reload (defaults to off) (bug #4385)
20 years ago
Kevin P. Fleming db402ee5d6 allow ast_add_extension2 to accept a NULL destructor (bug #4411)
20 years ago
Kevin P. Fleming 23472dd2c0 support configurable batch posting of CDRs (off by default) (bug #3883)
20 years ago
Kevin P. Fleming 0582912c5d document syntax change for Record() application (bug #4439)
20 years ago
Kevin P. Fleming 30973879c1 add realtime support to app_queue for static members/agents (bug #4037)
20 years ago
Kevin P. Fleming 050416ed29 make 'show channeltypes' output format work properly (bug #4413)
20 years ago
Kevin P. Fleming c0ff0e340b consolidate API functions for saying numbers/digits/alpha/phonetic into less functions, using more efficient and clearer code (inspired by bug #4414)
20 years ago
Kevin P. Fleming 6cb7849dcb add guidelines for doxygen documentation writing (bug #4417, with mods)
20 years ago
Kevin P. Fleming 5c33b52ced add a minor allocation/zeroing guideline
20 years ago
Kevin P. Fleming 9f3372e3e3 add missing if statement in say_position (bug #4435)
20 years ago
Mark Spencer 2d76529279 Fix offset calculation for signed linear (bug #4433)
20 years ago
Mark Spencer c01873574a Blindly merge jitter buffer patch of bug #4342)
20 years ago
Mark Spencer 7b03b102c9 Setup transfer capability properly for outbound calls (bug #4434)
20 years ago
Mark Spencer df349078da Fix dial to not seg when closing ')' is missing (bug #4410)
20 years ago