aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-02Use snprintf instead of sprintf in one place. There is no vulnerability hererussell1-1/+1
2007-09-26I changed my mind ... I think this should be a LOG_NOTICE.russell1-5/+3
2007-09-26Add a log message that was requested by the masses in the developer tutorialrussell1-1/+7
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-23/+23
2007-09-21Fix video under certain circumstances. It would have been possible for the fo...file1-5/+9
2007-09-20Make sure the minimum T1 timer value is obeyed in all cases.file1-1/+1
2007-09-20Fix a minor spelling error.file1-1/+1
2007-09-19(closes issue #10760)file1-0/+2
2007-09-06(closes issue #9724, closes issue #10374)russell1-1/+10
2007-09-04there is no point in sending 401 Unauthorized to a UAS that sent us a properl...kpfleming1-4/+4
2007-08-30(closes issue #10514)file1-1/+1
2007-08-29(closes issue #9690)file1-9/+6
2007-08-27(closes issue #10561)file1-1/+1
2007-08-22Don't crash when using realtime in chan_sip without an insecure setting in th...russell1-0/+4
2007-08-21Don't record SIP dialog history if it's not turned on. Also, put an upperrussell1-1/+20
2007-08-17Don't send a semicolon over the wire in sip notify messages.qwell1-1/+1
2007-08-17Fix some crashes in chan_sip. This patch changes various places that add itemsrussell1-2/+13
2007-08-15(closes issue #10456)file1-1/+1
2007-08-13(closes issue #10437)file1-2/+0
2007-08-09I broke canreinvite...Now I'm fixing it. I put some new code in the wrong pla...mmichelson1-31/+36
2007-08-07Allow chan_sip to build in devmodeqwell1-1/+1
2007-08-06It is possible for a transfer to occur before the remote device has our tag i...file1-1/+1
2007-08-06Fixed a mistake I made in realtime_peer which caused it to return NULL every ...mmichelson1-1/+2
2007-08-05If peer is not found, the error message is misleading (should be peer not fou...tilghman1-3/+5
2007-08-03Changed the behavior of sip's realtime_peer function to match the correspondi...mmichelson1-31/+93
2007-07-31This patch makes Asterisk send 100 Trying provisional responses upon receipt ...mmichelson1-0/+2
2007-07-27(closes issue #10323)file1-1/+3
2007-07-27"re-invite" was misspelledmmichelson1-1/+1
2007-07-23Merged revisions 76560 via svnmerge from file1-1/+8
2007-07-21Merged revisions 76226 via svnmerge from russell1-0/+1
2007-07-20Merged revisions 76080 via svnmerge from file1-0/+5
2007-07-18Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode usin...file1-1/+1
2007-07-18Few more places that needs to check for onhold state.file1-3/+3
2007-07-18(closes issue #10165)file1-2/+3
2007-07-12This patch resolves 10143; thanks to irroot for the patch; looked acceptable....murf1-2/+3
2007-07-10Only spit out an inringing warning message when it is applicable. Since call ...file1-2/+2
2007-07-08While tracking down a bug, I need some more history. Dumphistory is very usef...oej1-0/+2
2007-07-06Merged revisions 73768 via svnmerge from russell1-1/+4
2007-07-06Merged revisions 73678 via svnmerge from russell1-2/+6
2007-07-05Fix a crash in chan_sip. Don't try to stop the monitor thread if it was neverrussell1-1/+1
2007-07-05Merged revisions 73547 via svnmerge from kpfleming1-0/+3
2007-07-05Merged revisions 73466 via svnmerge from file1-0/+2
2007-06-25Merged revisions 71414 via svnmerge from file1-1/+3
2007-06-20Merged revisions 70551 via svnmerge from file1-3/+1
2007-06-19Fix a crash that could occur when handing device state changes.russell1-0/+5
2007-06-18Issue 10005 - Segfault with missing arguments, plus fix a missing define for ...tilghman1-0/+7
2007-06-18Don't count RTP timeout when involved in a T38 fax session. (issue #9222 repo...file1-1/+2
2007-06-18Merged revisions 69765 via svnmerge from file1-1/+1
2007-06-18Don't defer the BYE till later on a transfer when the transfer itself goes ka...file1-2/+4
2007-06-18Few minor transfer tweaks. We can't unlock something we never locked, and bet...file1-3/+3