aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2006-11-13This solves bug 8342, whereby a crash occurs under certain circumstances whil...murf1-1/+1
2006-11-13Re-enable old deprecated commandstilghman1-1/+1
2006-11-13Free full command string upon unregistering of CLI command. Backported from r...file1-0/+1
2006-11-11Tweak the formatting of this new function to better conform to coding guideli...russell1-20/+17
2006-11-11woohoo safe out put!mogorman2-2/+36
2006-11-10Discussion of these CLI changes resulted in more consistency (Bug 8236)tilghman1-73/+165
2006-11-09fix tab completion for "core debug channel" and "core no debug channel"russell1-2/+7
2006-11-09Fix "core show channel". Also, fix tab completion for both "core show channel"russell1-5/+5
2006-11-09Fix "core debug channel <whatever>". I guess someone needs to go through andrussell1-4/+4
2006-11-09revert the previous change, which actually modified the deprecated command,russell1-12/+12
2006-11-09Fix argument parsing for the "core show profile" CLI commandrussell1-6/+6
2006-11-09Fix another CLI command, "core show uptime" ...russell1-2/+2
2006-11-09fix "core show version" to reflect the new number of arguments for thisrussell1-1/+1
2006-11-08This update fixes 7531murf1-1/+5
2006-11-08the battle over CLI command formats has broken stuff...kpfleming1-1/+1
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf3-29/+73
2006-11-04Fix another bug in "core set debug" ...russell1-1/+1
2006-11-04Really fix the "core set debug" and "core set verbose" CLI commands.russell2-14/+14
2006-11-04fix the "atleast" option to the "core set verbose" and "core set debug"russell1-2/+2
2006-11-02More changes making the CLI more consistent with "category verb arguments" (c...tilghman2-46/+19
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman11-209/+86
2006-11-02Add the missing call to free described in issue #8268. Also, add a bunch ofrussell1-1/+7
2006-11-01fix saying one hundred and two hundred in hebrew (issue #7810, eldadran)russell1-4/+7
2006-11-01Force poll() emulation for Darwin to always be on. It's too broken to conside...file1-1/+6
2006-11-01Cleanups suggested by Russell.murf1-31/+32
2006-10-31Fix "core show translation" output. Issue #8243, patch by Damin.qwell1-2/+2
2006-10-31add an API so that translators can activate/deactivate themselves when neededkpfleming1-6/+37
2006-10-31revert changes that were the wrong way to address this... proper fix comingkpfleming1-48/+39
2006-10-31let's set the seen flag early enough to actually make a difference...kpfleming1-2/+2
2006-10-31don't re-do setup operations for translators that can dynamically register th...kpfleming1-39/+48
2006-10-31Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar!oej1-23/+31
2006-10-31Merged revisions 46560 via svnmerge from russell1-0/+1
2006-10-31Add a small tweak to the code that checks to see whether destination formatsrussell1-3/+6
2006-10-30when unregistering a translator, don't rebuild the translation matrix unless ...kpfleming1-1/+17
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej3-6/+10
2006-10-30Bind RTCP to the same IP as RTPoej1-1/+3
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell1-1/+1
2006-10-26- If the source has no audio or no video portion, do not call powerof() torussell1-5/+20
2006-10-26Fix config comment code preservation code (thanks murf!)markster2-12/+167
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming5-7/+5
2006-10-25WaitExten truncates decimals of times to wait, instead of accepting them (Bug...tilghman1-2/+3
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming3-6/+9
2006-10-25code zone experiment: don't offer formats in the outbound INVITE that aren't ...kpfleming1-0/+5
2006-10-24if multiple translators are registered for the same source/dest combination, ...kpfleming1-2/+20
2006-10-24merge 45152 don't leak descriptors in http.crizzo1-17/+22
2006-10-24ensure that the translation matrix is properly lock-protected every place it ...kpfleming1-4/+24
2006-10-24add an API call to allow channel drivers to determine which media formats are...kpfleming1-0/+42
2006-10-24Pass through a frame if we don't know what it is, rather than trying to pass atilghman1-1/+4
2006-10-21Don't use promotion on Darwin because it doesn't seem to work quite right in ...file1-2/+2
2006-10-18Don't modify things if we are using vfork as this is very bad and may cause u...file1-0/+4