Commit Graph

1707 Commits (2ef94103630c4c69821f6bc749335ca922f8afcb)

Author SHA1 Message Date
Russell Bryant a8ec2e2356 I changed my mind ... I think this should be a LOG_NOTICE.
18 years ago
Russell Bryant f77e615e9f Add a log message that was requested by the masses in the developer tutorial
18 years ago
Russell Bryant d6b8fb4dc0 gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of
18 years ago
Joshua Colp 9ffb2fe0cf Fix video under certain circumstances. It would have been possible for the formats on the channel to not contain the video format.
18 years ago
Joshua Colp 00000995f3 Make sure the minimum T1 timer value is obeyed in all cases.
18 years ago
Joshua Colp a39ed78af6 Fix a minor spelling error.
18 years ago
Joshua Colp 4be09d967e (closes issue #10760)
18 years ago
Russell Bryant f6212e48cb (closes issue #9724, closes issue #10374)
18 years ago
Kevin P. Fleming 0e39aced3c there is no point in sending 401 Unauthorized to a UAS that sent us a properly-formatted Authentication header with the expected username and nonce but an incorrect response (which indicates the shared secret does not match)... instead, let's send 403 Forbidden so that the UAS doesn't retry with the same authentication credentials repeatedly
18 years ago
Joshua Colp fcee92481e (closes issue #10514)
18 years ago
Joshua Colp 8fcc537329 (closes issue #9690)
18 years ago
Joshua Colp 7a47ac4960 (closes issue #10561)
18 years ago
Russell Bryant c5cf1e50ac Don't crash when using realtime in chan_sip without an insecure setting in the database.
18 years ago
Russell Bryant 3c2eae9ab4 Don't record SIP dialog history if it's not turned on. Also, put an upper
18 years ago
Jason Parker f1cb3f70b7 Don't send a semicolon over the wire in sip notify messages.
18 years ago
Russell Bryant 9be377d89f Fix some crashes in chan_sip. This patch changes various places that add items
18 years ago
Joshua Colp e856a6fb34 (closes issue #10456)
18 years ago
Joshua Colp 9a35428295 (closes issue #10437)
18 years ago
Mark Michelson 6c3d28a231 I broke canreinvite...Now I'm fixing it. I put some new code in the wrong place and so I've reverted the canreinvite section to how it was and put my new code where it should be.
18 years ago
Jason Parker cb0701052c Allow chan_sip to build in devmode
18 years ago
Joshua Colp 03bcbd11c1 It is possible for a transfer to occur before the remote device has our tag in which case they send none in the transfer. In this case we need to not fail the transfer dialog lookup.
18 years ago
Mark Michelson b463a8dcbb Fixed a mistake I made in realtime_peer which caused it to return NULL every time.
18 years ago
Tilghman Lesher a7ade6f213 If peer is not found, the error message is misleading (should be peer not found, not ACL failure)
18 years ago
Mark Michelson 05ba4d90d4 Changed the behavior of sip's realtime_peer function to match the corresponding way of matching for non-realtime peers.
18 years ago
Mark Michelson 43b39d02ae This patch makes Asterisk send 100 Trying provisional responses upon receipt of re-invites. This makes it so that if there are two or more Asterisk
18 years ago
Joshua Colp 20d0b01607 (closes issue #10323)
18 years ago
Mark Michelson 7a09244181 "re-invite" was misspelled
18 years ago
Joshua Colp 91eec8f228 Merged revisions 76560 via svnmerge from
18 years ago
Russell Bryant b75f30bdd8 Merged revisions 76226 via svnmerge from
18 years ago
Joshua Colp 24e7873766 Merged revisions 76080 via svnmerge from
18 years ago
Joshua Colp 6d143d401f Backport GCC 4.2 fixes. Without these Asterisk won't build under devmode using GCC 4.2.
18 years ago
Joshua Colp 55a12a986e Few more places that needs to check for onhold state.
18 years ago
Joshua Colp f08e137283 (closes issue #10165)
18 years ago
Steve Murphy 2aab6c341f This patch resolves 10143; thanks to irroot for the patch; looked acceptable. Let the community decide if it messes things up
18 years ago
Joshua Colp 446f14f0dc Only spit out an inringing warning message when it is applicable. Since call limits are already toast in realtime let's not scare the user if they are using it. (issue #10166 reported by bcnit)
18 years ago
Olle Johansson 7bbda30564 While tracking down a bug, I need some more history. Dumphistory is very useful, indeed.
18 years ago
Russell Bryant 5b544349d9 Merged revisions 73768 via svnmerge from
18 years ago
Russell Bryant 1e588db75a Merged revisions 73678 via svnmerge from
18 years ago
Russell Bryant be09062a6a Fix a crash in chan_sip. Don't try to stop the monitor thread if it was never
18 years ago
Kevin P. Fleming 3b8be36363 Merged revisions 73547 via svnmerge from
18 years ago
Joshua Colp 9b753a0649 Merged revisions 73466 via svnmerge from
18 years ago
Joshua Colp a6895cb26d Merged revisions 71414 via svnmerge from
18 years ago
Joshua Colp f1c32710a8 Merged revisions 70551 via svnmerge from
18 years ago
Russell Bryant a2084d8ab8 Fix a crash that could occur when handing device state changes.
18 years ago
Tilghman Lesher 759dc00599 Issue 10005 - Segfault with missing arguments, plus fix a missing define for SIP INFO channels
18 years ago
Joshua Colp a50bc6e3a8 Don't count RTP timeout when involved in a T38 fax session. (issue #9222 reported by ivoc)
18 years ago
Joshua Colp f95038d97e Merged revisions 69765 via svnmerge from
18 years ago
Joshua Colp 009f6f9112 Don't defer the BYE till later on a transfer when the transfer itself goes kaboom and has no hope of working.
18 years ago
Joshua Colp 3e29d89200 Few minor transfer tweaks. We can't unlock something we never locked, and better handle a specific scenario with doing an attended transfer between two non-bridged calls.
18 years ago
Joshua Colp 2c9ffadffb Fix issue where it would be possible for the negotiated codecs to get set back to nothing. (issue #9992 reported by yehavi)
18 years ago