aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-13Add sip show user and friends (bug #3571)markster1-13/+104
2005-02-12Merge SIP changes from oejmarkster1-113/+185
2005-02-11Flagify hold (bug #3456)markster1-5/+6
2005-02-10Separate IAX and SIP tables for users/peersmarkster1-4/+4
2005-02-10Merge tony's IAX/SIP realtime cache (bug #3509)markster1-23/+100
2005-02-09Handle DNS failures on startup more gracefully (bug #3086)markster1-19/+3
2005-02-07Fix callerid segfault in rare combination (bug #3519)markster1-1/+1
2005-02-03Show last tx/rx command in sip show channels (bug #3499)markster1-4/+6
2005-02-02Make sure we always transmit the same from line (bug #3492)markster1-3/+14
2005-02-01Fix silly typo (bug #3483)markster1-1/+1
2005-02-01Only use default callerid if it's specified (bug #3486)markster1-1/+1
2005-01-29Merge callevents etc (bug #3456)markster1-1/+22
2005-01-28Fix CID name when no CID name is supplied (bug #2795)markster1-5/+5
2005-01-28Handle oddly sent 'A' to 'D' (bug #3445)markster1-0/+2
2005-01-27Fix reload on sip peers (bug #3432)markster1-4/+16
2005-01-26Make sure registration is taken care of if DNS fails (bug #3424)markster1-0/+7
2005-01-25Merge config updates (bug #3406)markster1-16/+15
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-17Misc Grammer/formatting fixes - Thanks Corydon76! (bug #3361)twisted1-24/+24
2005-01-16Don't even attempt to masquerade a channel into itself (bug #3040)markster1-2/+2
2005-01-16Avoid duplicate 200 OKmarkster1-8/+9
2005-01-16config restructure, sip peer completion (bug #3352, #3327)markster1-17/+40
2005-01-15Make groups be 64-bits (bug #3351, with mods)markster1-6/+6
2005-01-13Fix realtime in SIP (bug #3332)markster1-9/+4
2005-01-12Send 405 Method Not Allowed when message received outside of call (bug #3324,...markster1-7/+10
2005-01-12Destroy sip channel when message is sent outside the context of a call...markster1-0/+2
2005-01-11shame on oej for submitting a patch which doesn't even compile, shame on me f...markster1-2/+2
2005-01-11Minor configuration fixes/standardizations (bug #3317)markster1-6/+7
2005-01-10Send "not compatible here" instead of "unavailable" on codec mismatch (bug #3...markster1-7/+15
2005-01-10Improve object destruction (bug #3286)markster1-138/+128
2005-01-09Set blind transfer variable (bug #3268)markster1-2/+8
2005-01-09Allow sip show users/peers to filter on regexp (bug #3222)markster1-38/+58
2005-01-09Don't allow masquerading into oneself (bug #3040)markster1-3/+7
2005-01-09Fix Alert-Info for optipoint 400 (bug #3288)markster1-1/+1