Commit Graph

199 Commits (cb11263607eb5afc2ee1e5ec2bc2adf8d9e7e47c)

Author SHA1 Message Date
Joshua Colp cb11263607 We need to ensure timelimit stuff is included as well so warnings get played. (issue #8050 reported by KNK)
19 years ago
Kevin P. Fleming 3302cbea3e don't try to call fclose() if fopen() failed
19 years ago
Kevin P. Fleming 7a5771161e Merged revisions 47686,47688-47689 via svnmerge from
19 years ago
Kevin P. Fleming cb4ed839c3 Merged revisions 47682 via svnmerge from
19 years ago
Luigi Rizzo a9057b2c65 fix longest match search in find_cli.
19 years ago
Joshua Colp bc6cff37bc If NAT detection is turned on or already detected then say NAT is active when setting the remote RTP peer when doing early bridging. (issue #8365 reported by marcelbarbulescu)
19 years ago
Kevin P. Fleming 8dc804fafe more formatting cleanup, and avoid running off the end of the string
19 years ago
Joshua Colp 708b84da2f Turn notice about unknown RTCP packet type into a debug message instead.
19 years ago
Steve Murphy 2a0ac6ad9a This solves bug 8342, whereby a crash occurs under certain circumstances while reading a config file with comments-- a call to CB_ADD shouldn't happen if withcomments is zero
19 years ago
Tilghman Lesher 6e4d0e50c8 Re-enable old deprecated commands
19 years ago
Joshua Colp 6351e6bb2c Free full command string upon unregistering of CLI command. Backported from revision 47536 from rizzo.
19 years ago
Russell Bryant 7ac2161b50 Tweak the formatting of this new function to better conform to coding guidelines.
19 years ago
Matt O'Gorman 5b02ba2bf1 woohoo safe out put!
19 years ago
Tilghman Lesher f11ea0549d Discussion of these CLI changes resulted in more consistency (Bug 8236)
19 years ago
Russell Bryant 5654be2803 fix tab completion for "core debug channel" and "core no debug channel"
19 years ago
Russell Bryant 795ba043e2 Fix "core show channel". Also, fix tab completion for both "core show channel"
19 years ago
Russell Bryant 6609cebaf2 Fix "core debug channel <whatever>". I guess someone needs to go through and
19 years ago
Russell Bryant 9009cfcf79 revert the previous change, which actually modified the deprecated command,
19 years ago
Russell Bryant 38be3e38e2 Fix argument parsing for the "core show profile" CLI command
19 years ago
Russell Bryant 0b927d2208 Fix another CLI command, "core show uptime" ...
19 years ago
Russell Bryant 15ba13f1ec fix "core show version" to reflect the new number of arguments for this
19 years ago
Steve Murphy 729ce4d791 This update fixes 7531
19 years ago
Kevin P. Fleming ea53cfcea3 the battle over CLI command formats has broken stuff...
19 years ago
Steve Murphy 517978fd5f These mods are to solve the problem in bug 7506. It's a lot of rework to solve a fairly small problem... such is life.
19 years ago
Russell Bryant c8ee894823 Fix another bug in "core set debug" ...
19 years ago
Russell Bryant 789234df2d Really fix the "core set debug" and "core set verbose" CLI commands.
19 years ago
Russell Bryant da6cf383d4 fix the "atleast" option to the "core set verbose" and "core set debug"
19 years ago
Tilghman Lesher 56a1e60c54 More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236)
19 years ago
Tilghman Lesher e05a2752e8 Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments"
19 years ago
Russell Bryant 105fa492b4 Add the missing call to free described in issue #8268. Also, add a bunch of
19 years ago
Russell Bryant e626d78269 fix saying one hundred and two hundred in hebrew (issue #7810, eldadran)
19 years ago
Joshua Colp 673e9f53a8 Force poll() emulation for Darwin to always be on. It's too broken to consider being used. This resolves the console issue OSX users have been seeing. I would have liked to autoconf this but I haven't been able to come up with a test case that works. Que sera.
19 years ago
Steve Murphy a0078bbbc0 Cleanups suggested by Russell.
19 years ago
Jason Parker b12229c1ff Fix "core show translation" output. Issue #8243, patch by Damin.
19 years ago
Kevin P. Fleming f532d2f198 add an API so that translators can activate/deactivate themselves when needed
19 years ago
Kevin P. Fleming 160a0448c2 revert changes that were the wrong way to address this... proper fix coming
19 years ago
Kevin P. Fleming f725940328 let's set the seen flag early enough to actually make a difference...
19 years ago
Kevin P. Fleming 59186bb2d2 don't re-do setup operations for translators that can dynamically register themselves
19 years ago
Olle Johansson d318976f4d Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar!
19 years ago
Russell Bryant e998b2b609 Merged revisions 46560 via svnmerge from
19 years ago
Russell Bryant 68720145e3 Add a small tweak to the code that checks to see whether destination formats
19 years ago
Kevin P. Fleming d8817c0d3c when unregistering a translator, don't rebuild the translation matrix unless needed
19 years ago
Olle Johansson 86c973f71f Issue #8246 - Doxygen fixes from kshumard.
19 years ago
Olle Johansson e93e64a005 Bind RTCP to the same IP as RTP
19 years ago
Russell Bryant d7f9b5f912 We should always be using _exit() after a fork() or vfork() instead of exit().
19 years ago
Russell Bryant 3cb7bcd6d7 - If the source has no audio or no video portion, do not call powerof() to
19 years ago
Mark Spencer 72146fab32 Fix config comment code preservation code (thanks murf!)
19 years ago
Kevin P. Fleming ce4b0afb73 apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process
19 years ago
Tilghman Lesher ab677899a7 WaitExten truncates decimals of times to wait, instead of accepting them (Bug 8208)
19 years ago
Kevin P. Fleming 6c17f1e07e add passthrough and file format support for G.722 16KHz audio (issue #5084, original patch by andrew, updated by mithraen)
19 years ago