aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-13Add sched_when function (bug #4022)markster1-1/+1
2005-04-06*** empty log message ***kpfleming1-0/+4
2005-04-06actually space out the registrations :) (bug #3104)russell1-1/+2
2005-04-05report non-codec capabilities in 'sip debug' properly (bug #3960)kpfleming1-3/+3
2005-03-30add missing newlines (part2)anthm1-1/+1
2005-03-30add missing newlinesanthm1-1/+1
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-13/+12
2005-03-28Clear out received tag in 407/401's (bug #3885)markster1-0/+2
2005-03-28Don't forget blank header in notify (bug #3877)markster1-0/+1
2005-03-28Cleanup SIP method stuff a littlemarkster1-2/+1
2005-03-27Minor formatting fixesmarkster1-15/+12
2005-03-25Fix DTMF formatting (bug #3853)markster1-9/+9
2005-03-24Add SIP real authentication (bug #3782)markster1-6/+172
2005-03-24Fix SIP/IAX caching (bug #3671)markster1-0/+3
2005-03-24Make sure regtimeout is initialized (bug #3845)markster1-0/+1
2005-03-23Fix portability (Bug #3842)markster1-5/+5
2005-03-22Fix SIP realtime bug (somehow didn't get committed yesterday)markster1-13/+20
2005-03-21Make sure we don't accept streams we can't handle (bug #3818)markster1-19/+34
2005-03-21Update SIP/IAX documentation and code (Bug #3810)markster1-2/+2
2005-03-20Add SIPPeers and SIPShowPeer manager events (bug #3693 with mods)markster1-7/+226
2005-03-20Minor sipredirect fixes (bug #3789)markster1-8/+7
2005-03-20Fix "," to "." notation.markster1-1/+1
2005-03-20Comment on sensitivity (bug #3802)markster1-1/+1
2005-03-19icseq increments only on requests, not responses (bug #3798)markster1-6/+6
2005-03-19Strengthen RFC conformity with respect to tags and stupid SIP complexities.markster1-5/+5
2005-03-19Fix "little crash" in inuse handling (bug #3792)markster1-1/+1
2005-03-19Fix tag issue (bug #3795)markster1-1/+1
2005-03-17Reorganize SIP code to make more readable (bug #3781)markster1-639/+814
2005-03-17Make sip debug easier to read (bug #3785)markster1-11/+21
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-0/+1
2005-03-17Cleanup registration expirey with realtime (bug #3751)markster1-22/+30
2005-03-15Merge tony's refactoring code with small mods (bug #3710)markster1-103/+139
2005-03-09Slow down the registrations to space them outmarkster1-1/+4
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-47/+67
2005-03-02Be sure to process SDP if we already have an owner (bug #3701)markster1-0/+10
2005-02-26Fix small but big typo in REGISTER/SUBSCRIBE early RTP closing (bug #3673)markster1-2/+2
2005-02-26Add new callerpres parsing API (bug #3648)markster1-5/+11
2005-02-26Release RTP ports early (bug #3655)markster1-0/+18
2005-02-25Handle SDP *after* authentication (bug #3660)markster1-11/+11
2005-02-24Allow global "qualify" option (bug #3649)markster1-2/+15
2005-02-24Fix "tohost" logic errors (bug #3654)markster1-2/+2
2005-02-19Add sip redirect support (bug #3419i, with mods)markster1-1/+92
2005-02-18Add OEJ's md5 app (bug #3604)markster1-22/+6
2005-02-14Fix native agent transfer, add UPGRADE.txt for notes about backwards compatib...markster1-0/+2
2005-02-14Merge OSP udpatesmarkster1-1/+12
2005-02-13Remove a couple of peerification bbugs (bug #3576)markster1-1/+6
2005-02-13Merge limits patch (bug #3581)markster1-17/+62
2005-02-13Fix user=phone stuff (bug #3575)markster1-1/+1
2005-02-13Add sip show user completion (bug #3574)markster1-1/+28
2005-02-13Add callingpres/calling limit support, small updates (bug #3577 with mods)markster1-18/+61