You can use signaling interface trace to debug problems, even when the signaling process is in production. This section tells you how to do this.
When AIX system tracing is turned on, Blueworx Voice Response traces the entry and exit from all signaling interface subroutine calls. You can use this trace to see if an error occurs in processing a signaling interface function, or if the wrong parameters are being passed to a signaling interface subroutine.
The system displays the User Login Menu.
The system displays the system prompt, usually a dollar sign ($).
trace -a -1
If you are interested in only the signaling interface trace, tell AIX to record only Blueworx Voice Response signaling interface trace events, as follows:
trace -a -1 -j"456,459"
See the Problem Determination information for other ways you can start and stop Blueworx Voice Response trace.
trcstop -1
AIX writes the binary output to /var/adm/ras/tracfile.1.
print_trace > sl.trace
print_trace | grep SIGLIB > sl.trace
This method shows the times of entry and exit from signaling interface subroutines, but does not show the values of parameters passed to the signaling interface.
view sl.trace
For an explanation of the entries in the trace file, see Interpreting a signaling process trace.