Projects

pchero on May 8th, 2023

I added a new feature in VoIPBin called groupcall. With groupcall, you can easily make calls to multiple destinations at once. It offers two ring methods: ringall and linear. In the ringall method, all destinations are called simultaneously. The first destination that answers the call executes the given call flow, while the rest of the […]

Continue reading about New feature: groupcall

pchero on April 17th, 2023

Traditional CTI services use a basic flow execution model to control the flow of calls. When a call comes in, the flow starts with call control actions like answering, transferring to a queue, and other simple actions. The flow execution continues until the call ends, or the user initiates a hang-up command to stop the […]

Continue reading about CPaaS: Flow control

pchero on April 8th, 2023

The Call-flow is a vital part of traditional CTI services. It is used to execute specific actions based on incoming or outgoing voice calls. However, with the advent of CPaaS, the traditional call-flow system is no longer sufficient. CPaaS services provide multiple communication channels such as voice and video calls, SMS, emails, and chat. But, […]

Continue reading about CPaaS: Beyond the call-flow

pchero on March 21st, 2022

This allows executing the registered flow when the message is received. 🙂

Continue reading about [dev talk] Added message receive flow

pchero on March 14th, 2022

Added message_send feature. This allows sending an SMS. 🙂 https://api.voipbin.net/docs/message.html

Continue reading about [dev talk] Added message_send