Commit Graph

6991 Commits (f46ab63b6c47ea91e7baf45b7bd56618ebff9daf)
 

Author SHA1 Message Date
Steve Murphy f46ab63b6c This fixes a compile problem for s390 as reported in bug 7253.
19 years ago
Kevin P. Fleming 1cd1b27779 ensure that global 'maxauthreq' is reset to zero during 'reload'
19 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
Kevin P. Fleming 3d09ddb98e ensure that two SIP channels that exist at the same moment will not have the same channel names (issue #7245, different fix)
20 years ago
Olle Johansson bbcb713b68 Issue 6997 maybe, but anyway - don't retransmit responses to NON-invite requests.
20 years ago
Tilghman Lesher f6b683b302 Bug 7425 - Size of buffer is passed in by len
20 years ago
BJ Weschke 64def5d791 We should lock the queue before we go making changes to member interface statuses.
20 years ago
Joshua Colp 4564907b41 Add Venezuelan indications (issue #7402 reported by palillo)
20 years ago
Tilghman Lesher 6d2cff5290 Bug 7398 - Solaris puts its zoneinfo files in a nonstandard place
20 years ago
Olle Johansson e5505d1baf Issue #6820 - Possible fix (already implemented in trunk)
20 years ago
Joshua Colp 43ad959914 Call reset_user_pw upon changing the password using externpass (issue #7395 reported by Ryan Cumming)
20 years ago
Tilghman Lesher 4c688bb3b3 Issue 7357 - txt file left behind when going to operator. Also, fix a possible file descriptor leak.
20 years ago
Russell Bryant 1eb2822b3b don't set state to BUSY if the channel is already in the UP state
20 years ago
Russell Bryant 4893f1917f don't store multiple secrets delimited with semicolons for peers because this
20 years ago
Joshua Colp 7807373222 Zero out a declared structure so as to not crash if it contains invalid data (reported by Qwell on #asterisk-dev)
20 years ago
Olle Johansson 3cf57b8066 Issue 7294 - patch by phsultan - Asterisk sends Invite instead of BYE in some cases.
20 years ago