Commit Graph

7204 Commits (ad0f8df5289a6f49cda27d21eb8b48bb0b898f30)
 

Author SHA1 Message Date
Kevin P. Fleming 532ff6487b don't reissue hangup requests for SIP channels that have expired their RTP timeouts (one time is enough)
19 years ago
Joshua Colp f41b9baed4 Add missing code to bring transferee channel out of MOH/autoservice under certain circumstance (issue #7611 reported by guillecabeza with minor mods by myself)
19 years ago
Russell Bryant af0052ee94 one more small tweak for thread-safety of TRACE_FRAMES
19 years ago
Russell Bryant 70d6a82a9f Make the frame counting done with TRACE_FRAMES defined thread-safe
19 years ago
Joshua Colp 1020b9d11a How many attempts does it take to make a SIP URI parser that works well? I'm up to 5 personally. On to the good stuff - parse the domain first, user second, and get rid of port & options/params last. (issue #7616 reported by andrew)
19 years ago
Joshua Colp 2e7e645c77 Make a copy of the request URI in check_user_full instead of modifying the one on the structure, and also strip params properly from the user portion of the SIP URI so as to preserve the domain (issue #7552 reported by dan42)
19 years ago
Kevin P. Fleming 7b9abdf138 use the enum that defines the option arguments, so that the likelihood of mismatched option indexes is reduced (which in this case was a bug, the volume argument was not checked properly)
20 years ago
Kevin P. Fleming 6afc9c6c8f do a better job avoiding translation path teardown/setup when not needed
20 years ago
Russell Bryant 228c35198c Fix crash when using the "regexten" option with MALLOC_DEBUG enabled. This was
20 years ago
Kevin P. Fleming 0b6aa9cd29 don't do useless translation destroy/build when the channel is already in the correct format
20 years ago
Russell Bryant 425c51cfd5 fix a crash when MALLOC_DEBUG is enabled and the regexten is enabled. The crash
20 years ago
Joshua Colp 46012df0b6 Put default callerid into contact when the one specified is either NULL or has a zero string length. (issue #7590 reported by key2)
20 years ago
Russell Bryant 96048caf41 This resolves a deadlock that a tech support customer was getting frequently
20 years ago
Steve Murphy f46ab63b6c This fixes a compile problem for s390 as reported in bug 7253.
20 years ago
Kevin P. Fleming 1cd1b27779 ensure that global 'maxauthreq' is reset to zero during 'reload'
20 years ago
Russell Bryant b97c12b80b don't crash if the frame has no data, but has a src
20 years ago
Russell Bryant 09a334573e if asked to duplicate a frame that has no data, don't set the frame's data
20 years ago
Tilghman Lesher dfe118c2fd Backport buffer increase to 1.2
20 years ago
Tilghman Lesher f23368365a Overflow bad
20 years ago
Tilghman Lesher c5623e2acd Bug 7513 - ensure that each time we do a query, the results are returned in the
20 years ago
Tilghman Lesher ce37a590e5 Bug 7526 - previous commit broke app_sms
20 years ago
Kevin P. Fleming 6ea65400a0 don't fail/abort if the message category sound file cannot be played, just generate a warning message and continue message playback
20 years ago
Russell Bryant 1d8f732f3f yeah, ummm... This frame pointer should not be static. This situation only
20 years ago
Kevin P. Fleming 88ccb628f9 report address of peer trying to subscribe to unknown hint
20 years ago
Tilghman Lesher fcf0d79afa Bug 7532 - Typo in enum example
20 years ago
Tilghman Lesher 39882ad2f7 Merge fixup for asterisk startup script to zaptel startup script
20 years ago
Kevin P. Fleming ff3890a952 fix a weird case where a lock file could be left (but would happen almost never)
20 years ago
Kevin P. Fleming 0c754a13a8 fix a case where ast_lock_path() could leave a randomly-named lock file hanging around
20 years ago
Joshua Colp ff29ba6296 Add support to have maxauthreq as a global option
20 years ago
Kevin P. Fleming 648bc1828d remove some more bad examples of using printf
20 years ago
Kevin P. Fleming fe1708f190 get rid of some more printf's (although most of these were ifdef-ed out)
20 years ago
Matt O'Gorman f009c13db7 GRRR no fprintf!
20 years ago
Joshua Colp 3d8ef8de96 Add configuration option for IAX2 users that will limit the amount of outstanding AUTHREQs we are waiting for replies on.
20 years ago
Kevin P. Fleming 152df40d57 do masquerade-behind-proxy checking with better control over locks
20 years ago
Joshua Colp f1b2416353 Change message regarding marker bit forcing when SSRC changes to be shown only during debug so it doesn't overload high capacity systems
20 years ago
Matt O'Gorman 84881a0662 patch resolves issue with when to decide if its right time
20 years ago
BJ Weschke b617860594 Don't do wierd things on a callback agent that has attempted logoff while still on the phone.
20 years ago
Joshua Colp 5a86fcf1f8 Instead of giving the scheduled item ID on a peer expiration, give the time until they expire (issue #7455 reported by slavon)
20 years ago
Tilghman Lesher 1a1ae6b104 Fix spelling/grammar (issue 7493)
20 years ago
Joshua Colp f452a64598 Spell extension correctly in documentation for chan_oss dial (issue #7487 reported by flefoll)
20 years ago
Olle Johansson 2211a552d3 Tell clients based on old SIP standard that we only support MD5 digest authentication...
20 years ago
Olle Johansson b8e4f60589 issue #7470 - Need larger buffer for record-route headers...
20 years ago
Russell Bryant 1cf6171b0c fix a race condition that caused asterisk to log a *ton* of warnings on mac
20 years ago
Russell Bryant 99b3637d6a use ast_set_callerid to be more consistent and to make sure that the
20 years ago
Russell Bryant d89517f348 fix the build with BUSYDETECT_TONEONLY defined (issue #7414)
20 years ago
Tilghman Lesher 4bee2f3210 Bug 7349 - Directory did not work correctly when USE_ODBC_STORAGE was defined.
20 years ago
Tilghman Lesher 2f0b62b8d3 Bug 7388 - compatibility changes for Solaris
20 years ago
Kevin P. Fleming 55247bea10 clarify documentation for 'persistentmembers' setting
20 years ago
Kevin P. Fleming ab4bdf1e3f add documentation for peer-specific 'outboundproxy' setting
20 years ago
Olle Johansson 27aa56e14e Don't delete scheduled item twice in sip_destroy (already fixed in svn trunk)
20 years ago