The Incoming Call Routing system allows you to configure how incoming calls are handled and automatically determines which user should handle each call based on intelligent priority logic.Documentation Index
Fetch the complete documentation index at: https://docs.aisync.link/llms.txt
Use this file to discover all available pages before exploring further.
βοΈ Configuration
Users can configure how incoming calls are handled by visiting their Profile Settings: π Profile Settings: https://app.aisync.link/profile In the profile section, users can select one of four incoming call routing options:
π Incoming Call Routing Options
RizzDialer
Call is routed to the RizzDialer interface for manual handling by the user/agent.
Phone (User/Agent Phone Number)
Call is forwarded directly to the user/agent phone number.
AI (PowerList AI Agent)
Call is automatically routed to a configured AI agent.
Dialer + AI
Call first attempts to reach the user/agent. If unavailable, the system transfers the call to an AI agent.
π User Identification Logic
Before routing the call based on the selected option, the system determines which user the call belongs to. The system follows this priority order:1οΈβ£ Priority 1: Recent Calling History
The system checks if any user has recently called this phone number (the incoming caller).- If a match is found, the most recent caller is selected as the responsible user.
- This ensures continuity in customer relationships.
2οΈβ£ Priority 2: Assigned System Number (DID)
If no recent caller is found:- The system checks whether the βToβ number (the system number receiving the call) is assigned to a specific user.
- If yes, the call is routed under that user.
3οΈβ£ Priority 3: PowerList Assignment
If the system number is not assigned to any user:- The system checks whether the callerβs number exists within any PowerList.
- If the PowerList is assigned to a user, that user is selected.
4οΈβ£ Priority 4: Default to Company User
If none of the above conditions match:- The system routes the call using the default company user.
The system processes these checks in order and stops at the first match, ensuring efficient call routing.