Commit Graph

2696 Commits (00ca92aeeeedd7191ce1f9abc011a58b9fbc968c)

Author SHA1 Message Date
Russell Bryant 00ca92aeee Check to see if the channel that is activating the IAXPEER function is actually
19 years ago
Kevin P. Fleming 377dac8495 make some more functions static
19 years ago
Matt O'Gorman 942768c022 fixes some verbose vs debug issues. patch from bug 2617
19 years ago
Olle Johansson eb4bd38c92 Issue #7682 - don't add contacts to 4xx responses.
19 years ago
Tilghman Lesher a729fb97e4 When a realtime peer expires, reset the ipaddress in the realtime database back to 0 (Issue 6656)
19 years ago
Tilghman Lesher 1df9da9fef Error message references wrong argument (Issue 7951)
19 years ago
Olle Johansson ed09034360 - Reset proper flag
19 years ago
Joshua Colp a4e28347fe Use ast_best_codec to set the read/write format
19 years ago
BJ Weschke ff9fce4bb8 Look ma! No more deadlocks! <sic>
19 years ago
Christian Richter 8be5b66038 fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug log to the very begining of misdn_hangup.
19 years ago
Joshua Colp e627ecb8a7 Make realtime regseconds work as people expected (0 on registration expiration or release, and actual on normal state) (issue #7684 reported by kshumard)
19 years ago
Olle Johansson 9eb92ed083 Don't kill the pvt before we have sent ACK on CANCEL (needs more testing before making a release)
19 years ago
Joshua Colp 1e21d7a537 Only wipe the redirected audio & video IP/port if it's specified, and trigger a reinvite.
19 years ago
Kevin P. Fleming abb4e3a3a4 put in proper fix for issue #7294 instead of the broken partial fix that was committed, and thereby also fix issue #7438
19 years ago
Olle Johansson abfcb8d31e Issue #7572 - Hangup when receiving a buggy 487 response to an INVITE
19 years ago
Russell Bryant e174a3c762 Restore original functionality of 1.2 in places where ANI was not set, but was
19 years ago
Olle Johansson 955aa04edc Issue 7822 - don't use SRV lookups if it's disabled.
19 years ago
Matthew Fredrickson 640f0361b9 There, much better.
19 years ago
Matthew Fredrickson 3bfeacea91 Don't send proceeding twice (#7800)
19 years ago
Joshua Colp 379785c401 Turn media level c= parsing on by default (issue #7725 reported by psm)
19 years ago
Kevin P. Fleming 2650ee2f9a rename file per crichter's request
19 years ago
Christian Richter 71b348be1c This rather small ;-) commit merges the changes from my team branch 0.3.0 into t
19 years ago
Kevin P. Fleming c3a46b712e don't allow AUEP responses to overflow the stack during a string copy (reported by Mu Security)
19 years ago
Russell Bryant b740b45902 Increase the buffer size for the callid (issue #7675, reported by pssatcs)
19 years ago
Russell Bryant fdfc694ca3 Fix a crash reported to me by hads on IRC. This crash would occur with the use
19 years ago
Russell Bryant 54b8d83e4f don't advertise that this function can set a SIP header when it can only
19 years ago
Russell Bryant 66b15a3461 Fix an issue that would cause a NewCallerID manager event to be generated
19 years ago
Kevin P. Fleming 8ddb00adaa fix brain-damage I introduced when trying to fix the CANCEL/BYE sending mechanism for pending INVITES
19 years ago
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 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)
20 years ago
Russell Bryant 228c35198c Fix crash when using the "regexten" option with MALLOC_DEBUG enabled. This was
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
Kevin P. Fleming 1cd1b27779 ensure that global 'maxauthreq' is reset to zero during 'reload'
20 years ago
Kevin P. Fleming 88ccb628f9 report address of peer trying to subscribe to unknown hint
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
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
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
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 99b3637d6a use ast_set_callerid to be more consistent and to make sure that the
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