[zaptel-commits] tzafrir: branch 1.2 r4269 - /branches/1.2/README

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Wed May 14 10:37:37 CDT 2008


Author: tzafrir
Date: Wed May 14 10:37:36 2008
New Revision: 4269

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4269
Log:
The parameter print_dbg of xpp has chnaged to "debug".

Modified:
    branches/1.2/README

Modified: branches/1.2/README
URL: http://svn.digium.com/view/zaptel/branches/1.2/README?view=diff&rev=4269&r1=4268&r2=4269
==============================================================================
--- branches/1.2/README (original)
+++ branches/1.2/README Wed May 14 10:37:36 2008
@@ -315,10 +315,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