Cleanup SIP method stuff a little
[asterisk/asterisk.git] / channels / chan_sip.c
2005-03-28 Mark SpencerCleanup SIP method stuff a little
2005-03-27 Mark SpencerMinor formatting fixes
2005-03-25 Mark SpencerFix DTMF formatting (bug #3853)
2005-03-24 Mark SpencerAdd SIP real authentication (bug #3782)
2005-03-24 Mark SpencerFix SIP/IAX caching (bug #3671)
2005-03-24 Mark SpencerMake sure regtimeout is initialized (bug #3845)
2005-03-23 Mark SpencerFix portability (Bug #3842)
2005-03-22 Mark SpencerFix SIP realtime bug (somehow didn't get committed...
2005-03-21 Mark SpencerMake sure we don't accept streams we can't handle ...
2005-03-21 Mark SpencerUpdate SIP/IAX documentation and code (Bug #3810)
2005-03-20 Mark SpencerAdd SIPPeers and SIPShowPeer manager events (bug #3693...
2005-03-20 Mark SpencerMinor sipredirect fixes (bug #3789)
2005-03-20 Mark SpencerFix "," to "." notation.
2005-03-20 Mark SpencerComment on sensitivity (bug #3802)
2005-03-19 Mark Spencericseq increments only on requests, not responses (bug...
2005-03-19 Mark SpencerStrengthen RFC conformity with respect to tags and...
2005-03-19 Mark SpencerFix "little crash" in inuse handling (bug #3792)
2005-03-19 Mark SpencerFix tag issue (bug #3795)
2005-03-17 Mark SpencerReorganize SIP code to make more readable (bug #3781)
2005-03-17 Mark SpencerMake sip debug easier to read (bug #3785)
2005-03-17 Mark SpencerAdd PLC and jitter buffer and iax2 meta trunk with...
2005-03-17 Mark SpencerCleanup registration expirey with realtime (bug #3751)
2005-03-15 Mark SpencerMerge tony's refactoring code with small mods (bug...
2005-03-09 Mark SpencerSlow down the registrations to space them out
2005-03-04 Mark SpencerRework channel structure to eliminate "pvt" portion...
2005-03-02 Mark SpencerBe sure to process SDP if we already have an owner...
2005-02-26 Mark SpencerFix small but big typo in REGISTER/SUBSCRIBE early...
2005-02-26 Mark SpencerAdd new callerpres parsing API (bug #3648)
2005-02-26 Mark SpencerRelease RTP ports early (bug #3655)
2005-02-25 Mark SpencerHandle SDP *after* authentication (bug #3660)
2005-02-24 Mark SpencerAllow global "qualify" option (bug #3649)
2005-02-24 Mark SpencerFix "tohost" logic errors (bug #3654)
2005-02-19 Mark SpencerAdd sip redirect support (bug #3419i, with mods)
2005-02-18 Mark SpencerAdd OEJ's md5 app (bug #3604)
2005-02-14 Mark SpencerFix native agent transfer, add UPGRADE.txt for notes...
2005-02-14 Mark SpencerMerge OSP udpates
2005-02-13 Mark SpencerRemove a couple of peerification bbugs (bug #3576)
2005-02-13 Mark SpencerMerge limits patch (bug #3581)
2005-02-13 Mark SpencerFix user=phone stuff (bug #3575)
2005-02-13 Mark SpencerAdd sip show user completion (bug #3574)
2005-02-13 Mark SpencerAdd callingpres/calling limit support, small updates...
2005-02-13 Mark SpencerAdd sip show user and friends (bug #3571)
2005-02-12 Mark SpencerMerge SIP changes from oej
2005-02-11 Mark SpencerFlagify hold (bug #3456)
2005-02-10 Mark SpencerSeparate IAX and SIP tables for users/peers
2005-02-10 Mark SpencerMerge tony's IAX/SIP realtime cache (bug #3509)
2005-02-09 Mark SpencerHandle DNS failures on startup more gracefully (bug...
2005-02-07 Mark SpencerFix callerid segfault in rare combination (bug #3519)
2005-02-03 Mark SpencerShow last tx/rx command in sip show channels (bug ...
2005-02-02 Mark SpencerMake sure we always transmit the same from line (bug...
2005-02-01 Mark SpencerFix silly typo (bug #3483)
2005-02-01 Mark SpencerOnly use default callerid if it's specified (bug #3486)
2005-01-29 Mark SpencerMerge callevents etc (bug #3456)
2005-01-28 Mark SpencerFix CID name when no CID name is supplied (bug #2795)
2005-01-28 Mark SpencerHandle oddly sent 'A' to 'D' (bug #3445)
2005-01-27 Mark SpencerFix reload on sip peers (bug #3432)
2005-01-26 Mark SpencerMake sure registration is taken care of if DNS fails...
2005-01-25 Mark SpencerMerge config updates (bug #3406)
2005-01-21 Russell Bryantupdate copyright headers for 2005
2005-01-17 Josh RobersonMisc Grammer/formatting fixes - Thanks Corydon76! ...
2005-01-16 Mark SpencerDon't even attempt to masquerade a channel into itself...
2005-01-16 Mark SpencerAvoid duplicate 200 OK
2005-01-16 Mark Spencerconfig restructure, sip peer completion (bug #3352...
2005-01-15 Mark SpencerMake groups be 64-bits (bug #3351, with mods)
2005-01-13 Mark SpencerFix realtime in SIP (bug #3332)
2005-01-12 Mark SpencerSend 405 Method Not Allowed when message received outsi...
2005-01-12 Mark SpencerDestroy sip channel when message is sent outside the...
2005-01-11 Mark Spencershame on oej for submitting a patch which doesn't even...
2005-01-11 Mark SpencerMinor configuration fixes/standardizations (bug #3317)
2005-01-10 Mark SpencerSend "not compatible here" instead of "unavailable...
2005-01-10 Mark SpencerImprove object destruction (bug #3286)
2005-01-09 Mark SpencerSet blind transfer variable (bug #3268)
2005-01-09 Mark SpencerAllow sip show users/peers to filter on regexp (bug...
2005-01-09 Mark SpencerDon't allow masquerading into oneself (bug #3040)
2005-01-09 Mark SpencerFix Alert-Info for optipoint 400 (bug #3288)
2005-01-09 Mark SpencerMinor externip fixes (bug #3262)
2005-01-07 Mark SpencerFix "externhost"
2005-01-07 Mark SpencerSupport CNG transmission when on hold (bug #2904)
2005-01-05 Mark SpencerIf pedantic mode enabled, look for media-level addresses
2005-01-05 Mark SpencerFix compliance of SIP presence (bug #3251)
2005-01-05 Mark SpencerMore flagification (bug #3254)
2005-01-05 Mark SpencerMerge OSP updates from matt nicholson (with changes)
2005-01-05 Mark SpencerMerge sip notify fixes (bug #3243)
2005-01-04 Mark SpencerAllow generic sip notify (bug #3231)
2005-01-04 Mark SpencerAllow early exit from traverse (bug #3221)
2005-01-03 Mark SpencerMerge OEJ's print groups feature (bug #3228, with changes)
2005-01-02 Mark SpencerImprove check order
2004-12-31 Mark SpencerFix GCC 2.95 build (bug #3211)
2004-12-30 Mark SpencerSwitch more options into flags (bug #3201)
2004-12-29 Mark SpencerStop transmission when sendonly is set (bug #3185)
2004-12-29 Mark SpencerFix MWI for SIP when using "friend" type (bug #3004)
2004-12-29 Mark SpencerFix registration bug with new astobj (bug #3184)
2004-12-28 Mark SpencerMerge kpflemings ASTOBJ improvements (bug #3167)
2004-12-28 Mark SpencerMake it possible to configure an externhost and not...
2004-12-27 Mark SpencerFix inversion error on addrcmp (bug #3155)
2004-12-26 Russell Bryantfix to work with astobj stuff
2004-12-25 Mark SpencerAdd Asterisk "object model" and update chan_sip to...
2004-12-23 Mark SpencerMake sure users inherit NAT settings properly (bug...
2004-12-23 Mark SpencerFix sip hold bug (#3113)
2004-12-20 Mark SpencerMinor ACk fix (bug #2687, again)
next