Commit Graph

5907 Commits (b68657fcec6ec4d13555d45666784be1a1f7393c)
 

Author SHA1 Message Date
Kevin P. Fleming 304bc75cf1 fix memory leaks in config loader (bug #4223)
21 years ago
Kevin P. Fleming 178842ec27 save 168 bytes per zaptel channel private structure (using bitfields)
21 years ago
Kevin P. Fleming 93f5cbacf0 fix build on Solaris (bug #4476)
21 years ago
Kevin P. Fleming e5e64bfd41 header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (bug #4484)
21 years ago
Kevin P. Fleming 7584fac64b various compiler warning fixes (bug #4483)
21 years ago
Kevin P. Fleming 0db4cee117 enable version string for this module, since it's standalone
21 years ago
Kevin P. Fleming 01251090f0 fix version-string builds for non-gcc compilers
21 years ago
Kevin P. Fleming cf5b8dba96 add note about example
21 years ago
Kevin P. Fleming fb16b5cb0a add doxygen docs for file version stuff
21 years ago
Kevin P. Fleming 59a0f860bd fix astman build
21 years ago
Kevin P. Fleming adc9c81692 fix version tag macro calls
21 years ago
Kevin P. Fleming 370e887fbf fix 'make rpm'
21 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
21 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
21 years ago
Kevin P. Fleming 005e436b57 another round of version tag updates, along with 'show version files' pattern filtering
21 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
21 years ago
Kevin P. Fleming 6cbf69981d clean up module version number output
21 years ago
Kevin P. Fleming 43cf15e339 add support for per-module version numbers
21 years ago
Kevin P. Fleming ab206439d8 don't force build.h to be built at 'install' time, if it's already there leave it alone
21 years ago
Kevin P. Fleming 512a5a47c0 more ignore fixes
21 years ago
Kevin P. Fleming eaba80834c update ignore lists
21 years ago
Kevin P. Fleming a02f56d8bc more breakage from bug #4116 commit
21 years ago
Kevin P. Fleming e26bd40d89 add missing files from bug #4116 commit
21 years ago
Kevin P. Fleming 8726967435 handle going to 'fax' extension when inside a macro properly (bug #4368)
21 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)
21 years ago
Kevin P. Fleming 236c05fc59 let ODBC username/password default to the ones in odbc.ini (bug #4470)
21 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)
21 years ago
Mark Spencer bccc1171f0 Fix minor OSP compile issue
21 years ago
Kevin P. Fleming 8ad230082e make AGI 'TDD MODE' command behave as documented when the channel doesn't support options (bug #4370)
21 years ago
Kevin P. Fleming 8a0ade1fd8 don't call reg_source_db() until after the peer has been added to the peer list
21 years ago
Kevin P. Fleming 723d6b5be8 more ast_copy_string() conversion
21 years ago
Kevin P. Fleming b972421945 don't try to copy NULL appdata (bug #4422)
21 years ago
Kevin P. Fleming 50307c4e80 fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into endian.h)
21 years ago
Kevin P. Fleming 7a2d5cbb3e make ast_waitstream_* return value compatible with platforms that use unsigned char by default (bug #4455)
21 years ago
Kevin P. Fleming 325602ff2b make format_au compile on FreeBSD (bug #4456)
21 years ago
Kevin P. Fleming 090f7d278b more cleanups for outbound registrations (bug #4457)
21 years ago
Kevin P. Fleming d6a2290eb2 use a struct for long parameter list to transmit_invite (bug #4458)
21 years ago
Kevin P. Fleming 740fabf66f minor cleanups (bug #4460)
21 years ago
Kevin P. Fleming 420737f3ea correct oops in recent outbound registration rework (bug #4461)
21 years ago
Kevin P. Fleming a273ffa005 make 'show channeltypes' list whether device state is supported (bug #4464)
21 years ago
Kevin P. Fleming c9004afb94 various improvements to outbound registrations and response handling (bug #3850)
21 years ago
Kevin P. Fleming 68668b602d use ast_cli_register_multiple() for CLI commands
21 years ago
Kevin P. Fleming 583ff43d60 add support for Sun Microsystems AU audio format (bug #4428 with minor mods)
21 years ago
Kevin P. Fleming b364c1b953 clean up logic functions code and help texts
21 years ago
Kevin P. Fleming a198e5af5a use ast_strip_quoted to strip brackets from key secrets
21 years ago
Kevin P. Fleming 115e45c7b0 handle stale authentication nonces more properly (bug #4343, with formatting fixes)
21 years ago
Kevin P. Fleming 860d7948ba clean up create_addr, and use a structure instead of a large parameter list
21 years ago
Kevin P. Fleming 37efff4481 correct case of file type for one-touch monitoring (bug #4443)
21 years ago
Mark Spencer fbe952ccb7 Don't build app_intercom...
21 years ago
Kevin P. Fleming 6107dfe927 use ast_cli_register_multiple() for chan_zap CLI commands
21 years ago