Commit Graph

954 Commits (802d4ebd514b72fae47c186d290e2a1f2510c95e)

Author SHA1 Message Date
Steve Murphy 4f807bb183 I added a sentence to clarify why - and ' ' are ignored in patterns
18 years ago
Russell Bryant 3a864cb7b6 Handle a case where a call can be bridged to a channel that is still ringing.
18 years ago
Tilghman Lesher 6d268e6d39 Simple fix for Ctrl-C not immediately exiting Asterisk, but also add a
18 years ago
Russell Bryant c518ed3be1 Resolve issues that could cause DTMF to be processed out of order.
18 years ago
Tilghman Lesher f6ef5d5d6c When a Ctrl-C or Ctrl-D ends a remote console, on certain shells, the terminal
18 years ago
Joshua Colp a6edd8ba5f Increment the sequence number on the end packets for RFC2833. After reading the RFC some more and doing some testing I agree with this change.
18 years ago
Russell Bryant c2446000d9 Remove the test_for_thread_safety() function completely.
18 years ago
Mark Michelson b234c024a0 If we fail to start a thread for the pbx to run in, we need to
18 years ago
Joshua Colp 114c659195 Make sure that the timestamp for DTMF is not the same as the previous voice frame and do not send audio when transmitting DTMF as this confuses some equipment.
18 years ago
Joshua Colp 7209e0e173 Take video into account when early bridging RTP.
18 years ago
Russell Bryant 53c30bd359 Fix a problem with GROUP() settings on a masquerade.
18 years ago
Sean Bright ffc0c7e4ae Merged revisions 161421 via svnmerge from
18 years ago
Russell Bryant d0f53b09cf Fix a NULL format string warning found by buildbot.
18 years ago
Jeff Peeler ba3f49c71f (closes issue #13835)
18 years ago
Mark Michelson 5397638a2f Fix a callerid parsing issue. If someone formatted callerid like the
18 years ago
Tilghman Lesher 1653a9ef65 Ensure that Asterisk builds with --enable-dev-mode, even on the latest gcc
18 years ago
Michiel van Baak 8f27432e76 Get rid of the useless format string and argument in the Bogus/ manager channelname.
18 years ago
Michiel van Baak 1a6c64660d make manager compile on OpenBSD.
18 years ago
Kevin P. Fleming 50515ed372 update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors
18 years ago
Steve Murphy 141ab56b86 (closes issue #12694)
18 years ago
Russell Bryant 07741a3261 Add ao2_trylock() to go along with ao2_lock() and ao2_unlock()
18 years ago
Tilghman Lesher cd4b144fb0 The passed extension may not be the same in the list as the current entry,
18 years ago
Russell Bryant a0bf88537a When compiling with DEBUG_THREADS, report the real file/func/line for ao2_lock/ao2_unlock
18 years ago
Mark Michelson 6a632a5a2b There was an issue when attempting to reference an embedded
18 years ago
Kevin P. Fleming 187f6d485a the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems.
18 years ago
Tilghman Lesher ad1cd04005 Provide more space for all the data which can appear in an originating
18 years ago
Steve Murphy 3557bc1b4d It turns out that the 0x0XX00 codes being returned for
18 years ago
Russell Bryant 96d185b5aa Move the sanity check that makes sure "always fork" is not set along with the
18 years ago
Steve Murphy 8c352bb9aa This fix was prompted by communication from user, who was seeing thousands of error logs... looks like EAGAIN. Made such uninteresting.
18 years ago
Tilghman Lesher 9f7707dae8 Remove the potential for a division by zero error.
18 years ago
Kevin P. Fleming 18df35a2c1 somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass
18 years ago
Kevin P. Fleming add5ff5b05 fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings being passed to printf()-like functions and ignored results from read()/write() and friends
18 years ago
Kevin P. Fleming 1a56159a79 instead of comparing the string pointer to 0, let's compare the value that was actually parsed out of the string (found by sparse)
18 years ago
Russell Bryant 17f164852c Move AMI initialization to occur after loading modules. This prevents a
18 years ago
BJ Weschke 656de6f30d As per kpfleming's comments to the prior commit, I'm reverting some of the changes here.
18 years ago
BJ Weschke 77b4928d8d Fix the 1.4 branch compile again broken with r150557 when using with Zaptel and not DAHDI
18 years ago
BJ Weschke 4ac62c324b Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) when you use a dialplan function that requires a channel and then you don't provide one or provide an invalid one in the Channel: parameter. We'll handle this situation exactly the same way it was handled in pbx.c back on r61766.
18 years ago
Jason Parker 979e2cd58d Correctly allow chan_dahdi to compile against older versions of Zaptel.
18 years ago
Mark Michelson 47cf653623 Reverting changes from commits 150298 and 150301 since
18 years ago
Mark Michelson d61eb37af6 And don't forget to return on the error condition
18 years ago
Mark Michelson e9035cc286 Don't try to call a dialplan function's read callback from
18 years ago
Mark Michelson c19ca186c1 Add a tolerance period for sync-triggered audiohooks
18 years ago
Kevin P. Fleming 0b7476c21c it would be nice if this message printing code had actually been tested before it was committed...
18 years ago
Richard Mudgett 27b54f4c1c channels/chan_misdn.c
18 years ago
Kevin P. Fleming d10c4137fb fix some minor issues with rev 144924
18 years ago
Kevin P. Fleming 50a28e9853 improve header inclusion process in a few small ways:
18 years ago
Mark Michelson 02d2b17006 This patch was applied to 1.4 but it completely
18 years ago
Steve Murphy 089b6a1477 (closes issue #13563)
18 years ago
Mark Michelson af35ef7d73 Allow for "G.729" if offered in an SDP even though
18 years ago
Tilghman Lesher 8dfa8b6d0e Don't return a free'd pointer, when a file cannot be opened.
18 years ago