installation_guide:debug:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
installation_guide:debug:start [2016/11/07 21:38] borjainstallation_guide:debug:start [2017/07/13 11:34] – [VoiceXML Log levels] borja
Line 37: Line 37:
 ==== Valgrid using ==== ==== Valgrid using ====
  
-Start the voximald process with Valgrid+The Asterisk module launch the interpreter by defaut, you need to disable it to be able to run the voximald process with Valgrid
 + 
 +To disable the Voximal launch from the Asterisk module edit and add this option in the voximal.conf : 
 <code> <code>
-#root valgrind  --tool=memcheck --leak-check=full --log-file="logfile.out" /usr/sbin/openvxi -channels -config /etc/openvxi/client.cfg+[general] 
 +... 
 +launcher=no 
 +... 
 +</code> 
 + 
 +Start the voximald process with Valgrid : 
 + 
 +<code> 
 +#root valgrind  --tool=memcheck --leak-check=full --log-file="logfile.out" /usr/sbin/voximald -channels -config /etc/openvxi/client.cfg -user asterisk -group asterisk 
 +</code> 
 + 
 +And run the Asterisk. 
 + 
 +<code> 
 +asterisk -cvvvvv -U asterisk -G asterisk -g 
 +</code> 
 + 
 +==== VoiceXML Log levels ==== 
 + 
 + 
 +=== Interet connector === 
 + 
 +<code> 
 +<DiagnosticMessages moduleName="*SBinet"> 
 +    <diag tag="0">SBinet: API trace </diag> 
 +    <diag tag="1">SBinet: Channel diagnostics </diag> 
 +    <diag tag="2">SBinet: Stream diagnostics </diag> 
 +    <diag tag="3">SBinet: Cookie diagnostics </diag> 
 +    <diag tag="4">SBinet: Validator diagnostics </diag> 
 +    <diag tag="5">SBinet: Cache diagnostics </diag> 
 +    <diag tag="6">SBinet: Timing diagnostics </diag> 
 +    <diag tag="10">SBinet: Dump HTTP requests and responses </diag> 
 + 
 +</DiagnosticMessages> 
 +</code> 
 + 
 + 
 +=== Cache === 
 + 
 +<code> 
 +<DiagnosticMessages moduleName="*SBcache"> 
 +    <diag tag="0">SBcache: API trace </diag> 
 +    <diag tag="1">SBcache: Cache manager diagnostics </diag> 
 +    <diag tag="2">SBcache: Cache entry diagnostics </diag> 
 +    <diag tag="3">SBcache: Cache stream diagnostics </diag> 
 +    <diag tag="4">SBcache: Cache entry table mutex diagnostics </diag> 
 +    <diag tag="5">SBcache: Cache entry mutex diagnostics </diag> 
 +</DiagnosticMessages> 
 +</code> 
 + 
 + 
 +=== EcmaScript interpreter === 
 + 
 +<code> 
 +<DiagnosticMessages moduleName="*SBjsi"> 
 +    <diag tag="0">SBjsi: API trace </diag> 
 +    <diag tag="1">SBjsi: JavaScript context diagnostics </diag> 
 +    <diag tag="2">SBjsi: JavaScript garbage collection trace </diag> 
 +    <diag tag="4">SBjsi: JavaScript scope diagnostics </diag> 
 +    <diag tag="200">SBjsi: Native ScriptEase error messages </diag> 
 +    <diag tag="201">SBjsi: ScriptEase debug log messages </diag> 
 +</DiagnosticMessages> 
 +</code> 
 + 
 +=== Client main === 
 + 
 +<code> 
 +<DiagnosticMessages moduleName="*OSBclient"> 
 +    <diag tag="0">OSBclient: API trace </diag> 
 +    <diag tag="1">OSBclient: Component names and versions </diag> 
 +    <diag tag="2">OSBclient: General diagnostics </diag> 
 +</DiagnosticMessages> 
 +</code> 
 + 
 + 
 +=== Objects === 
 + 
 +<code> 
 +<DiagnosticMessages moduleName="*OSBobject"> 
 +    <diag tag="0">OSBobject: API trace </diag> 
 +</DiagnosticMessages> 
 +</code> 
 + 
 +=== VoiceXML interpreter (VXI) === 
 + 
 +<code> 
 +<DiagnosticMessages moduleName="*.vxi"> 
 +    <diag tag="0">VXI: VoiceXML document and application warnings</diag> 
 +    <diag tag="1">VXI: VoiceXML log element output</diag> 
 +    <diag tag="2">VXI: VoiceXML element logging</diag> 
 +    <diag tag="3">VXI: VoiceXML grammar logging</diag> 
 +    <diag tag="4">VXI: VoiceXML transitions</diag> 
 +    <diag tag="5">VXI: VoiceXML log Contents (VoiceXML and Data XML/Json)</diag> 
 +</DiagnosticMessages> 
 +</code> 
 + 
 +=== Telephony === 
 + 
 +<code> 
 +<DiagnosticMessages moduleName="*.VXItel"> 
 +    <diag tag="0">VXItel: Signaling trace </diag> 
 +</DiagnosticMessages> 
 +</code> 
 + 
 + 
 +=== Prompt === 
 + 
 +<code> 
 +<DiagnosticMessages moduleName="*.VXIprompt"> 
 +    <diag tag="0">VXIprompt: Prompting trace </diag> 
 +</DiagnosticMessages> 
 +</code> 
 + 
 + 
 +=== Recognize === 
 + 
 +<code> 
 +<DiagnosticMessages moduleName="*.VXIrec"> 
 +    <diag tag="0">VXIrec: Recognition trace </diag> 
 +    <diag tag="1">VXIrec: Grammar trace </diag> 
 +</DiagnosticMessages>
 </code> </code>
  • installation_guide/debug/start.txt
  • Last modified: 2024/02/19 16:10
  • by borja