[svn-commits] russell: branch russell/events r103693 - /team/russell/events/doc/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 14 15:19:06 CST 2008


Author: russell
Date: Thu Feb 14 15:19:06 2008
New Revision: 103693

URL: http://svn.digium.com/view/asterisk?view=rev&rev=103693
Log:
Add a note on using the debug output

Modified:
    team/russell/events/doc/distributed_devstate.txt

Modified: team/russell/events/doc/distributed_devstate.txt
URL: http://svn.digium.com/view/asterisk/team/russell/events/doc/distributed_devstate.txt?view=diff&rev=103693&r1=103692&r2=103693
==============================================================================
--- team/russell/events/doc/distributed_devstate.txt (original)
+++ team/russell/events/doc/distributed_devstate.txt Thu Feb 14 15:19:06 2008
@@ -269,6 +269,18 @@
     -= Registered Asterisk Dial Plan Hints =-
                    1234 at devstate_test       : Custom:mystate        State:InUse           Watchers  0
 
+
+One other helpful thing here during testing and debugging is to enable debug
+logging.  To do so, enable debug on the console in /etc/asterisk/logger.conf.
+Also, enable debug at the Asterisk CLI.
+
+*CLI> core set debug 1
+
+When you have this debug enabled, you will see output during the processing of
+every device state change.  The important thing to look for is where the known
+state of the device for each server is added together to determine the overall
+state.
+
 -------------------------------------------------------------------------------
 
 




More information about the svn-commits mailing list