Log File Viewer
📖 Introduction
Log File Viewer displays system logs in real-time. Essential for troubleshooting call issues, registration problems, and system errors.
---
🖥️ Accessing the Module
Navigation:PBX → Tools → Log File Viewer

---
📝 Available Logs
| Log Type | Contains | |
|---|---|---|
| FreeSWITCH | Call processing, SIP messages | |
| Application | PBX application logs | |
| API | REST API requests | |
| Error | System errors | |
| Security | Auth failures, blocked IPs |
🔍 Using the Viewer

Controls
| Control | Function | |
|---|---|---|
| Log Type | Select which log to view | |
| Lines | Number of lines to show | |
| Auto-refresh | Update automatically | |
| Search | Filter log entries | |
| Download | Export log file |
Searching
Enter keywords to filter:
- Extension number:
1001 - SIP code:
401 - IP address:
192.168.1.100
---
🚀 Practical Example
Debug Registration Failure
- Select: FreeSWITCH log
- Search:
401(unauthorized) - Find entries showing auth failures
- Check username/password
---
💡 Tips
TIP
Use search effectively: Filter by extension or IP.TIP
Real-time for live issues: Enable auto-refresh.TIP
Download for deep analysis: Export large log files.---
🔗 Related Modules
- PBX CLI — CLI commands
- Audit Logs — Admin actions