[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Logging of H.248 Messages

The captured data is stored by default in the pgcpd file in the /var/log directory.

Step-by-Step Procedure

To enable logging of H.248 messages:

  1. Access the PGCP traceoptions configuration.
    [edit]
    user@host#edit services pgcp traceoptions
  2. Set the flag that enables logging of H.248 messages.
    [edit services pgcp traceoptions]
    user@host#set flag pgcp-stack-h248
  3. Set the maximum number of trace files. If you specify a maximum number of files, you also must specify a maximum file size.
    [edit services pgcp traceoptions]
    user@host#set file files 10
  4. Set the maximum size of the trace files.
    [edit services pgcp traceoptions]
    user@host#set file pgcpd size 10000k

[Contents] [Prev] [Next] [Index] [Report an Error]