Commit Graph

7597 Commits (ffae2ad2fa1628811798b51dc3fc3d0fcaabf945)
 

Author SHA1 Message Date
Russell Bryant 8a416b420d Add the SO_REUSEADDR flag to sockets handled by netsock. This is needed by
18 years ago
Joshua Colp ec7458a460 Keep a global array of variables indicating whether certain conference rooms are in use. This ensures that two people going into a new dynamic conference when the 'e' option is set don't go into the same conference room. (issue #8835 reported by eliel)
18 years ago
Russell Bryant 9956c33fec If an error occurs when reading from an RTP socket, and the error code does not
18 years ago
Russell Bryant b87695d824 Backport the change to chan_iax2 to return NULL instead of a "null frame"
18 years ago
Tilghman Lesher b254610b88 Issue 9415 - No point to getting a diagnostic field if we aren't doing anything with the information.
18 years ago
Tilghman Lesher 08c29fea9f Change ENV section to use setenv, instead of putenv (Alexandru Pirvulescu <sigxcpu@gmail.com>, reported via -dev list)
18 years ago
Tilghman Lesher 7ca5863965 Oops
18 years ago
Tilghman Lesher 43ac3f119b Fix a few remaining bad mmap(2) return values
18 years ago
Russell Bryant 653b6f22c5 Fix the check of the return value from mmap(). Thanks to Corydon for catching
18 years ago
Russell Bryant ec9fb9a970 Fix the use of the "sourceaddress" option when "bindaddr" is set to 0.0.0.0
18 years ago
Christian Richter 4a5d66f867 fixed #9355
18 years ago
Nadi Sarrar 681c63cd92 mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, make chan_misdn use it.
18 years ago
Joshua Colp 9593ae4269 Only try to handle a response if it has a response code. (ASA-2007-011)
18 years ago
Steve Murphy 714e570302 Ugh. that was dumb. Fixed an error.
18 years ago
Steve Murphy fe9bbc5dfc Added a few words in the Macro doc strings about the behavior of macros with hangups (et al.), as per 9337
18 years ago
Joshua Colp 0b4eeda153 Indicate the filename changed when it is changed. (issue #9311 reported by jsmith)
18 years ago
Christian Richter 74b331c4d0 modified a loglevel
18 years ago
Christian Richter 79c08e3a46 avoid sending a disconnect when we already received one.
18 years ago
Russell Bryant ae319d34d5 Add a note to the security file that the Asterisk CLI and log files may contain
18 years ago
Christian Richter 0939887739 fixed the crypt_keys stuff
18 years ago
Christian Richter 3b2e8feab4 added method standard_dec for dialing out on groups, to avoid conflicts, which caused issues with some ISDN providers
18 years ago
Olle Johansson 7158b80498 Issue #9229 - No port in request URI on register to non default SIP ports (neelakantan)
18 years ago
Joshua Colp 6af97b5d59 We can't use the assembler version of fetchadd_int under Intel Macs. (issue #9254 reported by darrell budic)
18 years ago
Joshua Colp 5941cc916c If we are unable to lookup the host in a c line we have to abort, otherwise the previous data is gone and we will (potentially) have no data when all is said and done.
18 years ago
Christian Richter c0cf86d6c8 we can free channel 31 as well, since we can occupy it
18 years ago
Joshua Colp 130b54f4b7 Only print out debug message if the definition that makes the variables shows up was actually defined. (issue #9233 reported by serginuez)
18 years ago
Russell Bryant c072213569 Fix a problem where the Asterisk channel name could be that of the wrong IAX2
18 years ago
Russell Bryant 6f098541d0 Fix a misplaced block of code in the 1.2 version of the patch to fix issue #8977
19 years ago
Russell Bryant 7c9bc7fd0d If the channels acquired using the manager Redirect action are not up, then
19 years ago
Steve Murphy c7c8b06817 Fix for 9220: Eyebeam cannot renew subscriptions for presence info. Reason: re-SUBSCRIBE requests don't include Accept headers, which the rfc says are optional (to put it tersely), (it uses MAY), and luckily, the sip_pvt struct has the format info stored, so we simply leave it if the format is set, and the accept header null.
19 years ago
Olle Johansson 7d74199c6f Change error message to proper message
19 years ago
BJ Weschke 75ce9f86b8 Cleanup the Makefile so that we only attempt to include a file when we're building and not 'clean'ing so 'make clean' completes successfully. chan_h323 maintainer: please check to make sure I haven't broken your build target. From: jsmith in #asterisk-dev
19 years ago
Christian Richter 58818031b1 subdirs like misdn and h323 should be cleaned by the clean target from channels/Makefile as well
19 years ago
Joshua Colp c17a4c7f53 Make create_dirpath use our standard for return values. -1 is failure, 0 is success. (issue #9205 reported by ballares)
19 years ago
Steve Murphy 7bcc4569bb Fixed a typo introduced via 9156
19 years ago
Christian Richter dfcff16e09 fixed another place where the out_cause was hardcoded to 16
19 years ago
Tilghman Lesher 12a38f8e56 Memory leak of a list, if call recording was abandoned
19 years ago
Christian Richter a9252f4549 fixed typo
19 years ago
Joshua Colp 6bf891f353 If a SIP message comes in and goes to a method handler that requires additional values that may not be present then send back an error.
19 years ago
Steve Murphy 6752748d87 further refinement in wording of goto documentation, as per 9156, goto not proceeding to next instruction
19 years ago
Joshua Colp 4d5bf84ce1 Don't even attempt to optimize things when a proxy channel is involved. It will just explode in weird and unexplaineable ways. (issue #9175 reported by clegall_proformatique)
19 years ago
Steve Murphy 84ab66498f a small documentation update, to reflect reality in the goto doc strings, as per 9156, Goto does not proceed to next prio if jump fails
19 years ago
Joshua Colp c8a883fd2f Fix a few more issues with the agent logoff CLI command. (issue #9123 reported by arbrandes)
19 years ago
Christian Richter 93c0385bc0 fixed bugs.digium.com bugs: #9157 and bugs.beronet.com bugs: #302, #303, #304
19 years ago
Joshua Colp 7312a2eb3d Obey the clearglobalvars option in extensions reload (or dialplan reload depending on your version). (issue #9146 reported by ramonpeek)
19 years ago
Russell Bryant 2e64cf06e5 Ensure that lock.h is included in utils.c with AST_API_MODULE defined so that
19 years ago
Tilghman Lesher 87c0a12a03 Issue 9130 - If prev is the last item on the channel list, then evaluating
19 years ago
Russell Bryant 1c26e1c717 Fix up a couple more signal handlers to not do bad things that could cause
19 years ago
Russell Bryant 4fb7eb1b7b Don't destroy mutexes before unregistering all of the entry points from the core.
19 years ago
Joshua Colp ca7fbd749e Always defer Agent logoff if any channels are up until they hang up. (issue #9123 reported by arbrandes)
19 years ago