ProCall Enterprise
ProCall Enterprise is a platform for unified communication and collaboration that helps companies optimize communication and improve team collaboration. It integrates various communication channels such as voice calls, instant messaging, video conferencing, and presence management into a single system. ProCall Enterprise allows users to manage all their communication channels through one interface and offers features like contact directories, call management, screen sharing, and tools for team collaboration. Additionally, it provides integration with CRM systems, email, and other enterprise software to enhance productivity and workflow efficiency. This platform is ideal for companies that need a flexible, scalable communication solution to improve internal communication, customer support, and collaboration across teams and departments.
Setup
- 1
Add SMS Provider
Add a new entry to the
smsproviderlist
node in thesmsprovider.xml
file. - 2
Restart UCServer
After restarting the UCServer, you can select www.seven.io as the provider.
- 3
Configure API Key
Set your YOUR_API_KEY as the password and enter any value in the username field, as it is not used.
<smsprovider>
<name>seven</name>
<url>https://gateway.seven.io/api/sms</url>
<username>YourUsername</username>
<password>YOUR_API_KEY</password>
</smsprovider>