aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-29Fix registration bug with new astobj (bug #3184)markster1-1/+2
2004-12-28Merge kpflemings ASTOBJ improvements (bug #3167)markster1-103/+118
2004-12-28Make it possible to configure an externhost and not just an externip (bug #3069)markster1-0/+29
2004-12-27Fix inversion error on addrcmp (bug #3155)markster1-1/+1
2004-12-26fix to work with astobj stuffrussell1-2/+5
2004-12-25Add Asterisk "object model" and update chan_sip to use it for peers/regs/usersmarkster1-283/+203
2004-12-23Make sure users inherit NAT settings properly (bug #3125)markster1-0/+1
2004-12-23Fix sip hold bug (#3113)markster1-4/+5
2004-12-20Minor ACk fix (bug #2687, again)markster1-2/+2
2004-12-19Merge drumkilla's bitfield patch for SIP (bug #3083)markster1-195/+183
2004-12-19SIP locking improvementsmarkster1-9/+24
2004-12-18Fix SIP ACK for BYE (bug #3087)markster1-5/+14
2004-12-18Merge olle's amazing ACK fix (bug #2687)markster1-3/+95
2004-12-13Fix res_config_mysql crash (thanks drumkilla!) (bug #3009)markster1-2/+5
2004-12-12Merge SIP authentication reuse patch (bug #2917) aka "The Broadvoice Patch" w...markster1-18/+98
2004-12-12Make registertimeout be configurable (bug #2874)markster1-1/+8