Projects
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 […]
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 […]
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, […]
This allows executing the registered flow when the message is received. 🙂
Continue reading about [dev talk] Added message receive flow
Added message_send feature. This allows sending an SMS. 🙂 https://api.voipbin.net/docs/message.html
Recent Comments