aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-26SIP cleanups for database linkagemarkster1-134/+186
2004-04-26Use proper token for authenticating BYEmarkster1-3/+8
2004-04-26Clean up SQL queries (bug #1479)markster1-2/+2
2004-04-26Also handle properly \r\n instead of just \n...markster1-1/+8
2004-04-26Committed a little bit too quickly there...markster1-5/+2
2004-04-26First pass at handling multi-line headersmarkster1-4/+13
2004-04-22gethostbyname isn't reentrant, who knew...markster1-14/+23
2004-04-21Increase buffer size (bug #1459)markster1-1/+1
2004-04-19Fix trailing slash problem (Zap) and making sure refers get ignored the secon...markster1-20/+22
2004-04-15Fix name properlymarkster1-1/+4
2004-04-07Keep random data around, we'll need it for certain bogus REGISTER and INVITE ...markster1-2/+0
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-35/+32
2004-04-06Bump branch id on INVITE with auth (bug #1313)markster1-2/+5
2004-04-05Support some more SIP idiociesmarkster1-3/+28
2004-04-04603 is a busy toomarkster1-0/+1
2004-04-04Various video fixes (bug #688)markster1-3/+6
2004-04-04Fix small SIP issue with SER (bug #1181)markster1-1/+1
2004-04-04Provide more useful debugging on retries and scheddestroy()markster1-1/+3
2004-04-02Keep REGISTER dialog open a little longer in case they don't get our 200 OK r...markster1-2/+4
2004-04-02When going to in-band, be sure to allocate DSP (bug #1336)markster1-1/+12
2004-04-02Update security document, work on threading with pbx.c and small SIP fixesmarkster1-14/+25
2004-04-01Expand SIP opaque buffers, prefer recursive to "error checking" mutexes...markster1-3/+3
2004-03-31Leave retry time alone, handle "opaque" stuff in message.markster1-1/+15
2004-03-29Small SIP fix, voicemail fix, and some delivery fixes on new appsmarkster1-0/+2
2004-03-28Attempt at incrementing branch (or changing it) at the right places (bug #1313)markster1-28/+33
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-4/+4
2004-03-24Allow expiration of several messages to be non-fatal.markster1-32/+42
2004-03-23It's okay to send RINGING > 1 time, and don't try to send it in-bandmarkster1-1/+1
2004-03-23Minor SIP cleanups for valgrind, finally close the coffin on IAX1 and take it oumarkster1-2/+2
2004-03-21Fix mysql friends by typemarkster1-1/+2
2004-03-21Don't reconstruct authentication information on retransmissions.markster1-9/+22
2004-03-19Favor requested codec whenever possible (pass #1)markster1-6/+26
2004-03-19Populate DNID for SIPmarkster1-0/+2
2004-03-16Bug # 1116. CallerID number not hidden when RestrictCID is on, Fixedmalcolmd1-1/+3
2004-03-15Fixup some pthread_t checking in channelscitats1-1/+1
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andcitats1-4/+4
2004-03-15Bug #1213. Fix for improperly specified Content-Length headermalcolmd1-1/+1
2004-03-14Turn off silence suppression in SDPmarkster1-0/+1
2004-03-09Make mess more informative if non-dynamic sip user registers (bug 1186)citats1-1/+1
2004-03-05Expand our definition of 3XX responsesmarkster1-0/+3
2004-03-04Add support for parking with IAX2markster1-4/+7
2004-03-02Process SDP on 183 session progress (bug #930)markster1-3/+7
2004-03-01Handle video codecs properlymarkster1-1/+1
2004-02-25Bug # 1052 Got it this time..I'm sure of it ;)malcolmd1-5/+5
2004-02-24Fix Bug # 935 and Bug # 1052malcolmd1-7/+7
2004-02-20Improve SIP friends support (should address bugs #1063 & #1052)markster1-9/+17
2004-02-19Fix another spelling typo in chan_sip.c (bug #1059)citats1-1/+1
2004-02-19Fix spelling typo in chan_sip.c (bug #1059)citats1-1/+1
2004-02-15Fix typo in chan_sip.c (bug #1037)citats1-2/+2
2004-02-09Fix memory leak with SIP friends (bug #1010)markster1-0/+2