ion-widget-phone
v0.2.7
Published
Enhance Your Business Communication Productivity and Efficiency with Our Softphone and PBX Service
Downloads
29
Maintainers
Readme
ION PHONE
Enhance Your Business Communication Productivity and Efficiency with Our Softphone and PBX Service
Experience the Ease of Unrestricted Communication
In today's digital age, effective and efficient communication is the cornerstone of running a successful business. Our softphone and PBX service is here to help you achieve that.
Benefits of Using Softphone and PBX Service
Boost productivity
Softphones empower you to make phone calls from anywhere, anytime, using any device connected to the internet. This allows you to stay connected with your team and your customers, even when you're on the go.
Enhance efficiency
PBX can automate many phone tasks, such as call forwarding, auto-attendants, and conferencing. This can save you time and money.
Reduce costs
Softphones and PBX can help you save money on phone bills by reducing long-distance call charges and phone hardware rental fees.
Increase scalability
Softphones and PBX can easily scale to meet the growing needs of your business.
Key Features of Our Softphone and PBX Service
HD voice quality
Enjoy crystal-clear and interference-free voice quality.
Comprehensive calling features
Make voice and video calls, send instant messages, and host conferences.
CRM integration
Integrate your softphone with your CRM to easily access customer information.
Monitoring and reporting
Monitor your call activity and get detailed reports on phone usage.
Installation
npm install --save ion-widget-phone
Example usage:
var ionPhone = require("ion-widget-phone");
var config = {
credential:{
host : "https://example.com/",
token : "example-token",
userkey : "example-user",
},
setting:{ // optional
header: {
title: "ION Softphone",
color: "#9c27b0"
},
dom:{
embed:document.querySelector("#divElement")
}
}
}
var phone = new ionPhone(config);
phone.init();
phone.on("call-status",(data)=>{
console.log(data);
})