Hot Desking
📖 Introduction
Hot Desking allows users to log into any phone in your organization with their personal extension. This is perfect for shared workspaces, flexible seating, or employees who move between locations.
How it works:- Phones are configured as "hot desk" devices without a permanent user
- Employees dial a login code and enter their extension and PIN
- The phone becomes that user's extension until they log out
- When logged out, the phone returns to its idle state
---
🎯 Common Use Cases
| Scenario | Solution | |
|---|---|---|
| Open office with shared desks | Employees log in when they arrive | |
| Multiple shifts using same phones | Each shift logs in with their extensions | |
| Traveling employees visiting offices | Use any available hot desk phone | |
| Conference rooms | Temporary login for meeting calls |
📋 Prerequisites
- [ ] Extensions created with Type = None (hot desk mode)
- [ ] Feature codes configured for login/logout
- [ ] Phones provisioned as hot desk devices
---
🖥️ Accessing the Module
Navigation:PBX → Extensions → Hot Desking

---
📝 Form Fields
Hot Desk Device Settings

| Field | Description | Example | |
|---|---|---|---|
| Device Name | Identifier for this hot desk phone | Lobby Phone 1 | |
| MAC Address | Phone's hardware identifier | 00:11:22:33:44:55 | |
| Location | Physical location description | Building A, Floor 2 | |
| SIP Profile | Network configuration for the device | Internal | |
| Login Code | Feature code to log in (e.g., 11) | 11 | |
| Logout Code | Feature code to log out (e.g., 12) | 12 | |
| Idle Timeout | Auto-logout after inactivity (hours) | 8 | |
| Enabled | Device is active and available | Yes |
🚀 Practical Example: Setting Up Hot Desk Phones
Scenario
Your company has 10 shared desks in an open workspace. Employees should be able to use any phone.
Step 1: Create Extensions with Type "None"
Go to PBX → Extensions → Extensions and create extensions for each employee:
| Field | Value | |
|---|---|---|
| Extension Type | None | |
| Name | John Smith | |
| Features Password | 7738 |
Step 2: Configure Hot Desk Devices
Go to PBX → Extensions → Hot Desking and add each shared phone:
| Field | Value | |
|---|---|---|
| Device Name | Open Desk 1 | |
| MAC Address | 00:11:22:33:44:55 | |
| Location | Open Workspace | |
| Login Code | 11 | |
| Logout Code | 12 |
Step 3: Provision the Phones
Configure each physical phone with:
- Server address
- Hot desk device credentials
- No default extension
Step 4: User Login Process
When John arrives at a desk:
- Pick up the phone
- Dial
11(login code) - Enter extension:
1001 - Enter PIN:
7738 - Phone displays "John Smith" and works as extension 1001
Step 5: User Logout Process
When John leaves:
- Dial
12(logout code) - Phone returns to idle state
---
💡 Tips & Best Practices
---
❓ Frequently Asked Questions
Q: What happens to calls when a hot desk phone is not logged in?A: Calls to that extension follow the extension's normal no-answer/not-registered forwarding rules (typically voicemail).
---
Q: Can a user be logged into multiple phones?A: It depends on the extension's Max Contacts setting. If set to 1, logging into a new phone logs out the previous one.
---
Q: How do I see who is logged into which phone?A: Check Extension Status to see registered extensions and their IP addresses.
---
🔗 Related Modules
- Extensions — Create extensions with Type "None"
- Feature Codes — Configure login/logout codes
- Extension Status — Monitor logged-in users
---
← Previous: Bulk Modification | Next: IVRs →