Ctrl K
ring2all.com

PBX CLI

📖 Introduction

PBX CLI provides direct access to the FreeSWITCH command line interface. Use for advanced troubleshooting and real-time system commands.

---

⚠️ Advanced Feature

WARNING
For advanced users only: Incorrect commands can affect call processing.

---

🖥️ Accessing the Module

Navigation: PBX → Tools → PBX CLI
Pbx Cli
Pbx Cli

---

📝 Common Commands

Status Commands

CommandPurpose
show channelsList active calls
show registrationsList registered phones
statusSystem status
sofia statusSIP profile status

Call Commands

CommandPurpose
uuid_kill Hangup a call
uuid_transfer Transfer call
uuid_record startStart recording

Debug Commands

CommandPurpose
sofia loglevel all 9Enable SIP debug
console loglevel debugConsole debug
reloadxmlReload config
---

🚀 Practical Example

Debug Registration Issue

Plaintext
sofia status profile internal
show registrations
sofia loglevel all 9

This shows SIP profile status, registered devices, and enables SIP logging.

---

💡 Tips

TIP
Use show commands first: Read-only, safe to run.
TIP
Turn off debug when done: Debug logging uses resources.
CAUTION
uuid_kill ends calls: Be careful with call manipulation.

---

AI Assistant

👋 Hello! I'm your Ring2All documentation assistant. I can help you find information about configuring and using the Ring2All PBX platform.

How can I help you today?