agent-phone-numbers
Check Phone Number Health
Check phone number health and LiveKit sync status.
Verifies:
- Phone number exists in database
- Dispatch rule exists in LiveKit
- SIP trunk is healthy
- Configuration is valid
Returns:
{
"phone_number": "+15551234567",
"status": "healthy",
"checks": {
"database": true,
"dispatch_rule": true,
"sip_trunk": true,
"livekit_sync": true
},
"issues": []
}
POST
Check Phone Number Health
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Bulk Upload Phone NumbersBulk upload phone numbers from CSV file.
CSV Format:
phone_number,provider,enable_outbound,outbound_address,outbound_transport,destination_country,media_encryption,krisp_enabled,auth_username,auth_password
Example CSV:
```
phone_number,provider,enable_outbound,outbound_address,outbound_transport,destination_country,media_encryption,krisp_enabled
+15551234567,twilio,true,sip.twilio.com,TCP,US,ALLOW,true
+15559876543,vonage,true,sip.nexmo.com,TLS,US,ALLOW,true
+918012345678,plivo,true,sip.plivo.com,TLS,IN,REQUIRE,true
```
This endpoint processes the CSV file and registers all phone numbers in bulk.
Each row is processed independently - partial success is possible.
Next
Check Phone Number Health