Commit Graph

3337 Commits (1d2b76a0f8c23c2025145d2969d699ab7e213d7f)

Author SHA1 Message Date
Christian Richter f5c0cd2ddc added better L2 handling for ptp, if it's down we don't try to call on that port in groupdial anymore, also we try to get it up then. Additionally added the configoptions ntdebugflags and ntdebugfile to debug the mISDNuser NT Stack (should have done that ages before..). isdn_lib.c compiles again.
20 years ago
Olle Johansson a38e7f01a9 ...too early in the morning for commits in Bergen, Norway...
20 years ago
Olle Johansson d92de40c2f Add support for a=inactive in SDP for holding. This is not very well documented
20 years ago
Christian Richter fc8d55ab15 moved a notice into a log
20 years ago
Christian Richter 727488c81b fixed a few state problems when hanging up the call. also changed a few debug messages to higher log level
20 years ago
Olle Johansson dd94255a69 Don't delete initid scheduled item twice... Thanks, vecher, for bugging me about this.
20 years ago
Olle Johansson f48a573439 Code cleanup while trying to understand this channel...
20 years ago
Olle Johansson f12f5b7c6c Formatting and doxygen fixes
20 years ago
Olle Johansson 6d86697867 issue #7033 - Don't burst pokes to peers at load or reload.
20 years ago
Olle Johansson 6895f108bd Inspired by issue 6742, but solved in a different way.
20 years ago
Christian Richter 5d18356b24 fixes segfault on incoming call which is disconnected in Alerting state
20 years ago
Olle Johansson 6ca399c459 Don't change direction of the dialogue when we send a re-invite
20 years ago
Olle Johansson 0dbb924cb5 Found a missing "l" on the left side of the sofa, close to the TV.
20 years ago
Olle Johansson 66786a7d53 Issue #7421 - Stop generator on both call legs (patch by tgrman)
20 years ago
Olle Johansson 1cbd4effca Issue #7429 - accessing a not allocated structure causes segfault... (tgrman, fix by myself
20 years ago
Christian Richter baad1c266c * fixed the busy state
20 years ago
Kevin P. Fleming 93385c0fab fix for issue #7245
20 years ago
Olle Johansson 9863bb982c Separate private options so we don't request bug report on those...
20 years ago
Olle Johansson 8ee441b649 Update the SIP options list from IANA repository
20 years ago
Tilghman Lesher b3c6e18a5e Merged revisions 35915 via svnmerge from
20 years ago
Kevin P. Fleming a579371f43 use new (separate) dependencies file from menuselect
20 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
20 years ago
Kevin P. Fleming df0ba5ff8b search for Zaptel and libtonezone separately in the configure script
20 years ago
Russell Bryant 1c17258f4e fix some little issues on big endian platforms to resolve compiler warnings
20 years ago
Russell Bryant c8ceb92a4f revert my changes that converted the jb on the channel to be dynamically
20 years ago
Russell Bryant 84c37e0c58 reduce indentation
20 years ago
Russell Bryant 5e282fef07 reduce indentation
20 years ago
Russell Bryant 5941d4d819 - move the increase of the use count to be after the possible failures
20 years ago
Russell Bryant 46018d5032 - dynamically allocate the ast_jb structure that is on the channel structure
20 years ago
Russell Bryant 3daaf2163f use .PHONY instead of FORCE
20 years ago
Russell Bryant 48ae9f0d4f - convert the 'uninstall' target to use separate targets to process each
20 years ago
Russell Bryant 55e8a60363 - specify that 'depend' is a .PHONY target
20 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
20 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
20 years ago
Olle Johansson d29e2a58da Add video support to chan_agent.
20 years ago
Olle Johansson a256bcb080 Issue #7380 - Cannot put a one-legged call on hold/off hold
20 years ago
Olle Johansson 58c243a6d4 Only formatting changes... (tabs to spaces)
20 years ago
Joshua Colp 5ff818f995 Fix timing issue (race) with poke/pong for very close peers that can cause a peer to be declared unreachable (issue #7396 reported by stevedavies)
20 years ago
Christian Richter 70a4c98a5a * added support for PID export/import to identify bridging in misdn_call already
20 years ago
Olle Johansson 7876a86e96 - Doxygen and some formatting fixes in res_features
20 years ago
Olle Johansson a85fec94fd Finally fix parking and go back to metermaids
20 years ago
Olle Johansson 12164df2fd How many times can we free allocated memory? Many, obviously... ;-)
20 years ago
Olle Johansson b27fff2a9d Hunting crash when parking calls with SIP REFER
20 years ago
Olle Johansson 0195279499 use correct test for checking if sip domains are enabled or not
20 years ago
Olle Johansson cb4221c7e9 Don't count unknown media streams as media streams in the offer... (Fenlander reported this on irc)
20 years ago
Olle Johansson e04914b44a parse SDP properly even when we are debugging. (Thanks fenlander!)
20 years ago
Olle Johansson 3b910323f3 Issue #6820 - SIP channels hang in semi active state
20 years ago
North Antara fb0bb9b195 fix an issue with dtmf not being sent sometimes
20 years ago
Olle Johansson bce5b8a146 - Formatting
20 years ago
Christian Richter 2302fa58d7 when we get a disconnect, we should stop the tones on te side..
20 years ago
Christian Richter cdbddf5892 we need to send DISCONNECT on Timeout in the ALERTING/PROCEEDING cases too
20 years ago
Russell Bryant 9f2a6516cf don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
20 years ago
North Antara e832ae320f No need to have debug enabled by default anymore..
20 years ago
North Antara a5d6979fac Finally merge chan_skinny fixes into trunk.
20 years ago
Russell Bryant f75ad9736a bail if ast_calloc fails, this was done before but i accidently removed it when
20 years ago
Russell Bryant 7ec13047bc fix various coding guidelines issues (issue #7345, with additional changes)
20 years ago
Russell Bryant 035a8b4278 Merged revisions 34627 via svnmerge from
20 years ago
Christian Richter 829583a3dc added TONE_HANGUP, also added Tone generation by mISDN_dsp for post hangup tones, therefore the TONE_X defines are in the isdn_lib.h now. changed a REALEASE to a DISCONNECT in NT Stack, to make tones available in that state.
20 years ago
Christian Richter d86993b90b * fixed bchannel cleaning race condition with new bchannel state (CLEAN_REQUEST)
20 years ago
Russell Bryant b6147a21b9 remove "depend" from the "all" targets in sub Makefiles. The main Makefile
20 years ago
BJ Weschke ecabadf2cd Fixed per kpfleming's suggestion to asterisk-dev.
20 years ago
BJ Weschke 35a2f14d96 Quit early and print a LOG_WARNING if we are trying to check devicestate on a Local channel that's been improperly defined.
20 years ago
BJ Weschke 9cbcf110e1 Make sure agent_tech is unregistered within unload_module(). It's in 1.2, but was lost at some point in /trunk. #7374 (jstorm)
20 years ago
Joshua Colp 9ebb7c35a2 Merged revisions 34400 via svnmerge from
20 years ago
Olle Johansson 2813d15f52 Hoppsan!
20 years ago
Olle Johansson 83e64c7c94 - Do not require a space at the end of the m= string in a T38 re-invite
20 years ago
Kevin P. Fleming 794d0e4d1f make Local channel return sensible device state values
20 years ago
Kevin P. Fleming 11dac47877 Merged revisions 34159-34160 via svnmerge from
20 years ago
Olle Johansson 8fd35365f5 Add some debug logging
20 years ago
Olle Johansson fb8483c430 - Use our standard of doxygen comments, not javadoc style
20 years ago
Olle Johansson 4b6d6a1a0b Formatting fixes
20 years ago
Kevin P. Fleming fca19e7635 use a compiler builtin (which uses processor instructions) for this operation
20 years ago
Matt O'Gorman b22e7bf558 adds support for t38 pass through patch brought up to trunk from
20 years ago
Russell Bryant 55ffe394a5 only set the QOS variables if the pvt has an owner so that they are not
20 years ago
Olle Johansson 1ec28daa30 Formatting fix and doxygen update
20 years ago
Olle Johansson 2ab4e12549 Fix typo (Thanks Vechers!)
20 years ago
Kevin P. Fleming 79f5f61474 Merged revisions 33638 via svnmerge from
20 years ago
Olle Johansson 5d3d87900e - Remove redundant forward declaration
20 years ago
Joshua Colp ce311227ac Change a bit of logic in peer expiry back to the way it used to be
20 years ago
Olle Johansson e41fcca65a - Complete addition of forward declarations and grouping of functions
20 years ago
Olle Johansson 8ef5092031 Issue #7325 - Parse string after URI decoding (casper)
20 years ago
Olle Johansson d2fa9efdad Store RTCP reports in channel variables and SIP history
20 years ago
Olle Johansson 6d4ab87321 - RTP debug message formatting
20 years ago
Olle Johansson 8bee8de932 Another try at hanging up the transferer channel after the masq
20 years ago
Joshua Colp 6723184a62 Merged revisions 33297 via svnmerge from
20 years ago
Joshua Colp 5349ae6f46 Wait until we have the lock before getting the pvt structure pointer (issue #7313 reported by arkadia)
20 years ago
Olle Johansson bcf82f32d5 Don't force context for domain= setting (imported from 1.2)
20 years ago
Olle Johansson 2366793c63 Remove the return value from functions that return something that is never checked anywhere.
20 years ago
Christian Richter fcb7d3df26 when we don't want the call we need to release_complete it.. ignoring it breaks the ETSI rules ..
20 years ago
Olle Johansson ce10b34ca6 Enabling and disabling debug messages...
20 years ago
Kevin P. Fleming 09778b268e move 'struct ast_rtp' back to rtp.c where it belongs
20 years ago
Olle Johansson 36506dad2d Debug logging fixes
20 years ago
Olle Johansson fee02a9b7d At least reply if we get a fatal error in handling a packet.
20 years ago
Olle Johansson 91732256db Don't crash if chan2 does not exist (one-legged call situations, like echo)
20 years ago
Olle Johansson b796bf414b Improve SIP history
20 years ago
Olle Johansson 89081c3d06 Issue #7294 - Asterisk sends INVITE instead of BYE. Fix by Philippe Sultan. Thanks!
20 years ago
Christian Richter 05eed16044 Fixed detection of dtmfs with bridged channels.
20 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
20 years ago
Russell Bryant 739385e761 remove the WITH_SMDI define
20 years ago
Russell Bryant 66dca5e378 Merged revisions 32818 via svnmerge from
20 years ago
Russell Bryant 39bcaa0773 add an updated patch that adds dnsmgr support for outgoing iax2 registrations
20 years ago
Russell Bryant 503f99e2e8 remove the need to have to re-run make after a default menuselect.makeopts
20 years ago
Christian Richter 7924c21e33 changed the clean_up_bc function to work proper again. fixed the print with the conference nr. when bridged
20 years ago
Russell Bryant efd1fd9829 revert my changes to convert fields of zt_pvt to use stringfields. When I did
20 years ago
Matthew Fredrickson f809fde426 Add q.921 state information. (#7260)
20 years ago
Olle Johansson 479181951a Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of tests
20 years ago
Kevin P. Fleming 22b45aa4d3 Merged revisions 32566 via svnmerge from
20 years ago
Russell Bryant fa595a8d82 don't return -1 if zapata.conf is not present (part of the patch from
20 years ago
Christian Richter 24818d53b1 added select before write to avoid deadlock on full buffer. added some defines for deadlock debugging. added code snippet for generating silence if we don't have data to write.
20 years ago
Russell Bryant 80a153af79 - use stringfields in a bunch of the fields of the zt_pvt structure in chan_zap
20 years ago
Kevin P. Fleming e856010714 use module names, not file names, in menuselect
20 years ago
Kevin P. Fleming 8a95a1ddc1 Merged revisions 32373 via svnmerge from
20 years ago
Russell Bryant b0260c1039 revert the changes to allow chan_iax2 to use dnsmgr for registrations.
20 years ago
Joshua Colp 2a71835d41 Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can change their resolved IP (aka dynamic dns setups) (issue #6305 reported and fixed by ivanfm)
20 years ago
Olle Johansson 8bc0599b11 Issue 7208 - Handle ; in userinfo part of URI too
20 years ago
Olle Johansson 404f8db694 Do not use ':' as a separator between arguments (kept around for 1.4 for backwards compatibility)
20 years ago
Olle Johansson 62dd0dc6f2 Only override callingpres set by rpid if user/peer preference is set. (Issue #7240)
20 years ago
Olle Johansson 02bc3637da Code simplification
20 years ago
Olle Johansson d520d238f1 - Fix more problems in transfer code (thanks Tholo!)
20 years ago
Olle Johansson 043b765bdc Respond to some of Luigis questions...
20 years ago
Olle Johansson e97507e8fb Fix potential bug. THanks luigi!
20 years ago
Olle Johansson 0d6906e107 - Doxygen fix
20 years ago
Olle Johansson c2b50fd2bd Show max bitrate in "sip show user" and "sip show channel"
20 years ago
Olle Johansson 439e4963ab - Typo in chan_sip (: missing)
20 years ago
Luigi Rizzo 531ed6f290 add a bit of comment on what build_route does,
20 years ago
Luigi Rizzo 88077a4d1f remove some duplicated code;
20 years ago
Luigi Rizzo 2724885b78 small simplification in assignments, and fix a typo in a comment.
20 years ago
Luigi Rizzo 24d1d23a93 mark XXX some places where there is a return right before
20 years ago
Luigi Rizzo 8dbdd8518b fix indentation of a block
20 years ago
Luigi Rizzo d18e363523 some code simplifications using S_OR() to remove some if blocks
20 years ago
Luigi Rizzo ec46b5a4ce use ast_skip_blanks() where appropriate, and use standard
20 years ago
Luigi Rizzo b7b716b618 mark XXX a buggy section of code and implement a probable
20 years ago
Luigi Rizzo 7483e1d2b6 simplify logic in a small block of code
20 years ago
Luigi Rizzo c7a5a96fc6 mark XXX a bug in the code. oej/kevin, any idea what you want
20 years ago
Luigi Rizzo a63b2e4c53 remove duplicate code
20 years ago
Luigi Rizzo 1a38041830 Replace '\"' with '"'.
20 years ago
Olle Johansson e0a8649273 - Formatting
20 years ago
Olle Johansson b7cfe5bd08 Minor change to DEBUG and WARNING messages
20 years ago
Olle Johansson 4d17451c55 Issue #7103 take two. Thanks Mikael!
20 years ago
Russell Bryant 4c76028de9 - add the ability to configure forced jitterbuffers on h323, jingle,
20 years ago
Christian Richter 4ad840b3c6 the interface needs to be changed as well..
20 years ago
Christian Richter 840df1f8c0 unified the PH_CONTROL Interface for the mISDN_dsp interface to int
20 years ago
North Antara d902bd27ff This is what I get for coding while tired.. sorry ;/
20 years ago
Russell Bryant 62b2f320a1 make a global variable static and remove an unused global variable
20 years ago
Christian Richter 4be235a974 added bearer capability reject support. we send release instead of disconnect in case we have no real channel yet. added support for Restarting channels added support for sending complete decoding. changed some log levels.
20 years ago
Olle Johansson 725e285bc4 Commit of the new SIP transfer support (oej/siptransfer branch)
20 years ago
North Antara e25c4621b4 Nobody saw this coming, I bet.
20 years ago
Russell Bryant 78ec9a057c clean up various whitespace issues (issue #7236, casper)
20 years ago
Russell Bryant 414106a3a6 move the includes of abstract_jb.h to be with the rest of the asterisk includes.
20 years ago
Russell Bryant 0384330d64 update the rest of the channel drivers that use RTP so that their channel
20 years ago