⚙️ 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.