How can I enable detailed logging for the MSS/Vail SIP TIM?
This is a two step procedure:
- Add filters
- Turn on logging
Add filters
Goto: "C:\Program Files\Microsoft Speech Server\AdministrativeTools\Scripts"
| List of filters | cscript MSSLogConfig.vbs /filters |
| turn on a specific filter (e.g., DetailedCallAnalysis) | cscript MSSLogConfig.vbs /activate /filter:DetailedCallAnalysis |
| Get a list of currently active filters | cscript MSSLogConfig.vbs /activefilters |
| Help | cscript MSSLogConfig.vbs /? |
Turn on logging
- Go to: Start->All Programs->Microsoft Speech Server 2004->MSS Management Console
- In the right pane: right-click on Telephony Application Services
- Select "Properties"
- Select the Server Log Configuration tab
- Select the check box 'Enable Logging'
- When done with the tests, disable the logging by unchecking the 'Enable Logging'. This is an important step to get the full .etl file since this flushes the log file cache.
The location of the generated .etl file is also shown in this tab.
