Commit Graph

2179 Commits (7d841b18857fab6417f93ee252ffe72fef4a9e8d)

Author SHA1 Message Date
Russell Bryant 52ef5c7d30 add function to convert a cause code to a string
21 years ago
Kevin P. Fleming 3c91556d2d reset regattempts counter after successful registration (bug #4634)
21 years ago
Matthew Fredrickson cb8ba75284 Fix for bug 4347. Also breaking redirectingreason interpretation routine into function
21 years ago
Kevin P. Fleming 3ddc33f674 un-break three-way calling
21 years ago
Russell Bryant f3e538205b no need to call srand() when it is already called in asterisk.c
21 years ago
Kevin P. Fleming 19c1ac82a4 actually get the host's name for the code that needs it (bug #4569)
21 years ago
Kevin P. Fleming 9f4ad3363d ensure that 'zap show status' always generates output, even when there are no interfaces present (bug #3585)
21 years ago
Kevin P. Fleming 4803ab0bb2 don't use locks when reading usecounts (reading only, not writing)
21 years ago
Kevin P. Fleming 8db7830293 fix outgoing format selection breakage
21 years ago
Kevin P. Fleming 442f3b15a1 make 'transfer to busy' support a configurable option, and make it _only_ short-circuit AST_STATE_BUSY
21 years ago
Ben Kramer 32741dc1c6 / fix for bug 4550
21 years ago
Mark Spencer 4358089aa7 Fix SIP with OSP
21 years ago
Kevin P. Fleming 369b421b78 make SIP registration accept RFC non-compliant Digest headers (bug #4577)
21 years ago
Kevin P. Fleming d66913bea2 fix segfault when no CLID number is present (bug #4566)
21 years ago
Kevin P. Fleming b68ffcd38d fix debug output (bug #4562)
21 years ago
Kevin P. Fleming 52e26805e7 begin properly supporting 'Supported' and 'Required' headers (bug #4351)
21 years ago
Kevin P. Fleming 54e74ff81b control maximum number of interpolation frames generated during silence by jitterbuffer (bug #4295)
21 years ago
Kevin P. Fleming 4e6d610317 ensure that proper response code is return for unimplemented methods (bug #4512)
21 years ago
Kevin P. Fleming 5285af5631 separate IAX2 protocol debugging and jitterbuffer debugging (bug #4523)
21 years ago
Kevin P. Fleming 0e9d920a60 move tools used during build into build_tools subdirectory
21 years ago
Kevin P. Fleming a752aeb4e8 fix reply_digest breakage from earlier patch
21 years ago
Mark Spencer f80df76143 Fix fd's when we release rtp/vrtp
21 years ago
Mark Spencer b6ea1bcb29 Attempt to repair SIP parameter gathering brokenness
21 years ago
Mark Spencer 0c61fc56be Fix via comparison to be case insensitive
21 years ago
Mark Spencer e74c288783 Fix agent recording issue (bug #4551)
21 years ago
Kevin P. Fleming 2f7e984a31 don't generate 'rport' unless RFC3581 support is enabled (bug #4533)
21 years ago
Kevin P. Fleming 81d1a11ed6 clean up and optimize reply_digest (bug #4447)
21 years ago
Kevin P. Fleming 9a80a7bc2c string/whitespace handling cleanups (bug #4449, with mods)
21 years ago
Mark Spencer fb12b92a43 Various IAX2 fixes
21 years ago
Ben Kramer 20c26996ef / fixes possibility for accessing of struct when null
21 years ago
Kevin P. Fleming f3efc756ad allow transfer-to number for SIP transfers to contain an '@' (and enforce the max-forwards restriction for these transfers) (bug #4048)
21 years ago
Kevin P. Fleming 4d102efb7a make incoming overlap calls with no number specified use the 's' extension (bug #4317)
21 years ago
Kevin P. Fleming 439002c898 make zap-transfers to busy/congestion channels behave more reasonably (bug #4495)
21 years ago
Kevin P. Fleming 5736270107 add 'rtignoreexpire' option to allow Realtime addresses to be used regardless of expiration time (bug #4362)
21 years ago
Kevin P. Fleming ddaa0cc0dd don't call alloca() or alloca()-using functions in parameter lists (bug #4487)
21 years ago
Kevin P. Fleming aa0608cb34 remove useless code (bug #4492)
21 years ago
Kevin P. Fleming 706bf6d427 ensure CLI commands produce proper terminating output when used with manager interface (bug #4497)
21 years ago
Ben Kramer f70c5e190b / fixed bugs introduced by the fix for bug #4368 by kpfleming
21 years ago
Kevin P. Fleming 178842ec27 save 168 bytes per zaptel channel private structure (using bitfields)
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 adc9c81692 fix version tag macro calls
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 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
Mark Spencer bccc1171f0 Fix minor OSP compile issue
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 50307c4e80 fix compilation on Darwin (bug #4462, ugh, we need all this stuff moved into endian.h)
21 years ago
Kevin P. Fleming 090f7d278b more cleanups for outbound registrations (bug #4457)
21 years ago