aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-09Minor externip fixes (bug #3262)markster1-10/+10
2005-01-07Fix "externhost"markster1-1/+1
2005-01-07Support CNG transmission when on hold (bug #2904)markster1-2/+30
2005-01-05If pedantic mode enabled, look for media-level addressesmarkster1-2/+33
2005-01-05Fix compliance of SIP presence (bug #3251)markster1-0/+2
2005-01-05More flagification (bug #3254)markster1-13/+13
2005-01-05Merge OSP updates from matt nicholson (with changes)markster1-3/+26
2005-01-05Merge sip notify fixes (bug #3243)markster1-104/+107
2005-01-04Allow generic sip notify (bug #3231)markster1-2/+111
2005-01-04Allow early exit from traverse (bug #3221)markster1-8/+8
2005-01-03Merge OEJ's print groups feature (bug #3228, with changes)markster1-14/+7
2005-01-02Improve check ordermarkster1-3/+3
2004-12-31Fix GCC 2.95 build (bug #3211)markster1-2/+1
2004-12-30Switch more options into flags (bug #3201)markster1-376/+275
2004-12-29Stop transmission when sendonly is set (bug #3185)markster1-0/+2
2004-12-29Fix MWI for SIP when using "friend" type (bug #3004)markster1-9/+18