aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.0@7221 f38db490-d61c-...kpfleming1-0/+0
2004-09-16Get rid of compile warningsmarkster1-22/+22
2004-09-16Add IAX2/SIP register events to system (bug #2117)markster1-3/+21
2004-09-16Fix tiny typo (bug #2455)markster1-1/+1
2004-09-15Update mp3 copyright header, fix pedantic + register in SIP (bug #2422)markster1-14/+13
2004-09-15Fix extraneous message when using mysql friendsmarkster1-0/+1
2004-09-15Oops, fix small typomarkster1-1/+2
2004-09-14Consider both tags as possible matches (bug #2422)markster1-11/+12
2004-09-13Work with globals too (bug #2427)markster1-8/+13
2004-09-13Use fromdomain in creating callid if specified (bug #2427)markster1-0/+6
2004-09-11Improve initial poking behavior (bug #2419)markster1-10/+18
2004-09-10Handle both pre- and post- whitespace if pedantic checking is on (bug #2411)markster1-5/+29
2004-09-09Only pool CONGESTION if there is an owner in the case of a 501markster1-3/+4
2004-09-09Use noncodec capability when masking (bug #2394)markster1-1/+1
2004-09-09Don't consider RTP timeout if the channel isn't upmarkster1-1/+1
2004-09-07Add option to register extensions on IAX or SIP registrationmarkster1-0/+30
2004-09-07bug fixesmattf1-0/+5
2004-09-07Don't attempt to qualify before we have a socket (bug #2331)markster1-1/+1
2004-09-07Consider service unavailable as CONGESTION (bug #2391)markster1-0/+1
2004-09-04Treat 400 response as "CONGESTION" (bug #2369)markster1-0/+1
2004-09-02Fix "duplicate answer" issue (bug #2342)markster1-1/+0
2004-08-31Some need bigger registerymarkster1-1/+1
2004-08-31Use "fullcontact" on outbound calls toomarkster1-3/+4
2004-08-31Use Contact for URI if supplied...markster1-15/+13
2004-08-31More Asterisk sparc patches (courtesy Belgarath)markster1-8/+6
2004-08-31Minor SIP cleanup for poking on startup (bug #2331)markster1-1/+1
2004-08-30Track extra parameters in contact (bug #732)markster1-5/+26
2004-08-29Set DTMF modes by peer/user properly (bug #2303)markster1-1/+2
2004-08-27Fix nat registration (bug #2315)markster1-1/+1
2004-08-27When detecting a hairpin, redirect to the appropriate local extension (bug #1...markster1-0/+8
2004-08-27Add new "route" mode to work around UNIDEN bugs (bug #2308)markster1-37/+60
2004-08-26Repair offer/answer model (bug #2293), initial CNG work for new frametypemarkster1-0/+3
2004-08-23Qualify rtptimeout with a reinvite having taken place (bug #2286)markster1-7/+21
2004-08-23Handle quoted <'s (bug #2223)markster1-1/+11
2004-08-18Remove unused tmp2 variablemarkster1-2/+0
2004-08-18Make sure jointcapability really indicates joint capability (bug #2210)markster1-3/+10
2004-08-18Add another field to track whether video was invited or not (bug #2226)markster1-2/+5
2004-08-17Fix minor typos (bug #2260)markster1-1/+2
2004-08-17Can't check incoming sip debug until after we receive the packet!markster1-1/+2
2004-08-17Fix broken 100 Trying on REFER and also send NOTIFY as per RFC 3515markster1-10/+40
2004-08-17Merge Lenny's sorcery....markster1-1/+1
2004-08-08Merge BSD stack size work (bug #2067)markster1-2/+2
2004-08-08Make sure we use AF_INETmarkster1-0/+1
2004-07-31Send proper contact in 200 OK to REGISTERmarkster1-0/+2
2004-07-31Improve debugging of RTP ports (bug #2131, heavily modified)markster1-5/+13
2004-07-29Default port to 5060markster1-0/+1
2004-07-28Add "username" to sip show peer (bug #2163) as well as a few config cleanupsmarkster1-0/+1
2004-07-27Make ACK sticky too (bug #2134)markster1-1/+1
2004-07-27Make request URI in CANCEL match that of the original INVITE exactly (bug #2134)markster1-2/+4
2004-07-22Remove quotes from MD5 (bug #2116)markster1-8/+11