Commit Graph

504 Commits (1f62b98d45c38e1185dbb9d51a0343972f4cbfe0)

Author SHA1 Message Date
Joshua Colp d76d2c5214 Add additional DTMF log messages to help when debugging issues.
18 years ago
Jason Parker e4f15628bb Fix an issue with using UpdateConfig (manager action) where escaped semicolons
18 years ago
Joshua Colp 88b982d7ff (closes issue #10355)
18 years ago
Mark Michelson 05ba4d90d4 Changed the behavior of sip's realtime_peer function to match the corresponding way of matching for non-realtime peers.
18 years ago
Russell Bryant 2f41cceb1f Add some improvements to lock debugging. These changes take effect
18 years ago
Steve Murphy a181678820 Merged revisions 77942 via svnmerge from
18 years ago
Joshua Colp 97885fed58 (closes issue #10351)
18 years ago
Joshua Colp 68c221f69a Add some fixes for building on Solaris.
18 years ago
Joshua Colp 8e5dfb3cf9 Whoops, I meant R_5 not R5.
18 years ago
Joshua Colp bc7150c380 Extend autoconf logic to determine which version of gethostbyname_r is on the system.
18 years ago
Jim Dixon cd1614fcd8 Made VAST improvements in DTMF receiver in RADIO_RELAX mode (thanx Steve
18 years ago
Jason Parker 25017ad181 Applications like SayAlpha() should not hang up the channel if you
18 years ago
Russell Bryant 0a2331cf26 file and I both committed changes for issue #10301. Remove a duplicated
18 years ago
Russell Bryant e533cabf1c (closes issue #10301)
18 years ago
Joshua Colp 33abae518a (closes issue #10301)
18 years ago
Joshua Colp 8fa7c1e9b0 (closes issue #10302)
18 years ago
Mark Michelson dbfdbbf4cc Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never defined so the majority of ast_backtrace never
18 years ago
Tilghman Lesher bf9ffe0d09 Missed one
18 years ago
Tilghman Lesher e9a1a42967 Oops, that builtin define should be all-lowercase.
18 years ago
Mark Michelson ccb0f924af chan->emulate_dtmf_duration is an unsigned int, not a signed int, so use %u instead of %d in the format string
18 years ago
Luigi Rizzo 19ec0f8fe1 set the sequence number in a frame for all frame types
18 years ago
Tilghman Lesher c7336cd3ff Found another place where we should be using the umask (thanks jcmoore)
18 years ago
Jason Parker 24f0e6a947 Eliminate a compiler warning with gcc 4.2 by constifying a char *
18 years ago
Russell Bryant 7f9bf7e970 Use the define that specifies the default length of an artificially created
18 years ago
Russell Bryant c83a0b2a3c cast arguments to ast_log so that it builds without warnings for me
18 years ago
Joshua Colp 396e723f17 Ensure that the pointer to STUN data does not go to unaccessible memory. (ASA-2007-017)
18 years ago
Russell Bryant 0a1a04137e (closes issue #10209)
18 years ago
Kevin P. Fleming d0cb9b141d Merged revisions 75304 via svnmerge from
18 years ago
Joshua Colp 7152afccd5 Whoops... didn't want this to be returned to 0 each iteration.
18 years ago
Joshua Colp 26acd893d3 When waiting for a digit ensure that a begin frame was received with it, not just an end frame. (issue #10084 reported by rushowr)
18 years ago
Jason Parker 7e0ab0fa62 Don't use #if to check if something is defined - use #ifdef instead.
18 years ago
Jason Parker d4a7eb584f Merged revisions 74373 via svnmerge from
18 years ago
Joshua Colp 49584ec434 Merged revisions 74264 via svnmerge from
18 years ago
Tilghman Lesher befa215f7b Doxygen formatting fixes; fixes errors while 'make progdocs'. (Closes issue #10104)
18 years ago
Joshua Colp a979d44c9c Give Agent channel names priority when doing CDR merging. (issue #10011 reported by krtorio)
18 years ago
Joshua Colp 0e80607e17 Merged revisions 73349 via svnmerge from
18 years ago
Steve Murphy ad36e954a7 Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508.
18 years ago
Steve Murphy adc13be87b support for floating point numbers added to ast_expr2 $\[...\] exprs. Fixes bug 9508, where the expr code fails with fp numbers. The MATH function returns fp numbers by default, so this fix is considered necessary.
18 years ago
Russell Bryant 76164559c9 Remove a bogus comment and add proper locking to the handler function for the
18 years ago
Joshua Colp a3716070d1 Added additional DTMF debug messages for when emulation occurs.
18 years ago
Luigi Rizzo f870ccffff Use !defined(HAVE_GETHOSTBYNAME_R) to check for absence
18 years ago
Joshua Colp fe753c0846 Minor change for older GCC versions.
18 years ago
Tilghman Lesher 6ffbaa32f3 Issue 10055 - Change memory allocation to use the heap for a command, since the output has the potential to overflow the stack (as it did here)
18 years ago
Luigi Rizzo 475e73e27d Add -Wdeclaration-after-statement to AST_DEVMODE flags to catch
18 years ago
Brett Bryant 7c5fef5e74 Merged revisions 72373 via svnmerge from
18 years ago
Brett Bryant a241f406da Merged revisions 72333 via svnmerge from
18 years ago
Brett Bryant b2cc514f08 Merged revisions 72259 via svnmerge from
18 years ago
Joshua Colp a61fb24363 Merged revisions 72256 via svnmerge from
18 years ago
Joshua Colp 60990f0c73 Make the ast_read_noaudio API call behave better under circumstances where DTMF emulation was happening and a generator was setup. (issue #10065 reported by stevefeinstein)
18 years ago
Russell Bryant d528f7791d Only output debug information related to RTCP timestamps when RTCP debug
18 years ago