- Joined
- May 2, 2026
- Messages
- 1
- Reaction score
- 0
The Phonebook bulk-import is silently failing on our V20 Hosted instance
Steps to reproduce:
• Log in as a System Owner / Global Admin user
• Admin → System → Phonebook → top-right dropdown → "Company phonebook"
• Import any CSV — including a 1-row file in your own exact 14-column export format
• Result: modal "Import failed — No changes have been applied", no error details, importCount: 0
The underlying API call (POST /xapi/v1/Contacts/Pbx.ImportContacts) returns HTTP 200 with {"success":true,"importCount":0,"ErrorLines":[],"WarningLines":[],"Exception":null} regardless of file content.
Is there a permission or other setting causing this not to work?
Steps to reproduce:
• Log in as a System Owner / Global Admin user
• Admin → System → Phonebook → top-right dropdown → "Company phonebook"
• Import any CSV — including a 1-row file in your own exact 14-column export format
• Result: modal "Import failed — No changes have been applied", no error details, importCount: 0
The underlying API call (POST /xapi/v1/Contacts/Pbx.ImportContacts) returns HTTP 200 with {"success":true,"importCount":0,"ErrorLines":[],"WarningLines":[],"Exception":null} regardless of file content.
Is there a permission or other setting causing this not to work?