aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-09Properly fully URL decode the REPLACES in SIP and also watch for edge conditi...markster1-1/+5
2004-02-07Insert blank after REFER (bug #997)markster1-2/+5
2004-02-02Don't get stuck in loopmarkster1-1/+1
2004-02-02Force SIP reload to happen in network thread onlymarkster1-45/+43
2004-02-02Fix small typosmarkster1-1/+1
2004-02-02Centralize all sip registration around a single lockmarkster1-20/+44
2004-02-02Perform proper locking on registration on SIPmarkster1-29/+48
2004-02-02Release the call when freeing a registrymarkster1-0/+2
2004-02-02NetBSD portability enhancements (bug #969)markster1-1/+3
2004-02-01If unregistered, don't consider it valid (bug #956)markster1-2/+3
2004-01-26Don't send VMWI when we're not registeredmarkster1-1/+1
2004-01-26Send 481 if call leg does not exist on CANCEL, and send 487 before 200 as per...markster1-2/+6