aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-19Reset global_rtautoclear at sip reloadoej1-1/+2
2006-03-16always use the callerid signalling method set in the zt_pvt strucutre asrussell1-2/+2
2006-03-16To quote giant developers: "Oops". Thanks, Tony!oej1-1/+1
2006-03-15Issue #6728: Remove parameters to Event: header on SUBSCRIBE requestsoej1-0/+8
2006-03-12Set properties on two files that lacked properties for eol etcoej1-1/+1
2006-03-10Issue #5937 - Make sure SIP CANCEL's are re-transmittedoej1-3/+5
2006-03-09Issue #6576 - SIP_CODEC not used for early media (reported by gpapadop73)oej1-15/+26
2006-03-08Issue #6657 - Ignore 183 session progress without SDPoej1-4/+8
2006-03-07Bug 6020 - Race condition where packet could be lost if first packet on list ...tilghman1-2/+2
2006-03-05Clear page2 flags at reload toooej1-0/+1
2006-02-28fix the output that indicates whether qualify smoothing is on or not (issue #...russell1-1/+1
2006-02-27fix finding realtime peers that are not dynamic by ip address (issue #6093)russell1-1/+4
2006-02-20Handle ACKing properly (remove gratuitous -1)markster1-1/+1
2006-02-20Fix numerous places in jitter buffer where freed memory is referencedmarkster1-15/+25
2006-02-15ensure that agents logged in via the manager interface are stored in the pers...kpfleming1-0/+2
2006-02-14when answering INVITE, don't send codecs the peer didn't offer (issue #6052)kpfleming1-1/+1
2006-02-11fix memory leak from not destroying the scheduler context on module unloadrussell3-0/+3
2006-02-11clean up my mess from thread-starting changekpfleming1-1/+0
2006-02-11 kpfleming's fix from r9472 backported to 1.2bweschke1-1/+1
2006-02-10don't create monitor threads in detached mode, when we need to be able to pth...kpfleming3-18/+11
2006-02-09reload peercontext on iax2 reload (issue #6442)russell1-0/+1
2006-02-08Make logger report error,warning,notice if logger.confmogorman1-0/+3
2006-01-30disable buggy PRI user-user code until it can be fixedkpfleming1-0/+47
2006-01-28Issue 6182 - Don't remove scheduled event until it's really done. oej1-1/+4
2006-01-27Issue 6362 - Register without Contact: and Expires: fails (reporter: op)oej1-5/+3
2006-01-26fix problem with dtmf on e&m (issue #6364)russell1-1/+1
2006-01-26Issue 5898: Registrations does not get deleted if there's an active SIP dialogoej1-0/+13
2006-01-25don't call ast_update_realtime with uninitialized variables if we get arussell1-9/+8
2006-01-25fix memory leak (inspired by issue #6351)russell1-4/+4
2006-01-24Backport fix for #6229, hangup on polarity reversalmattf1-0/+4
2006-01-24Issue 6114: Don't hangup on BYE/ALSO with no channel.oej1-1/+2
2006-01-24Issue #6308 - never send response to ACK. (Reported by whiskerp)oej1-2/+4
2006-01-22 Bug fix: Correct some scenarios where CALL_LIMIT could not be getting adjust...bweschke1-1/+5