Commit Graph

7611 Commits (f95db061fd9f34b7dc5a50d9fc136dda9df42dd1)
 

Author SHA1 Message Date
Russell Bryant 2bed78a613 It is valid to redirect channels via the manager interface that are not in the
18 years ago
Russell Bryant 3f71ad082e Fix the return value of handle_common_options() so that it always properly
18 years ago
Russell Bryant d0991f6e1f Add a missing "\r\n" in the body of the NOTIFY that is sent to indicate the
18 years ago
Russell Bryant 7a18c89ba8 Use the more generic check for "sed -r" support that was already present in 1.4.
18 years ago
Russell Bryant 683a345699 On Darwin, the -r argument to sed is not valid. It has to be -E.
18 years ago
Russell Bryant e237711157 Don't attempt to report configuration errors in build_user(). oej pointed out
18 years ago
Russell Bryant a19d352438 Make chan_sip report when it encounters an unknown option.
18 years ago
Russell Bryant f96aef8d79 When doing a built-in blind or attended transfer, restore the ability to use '#'
18 years ago
Nadi Sarrar 5ded94acbe ptp is the 5th bit, not the 4th.
18 years ago
Nadi Sarrar b18a9b92c8 Use the new sysfs way of mISDN 1.2 to check if a port is NT or not.
18 years ago
Joshua Colp 5e01069962 Increase the maximum size for a string of mailboxes to 1024. (issue #9270 reported by rtucker)
18 years ago
Christian Richter 30fd84d952 added option which allows us to accept incoming SETUP Messages without automatically sending Proceeding or Setup Acknowledge, this is useful with some broken switches and if you want to Release incoming calls without previously having acknowledged them. The new option is noautorespond_on_setup=yes|no default is no, so we don't break the existing behaviour
18 years ago
Christian Richter e299df7a75 don't be verbose if no need
18 years ago
Christian Richter 51366b90d0 we can now make 30 channels on a PRI (before we forgot chan 31..)
18 years ago
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
19 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