aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-23simplify/fix lock retry, and fix commentkpfleming1-5/+4
2006-05-23 Sanity check code for an extended failure in trying to obtain a channel loc...bweschke1-1/+10
2006-05-22Preserve presentation bit when going through chan_local (issue #7002 reported...file1-0/+2
2006-05-20fix the possibility of writing one byte past the end of a buffer.russell1-2/+3
2006-05-20don't try to predict where the compiler will place things on the stack... put...kpfleming1-428/+428
2006-05-19use the specified 'subscribecontext' for a peer rather than the context found...kpfleming1-2/+6
2006-05-19Make the minidle option actually exist as documented (issue #7159 reported by...file1-0/+2
2006-05-18fix up a few more places to find the SDP properly (fallout from fix for #7124)kpfleming1-3/+3
2006-05-18handle incoming multipart/mixed message bodies in SIP and find the SDP, if pr...kpfleming1-26/+98
2006-05-18support 'inactive' tag for SDP media streams (simple fix, proper fix will app...kpfleming1-3/+3
2006-05-17Fix codec priority stuff during authentication (issue #6194 reported by jkoop...file1-17/+25
2006-05-17Issue #7176 - Crash in expire_registeroej1-3/+10
2006-05-17chan_sip did not use the TRANSFER_CONTEXT for transfers, like res_features. N...oej1-3/+8
2006-05-11ensure that we send a response to REGISTER requests that are successfully aut...kpfleming1-1/+6
2006-05-09 Add the appropriate jumping behavior that is the standard for 1.2.X to SIPGe...bweschke1-8/+31
2006-05-08Issue 7103 - mikmaoej1-2/+2
2006-05-08 Don't show agents as available when they are in wrap-up time. #6726 (ZX81)bweschke1-1/+4
2006-05-06ensure that the appropriate manager events are sent in all of the places whererussell1-0/+6
2006-05-05update chan_h323 to reflect the new prototype for rtp_set_peer (issue #6560, ...russell1-4/+2
2006-05-03Issue #7074 - Problem with long contact linesoej1-10/+12
2006-04-30remove a pointless comparison, since the buffer is smaller than the length be...kpfleming1-2/+2
2006-04-30allow top-level OPTIMIZE setting to affect builds in these subdirectories tookpfleming1-1/+1
2006-04-27Fix buglet in channel reassignment on SETUP_ACKmattf1-1/+1
2006-04-07- Fix cause codesoej1-2/+3
2006-04-07- Fix possible minor memory leak in chan_sipoej1-2/+5
2006-04-04Issue #6878 - Unhide DNDstate manager events (thanks casper)oej1-6/+5
2006-04-03Issue #6848 take two - Use the tag provided by the SUBSCRIBE request when sen...oej1-2/+6
2006-04-03Ugly patch to avoid hangup causes in non-final responsesoej1-1/+1
2006-03-31move a NULL check to before the first time the pointer is dereferenced (issue...russell1-2/+2
2006-03-31fix the situation where bindport is specified but bindaddr is not (issue #6616)russell1-20/+13
2006-03-30Bug 6853 - Manager fixes: 1) extra ActionID, 2) missing colontilghman1-5/+1
2006-03-29Issue #6823oej1-1/+1
2006-03-28fix Bus Error on sparc (issue #6354)russell1-2/+3
2006-03-28Fix breakage of NAT support for peers with qualify=yes.oej1-1/+1
2006-03-27Issue #6736 - Use flags for OPTION messages. Thanks Casper!oej1-1/+2
2006-03-27Issue #6597 - sip show registry shows incorrect portoej1-0/+2
2006-03-27Issue #6409 - Use "s" extension when there's no username in the URIoej1-9/+14
2006-03-23Fix SETUP_ACK handling so that we change channels if so requestedmattf1-9/+13
2006-03-22Issue #6766 - fix ;user=phone functionality. (Reported by alein, fix by russe...oej1-1/+1
2006-03-20Do not overwrite ANI if it's set by IE (sendany=yes in the peer)oej1-1/+2