aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-08-20Turn media level c= parsing on by default (issue #7725 reported by psm)file1-22/+18
2006-08-17rename file per crichter's requestkpfleming1-0/+0
2006-08-17This rather small ;-) commit merges the changes from my team branch 0.3.0 into tcrichter14-6256/+5222
2006-08-16don't allow AUEP responses to overflow the stack during a string copy (report...kpfleming1-4/+6
2006-08-08Increase the buffer size for the callid (issue #7675, reported by pssatcs)russell1-2/+2
2006-08-07Fix a crash reported to me by hads on IRC. This crash would occur with the userussell1-10/+10
2006-08-05don't advertise that this function can set a SIP header when it can onlyrussell1-1/+1
2006-08-05Fix an issue that would cause a NewCallerID manager event to be generatedrussell10-30/+94
2006-08-02fix brain-damage I introduced when trying to fix the CANCEL/BYE sending mecha...kpfleming1-9/+12
2006-07-31don't reissue hangup requests for SIP channels that have expired their RTP ti...kpfleming1-2/+12
2006-07-29How many attempts does it take to make a SIP URI parser that works well? I'm ...file1-22/+23
2006-07-28Make a copy of the request URI in check_user_full instead of modifying the on...file1-12/+15
2006-07-27Fix crash when using the "regexten" option with MALLOC_DEBUG enabled. This wasrussell1-1/+10
2006-07-27fix a crash when MALLOC_DEBUG is enabled and the regexten is enabled. The crashrussell1-1/+10
2006-07-26Put default callerid into contact when the one specified is either NULL or ha...file1-1/+1
2006-07-25This resolves a deadlock that a tech support customer was getting frequentlyrussell1-1/+7
2006-07-19ensure that global 'maxauthreq' is reset to zero during 'reload'kpfleming1-0/+2
2006-07-13report address of peer trying to subscribe to unknown hintkpfleming1-1/+3
2006-07-12Add support to have maxauthreq as a global optionfile1-0/+6
2006-07-12remove some more bad examples of using printfkpfleming3-47/+1
2006-07-11Add configuration option for IAX2 users that will limit the amount of outstan...file1-6/+92
2006-07-06 Don't do wierd things on a callback agent that has attempted logoff while st...bweschke1-2/+4
2006-07-06Instead of giving the scheduled item ID on a peer expiration, give the time u...file1-1/+1
2006-07-05Spell extension correctly in documentation for chan_oss dial (issue #7487 rep...file1-1/+1
2006-07-04Tell clients based on old SIP standard that we only support MD5 digest authen...oej1-2/+2
2006-07-03issue #7470 - Need larger buffer for record-route headers...oej1-1/+1
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell11-134/+40
2006-06-28Don't delete scheduled item twice in sip_destroy (already fixed in svn trunk)oej1-3/+0
2006-06-26ensure that two SIP channels that exist at the same moment will not have the ...kpfleming1-3/+3
2006-06-26Issue 6997 maybe, but anyway - don't retransmit responses to NON-invite reque...oej1-2/+3
2006-06-25Bug 7425 - Size of buffer is passed in by lentilghman1-1/+1
2006-06-20Issue #6820 - Possible fix (already implemented in trunk)oej1-9/+14
2006-06-18don't store multiple secrets delimited with semicolons for peers because thisrussell1-5/+1
2006-06-16Zero out a declared structure so as to not crash if it contains invalid data ...file1-0/+1
2006-06-15Issue 7294 - patch by phsultan - Asterisk sends Invite instead of BYE in some...oej1-1/+1
2006-06-14use existing dial string parser for strings supplied to iax2_devicestate, bec...kpfleming1-37/+25
2006-06-12only allow chan_local to masquerade the outbound channel onto its owner, inst...kpfleming1-1/+13
2006-06-09Remove an unneeded double lock (issue #7310 reported by arkadia)file1-2/+0
2006-06-09Do not require a context on a domain= settingoej1-2/+2
2006-06-07fix some broken code with BRIDGE_OPTIMIZATION defined (issue #7292)russell1-4/+4
2006-06-06clean up yesterday's security fix to not cause breakage when video mini frame...kpfleming1-12/+19
2006-06-05ensure that the received number of bytes is included in all IAX2 incoming fra...kpfleming1-26/+37
2006-05-31fix misplaced manager event (issue #6866, flefoll)russell1-6/+6
2006-05-25allow SIPCHANINFO(peername) to work for calls from users as well (issue #7215)kpfleming1-0/+1
2006-05-24oops... make sure to stop processing a request once we have sent an authentic...kpfleming1-0/+6
2006-05-24don't send CANCEL on a pending INVITE if we haven't received a provisional re...kpfleming1-24/+50
2006-05-24respect 'usecallingpres' in zapata.conf even if CLID has not been set for the...kpfleming1-3/+2
2006-05-24fix for non-OSP builds (issue #7217)kpfleming1-1/+1
2006-05-24add an option to allow the admin to 'hide' SIP user/peer names from systems t...kpfleming1-12/+44
2006-05-23fix the sourceaddress option (issue #7213, alphaque)russell1-0/+1