[zaptel-commits] tzafrir: branch 1.4 r4270 - in /branches/1.4: ./ README
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Wed May 14 10:44:12 CDT 2008
Author: tzafrir
Date: Wed May 14 10:44:11 2008
New Revision: 4270
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4270
Log:
The parameter print_dbg of xpp has chnaged to "debug".
Merged revisions 4269 via svnmerge from
http://svn.digium.com/svn/zaptel/branches/1.2
Modified:
branches/1.4/ (props changed)
branches/1.4/README
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/README
URL: http://svn.digium.com/view/zaptel/branches/1.4/README?view=diff&rev=4270&r1=4269&r2=4270
==============================================================================
--- branches/1.4/README (original)
+++ branches/1.4/README Wed May 14 10:44:11 2008
@@ -384,8 +384,19 @@
* 16: DEBUG_ECHOCAN
* 32: DEBUG_RBS
* 64: DEBUG_FRAMER
- The 'xpp' modules use 'print_dbg' instead of 'debug' . Refer to
- README.Astribank.
+ - xpp: Previously (before 1.2.26 / 1.4.12) it was called "print_dbg".
+ See also README.Astribank:
+ * 1: GENERAL - General debug comments.
+ * 2: PCM - PCM-related messages. Tend to flood logs.
+ * 4: LEDS - Anything related to the LEDs status control. The driver
+ produces a lot of messages when the option is enabled.
+ * 8: SYNC - Synchronization related messages.
+ * 16: SIGNAL - Zaptel signalling related messages.
+ * 32: PROC - Messages related to the procfs interface.
+ * 64: REGS - Reading and writing to chip registers. Tends to flood
+ logs.
+ * 128: DEVICES - Device instantiation, destruction and such.
+ * 256 - COMMANDS - Protocol commands. Tends to flood logs.
deftaps (zaptel)::
The default size for the echo canceller. The number is in "taps", that
More information about the zaptel-commits
mailing list