aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2006-12-22Minor fixes for Solaris.qwell1-4/+0
2006-12-18remove some now-unnecessary explicit includes of autoconfig.hkpfleming1-0/+1
2006-12-16simplify dependency tracking system, using the compiler's built-in method for...kpfleming1-1/+0
2006-12-16since we really, really have to have autoconfig.h included before all other h...kpfleming1-5/+5
2006-12-15Turn payload_lock into bridge_lock and make it encompass all RTP structure co...file1-41/+55
2006-12-14Payload values on the RTP structure can change AFTER a bridge has started. Th...file1-11/+61
2006-12-14Remove direct RTCP bridging. I've come to the conclusion that we should handl...file1-70/+1
2006-12-11Merge in my latest RTP changes. Break out RTP and RTCP callback functions so ...file1-35/+51
2006-12-07Here lies the fixes that killed bug 8423 -- OriginateSuccess and OriginateErr...murf1-6/+9
2006-12-02- Disable RTP hold timers while T.38 fax transmission happensoej1-0/+52
2006-12-01Double-unlock error (reported by blitzrage on IRC)tilghman1-1/+0
2006-11-30Do not do a partial bridge for Google Talk since we need to handle STUN. (iss...file1-2/+8
2006-11-30Merged revisions 48151 via svnmerge from file1-5/+5
2006-11-29Merged revisions 48106 via svnmerge from file1-0/+2
2006-11-27Remove a couple of unused variables (issue #8380, casper)russell1-12/+0
2006-11-24bug 8189 posted this fix for main/translate.c for PLCmurf1-0/+1
2006-11-22Video will never reach Packet2Packet bridging and can do more harm then good.file1-22/+2
2006-11-21If we have the non standard G726-32 setting turned on we want to return G726-...file1-1/+1
2006-11-20Merged revisions 47859 via svnmerge from file1-0/+4
2006-11-20Only remove/destroy the RTCP I/O item if it exists.file1-2/+3
2006-11-15We need to ensure timelimit stuff is included as well so warnings get played....file1-3/+9
2006-11-15don't try to call fclose() if fopen() failedkpfleming1-3/+4
2006-11-15Merged revisions 47686,47688-47689 via svnmerge from kpfleming1-1/+7
2006-11-15Merged revisions 47682 via svnmerge from kpfleming1-3/+3
2006-11-15fix longest match search in find_cli.rizzo1-1/+3
2006-11-15If NAT detection is turned on or already detected then say NAT is active when...file1-2/+5
2006-11-15more formatting cleanup, and avoid running off the end of the stringkpfleming1-17/+15
2006-11-15Turn notice about unknown RTCP packet type into a debug message instead.file1-1/+2
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