summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2004-04-15Fix name properlyMark Spencer
2004-04-07Keep random data around, we'll need it for certain bogus REGISTER and INVITE ...Mark Spencer
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-04-06Bump branch id on INVITE with auth (bug #1313)Mark Spencer
2004-04-05Support some more SIP idiociesMark Spencer
2004-04-04603 is a busy tooMark Spencer
2004-04-04Various video fixes (bug #688)Mark Spencer
2004-04-04Fix small SIP issue with SER (bug #1181)Mark Spencer
2004-04-04Provide more useful debugging on retries and scheddestroy()Mark Spencer
2004-04-02Keep REGISTER dialog open a little longer in case they don't get our 200 OK r...Mark Spencer
2004-04-02When going to in-band, be sure to allocate DSP (bug #1336)Mark Spencer
2004-04-02Update security document, work on threading with pbx.c and small SIP fixesMark Spencer
2004-04-01Expand SIP opaque buffers, prefer recursive to "error checking" mutexes...Mark Spencer
2004-03-31Leave retry time alone, handle "opaque" stuff in message.Mark Spencer
2004-03-29Small SIP fix, voicemail fix, and some delivery fixes on new appsMark Spencer
2004-03-28Attempt at incrementing branch (or changing it) at the right places (bug #1313)Mark Spencer
2004-03-27Make read/write mode have a lock parameter and use it properly.Mark Spencer
2004-03-24Allow expiration of several messages to be non-fatal.Mark Spencer
2004-03-23It's okay to send RINGING > 1 time, and don't try to send it in-bandMark Spencer
2004-03-23Minor SIP cleanups for valgrind, finally close the coffin on IAX1 and take it ouMark Spencer
2004-03-21Fix mysql friends by typeMark Spencer
2004-03-21Don't reconstruct authentication information on retransmissions.Mark Spencer
2004-03-19Favor requested codec whenever possible (pass #1)Mark Spencer
2004-03-19Populate DNID for SIPMark Spencer
2004-03-16Bug # 1116. CallerID number not hidden when RestrictCID is on, FixedMalcolm Davenport
2004-03-15Fixup some pthread_t checking in channelsJames Golovich
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andJames Golovich
2004-03-15Bug #1213. Fix for improperly specified Content-Length headerMalcolm Davenport
2004-03-14Turn off silence suppression in SDPMark Spencer
2004-03-09Make mess more informative if non-dynamic sip user registers (bug 1186)James Golovich
2004-03-05Expand our definition of 3XX responsesMark Spencer
2004-03-04Add support for parking with IAX2Mark Spencer
2004-03-02Process SDP on 183 session progress (bug #930)Mark Spencer
2004-03-01Handle video codecs properlyMark Spencer
2004-02-25Bug # 1052 Got it this time..I'm sure of it ;)Malcolm Davenport
2004-02-24Fix Bug # 935 and Bug # 1052Malcolm Davenport
2004-02-20Improve SIP friends support (should address bugs #1063 & #1052)Mark Spencer
2004-02-19Fix another spelling typo in chan_sip.c (bug #1059)James Golovich
2004-02-19Fix spelling typo in chan_sip.c (bug #1059)James Golovich
2004-02-15Fix typo in chan_sip.c (bug #1037)James Golovich
2004-02-09Fix memory leak with SIP friends (bug #1010)Mark Spencer
2004-02-09Properly fully URL decode the REPLACES in SIP and also watch for edge conditi...Mark Spencer
2004-02-07Insert blank after REFER (bug #997)Mark Spencer
2004-02-02Don't get stuck in loopMark Spencer
2004-02-02Force SIP reload to happen in network thread onlyMark Spencer
2004-02-02Fix small typosMark Spencer
2004-02-02Centralize all sip registration around a single lockMark Spencer
2004-02-02Perform proper locking on registration on SIPMark Spencer
2004-02-02Release the call when freeing a registryMark Spencer
2004-02-02NetBSD portability enhancements (bug #969)Mark Spencer