summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Collapse)Author
2006-06-05Merged revisions 32373 via svnmerge from Kevin P. Fleming
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r32373 | kpfleming | 2006-06-05 14:53:16 -0500 (Mon, 05 Jun 2006) | 2 lines ensure that the received number of bytes is included in all IAX2 incoming frame analysis checks (fixes a known vulnerability) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32401 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-05revert the changes to allow chan_iax2 to use dnsmgr for registrations.Russell Bryant
my concerns are listed in issue #6305 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32327 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-05Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can ↵Joshua Colp
change their resolved IP (aka dynamic dns setups) (issue #6305 reported and fixed by ivanfm) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32304 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-05Issue 7208 - Handle ; in userinfo part of URI tooOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32207 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-05Do not use ':' as a separator between arguments (kept around for 1.4 for ↵Olle Johansson
backwards compatibility) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32185 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-05Only override callingpres set by rpid if user/peer preference is set. (Issue ↵Olle Johansson
#7240) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32183 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-04Code simplificationOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32138 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-04- Fix more problems in transfer code (thanks Tholo!)Olle Johansson
- Add debug for hangup not in UP state git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32137 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-04Respond to some of Luigis questions...Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32111 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-04Fix potential bug. THanks luigi!Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-04- Doxygen fixOlle Johansson
- Debug message change git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32087 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-04Show max bitrate in "sip show user" and "sip show channel"Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32065 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-04- Typo in chan_sip (: missing)Olle Johansson
- Only print formats once in dumpchan() git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-04add a bit of comment on what build_route does,Luigi Rizzo
plus minor code simplification. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31895 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-03remove some duplicated code;Luigi Rizzo
fix indentation on one line; mark XXX some unreachable code; mark XXX another place where we could reduce the nesting depth. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31872 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-03small simplification in assignments, and fix a typo in a comment.Luigi Rizzo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31871 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-03mark XXX some places where there is a return right beforeLuigi Rizzo
a large "else" block, which is suitable for a reduction of the nesting depth. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31870 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-03fix indentation of a blockLuigi Rizzo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31869 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-03some code simplifications using S_OR() to remove some if blocksLuigi Rizzo
and duplicate code. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31868 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-03use ast_skip_blanks() where appropriate, and use standardLuigi Rizzo
C jargoon *foo++ = '\0'; instead of two separate statements. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31861 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-03mark XXX a buggy section of code and implement a probableLuigi Rizzo
replacement (leave the original in case my code does not do what the function was meant to do). oej, please check this... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31843 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-03simplify logic in a small block of codeLuigi Rizzo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-03mark XXX a bug in the code. oej/kevin, any idea what you wantLuigi Rizzo
to use here ? git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31841 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-03remove duplicate codeLuigi Rizzo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31814 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-03Replace '\"' with '"'.Luigi Rizzo
The escape is unnecessary, and makes a bad example to people reading the code. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31813 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01- FormattingOlle Johansson
- Add some comments git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31495 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01Minor change to DEBUG and WARNING messagesOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01Issue #7103 take two. Thanks Mikael!Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31414 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,Russell Bryant
and mgcp channels - remove the jitterbuffer configuration from the pvt structures in the sip, zap, and skinny channel drivers, as copying the same global configuration into each pvt structure has no benefit. - update and fix some typos in jitterbuffer related documentation (issue #7257, north, with additional updates and modifications) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31413 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01the interface needs to be changed as well..Christian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31411 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01unified the PH_CONTROL Interface for the mISDN_dsp interface to intChristian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31409 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01This is what I get for coding while tired.. sorry ;/North Antara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31385 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01make a global variable static and remove an unused global variableRussell Bryant
(issue #7258, tardieu) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31359 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01added bearer capability reject support. we send release instead of ↵Christian Richter
disconnect in case we have no real channel yet. added support for Restarting channels added support for sending complete decoding. changed some log levels. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31324 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01Commit of the new SIP transfer support (oej/siptransfer branch)Olle Johansson
- improved support of attended transfers (REFER with replaces) - support of INVITE/replaces in the context of a transfer - improved support of blind transfers (REFER) Thanks to Voop, Nuvio and Foniris for sponsoring this work. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31274 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-01Nobody saw this coming, I bet.North Antara
jitterbuffer! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31250 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-31clean up various whitespace issues (issue #7236, casper)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31126 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-31move the includes of abstract_jb.h to be with the rest of the asterisk includes.Russell Bryant
These used to be wrapped in a #ifdef git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31078 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-31update the rest of the channel drivers that use RTP so that their channelRussell Bryant
tech structures indicate that they create jitter git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31077 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
a new implementation of a fixed size jitterbuffer, as well as support for the existing adaptive jitterbuffer implementation. (issue #3854, Slav Klenov) Thank you very much to Slav Klenov of Securax and all of the people involved in the testing of this feature for all of your hard work! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-31OKAY - Only replace our IP address in the outgoing SIP messages if the ↵Joshua Colp
actual source address is within the specified local network. (issue #7051 reported by Luke-Jr with mods by me) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31050 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-31Add congestion message to SIP historyOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30992 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-31Use ast_channel_trylock for channelsOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30990 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-30Bug 7237 - Replace recoded thread_safe_rand with the existing ast_random APITilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30906 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-30when we receive an IAX2 registration request with both a plaintext secret ↵Kevin P. Fleming
and an MD5 challenge, prefer the MD5 challenge for authentation (reported on asterisk-dev) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30847 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-29remove duplicate static keywords, oopsRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-27make some variables static ... committed from xcode :)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30655 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-26Few more expire_registry changesJoshua Colp
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30607 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-26That goes for jingle too :)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-25only display a debug message if option_debug is in useRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30465 65c4cc65-6c06-0410-ace0-fbb531ad65f3