Doing call tracing with Homer became really simple and straight forward with OpenSIPS 2.3 . Just one line of config file and you can capture your SIP traffic (and even more) per message, transaction or dialog bases. Following the OpenSIPS 3.1 release which was focused on complex call crafting (Class 5 features oriented), we felt … Continue reading Tips & Tricks for Advanced SIP Capturing
Category: Tips
Monitoring real time statistics is a great tool to assess the performance of your services, as well as for detecting, and possibly preventing, unfortunate events. And visualizing the monitored statistics in a graph or chart can definitely improve your DevOps team experience, as well as reduce the troubleshooting time of possible failure events. In a … Continue reading Monitoring OpenSIPS using Prometheus and Grafana
Real-time call statistics is an excellent tool to evaluate the quality and performance of your telephony platform, that is why it is very important to expose as many statistics as possible, accumulated over different periods of time. OpenSIPS provides an easy to use interface that exposes simple primitives for creating, updating, and displaying various statistics, … Continue reading Improved series-based call statistics using OpenSIPS 3.2
On 18th on March we took the difficult decision to postpone the OpenSIPS Summit 2020 for September, waiting for better times. Well, things did not evolve in a way to allow any kind of safe conferencing for 2020. At least not from our point of view. So, bye-bye Amsterdam, welcome Online - yes, the OpenSIPS … Continue reading OpenSIPS Summit 2020, Distributed
The new Call API project consists of a standalone server able to serve a set of API commands that can be used to control SIP calls (such as start a new call, put a call on hold, transfer it to a different destination, etc.). In order to provide high performance throughput, the server has been … Continue reading Calls management using the new Call API tool
Welcome or welcome back to the 2-part series on the RFC 8599 support in OpenSIPS! In this final post (please find the initial one here), you will learn how to enhance your platform with standards-based SIP Push Notification (PN) support using an OpenSIPS 3.1+ release, from high-level design all the way down to specific code … Continue reading SIP Push Notification with OpenSIPS 3.1 LTS [RFC 8599 support][Part II]
The OpenSIPS script is a very powerful tool, both in terms of capabilities (statements, variables, transformations) and in terms of integration (support for DB, REST, Events and more). So why not using the OpenSIPS script (or the script routes) to interact and control your call, in order to build more complex services on top of … Continue reading Dialog triggers, or how to control the calls from script
There are several calling scenarios - typical Class V - where multiple SIP dialogs may be involved. And to make it work, you need, from one dialog, to access the data that belongs to another dialog. By data we mean here dialog specific data, like dialog variables, profiles or flags, and, even more, accounting data … Continue reading Cross-dialog data accessing
As we get closer to the much-anticipated release of OpenSIPS 3.1 LTS, a new major feature has been merged into the master branch: full support for standards-based SIP Push Notifications (short: "SIP PN"), a.k.a. RFC 8599! In this two-part series, I'm going to present two sides of the story: first, the IETF document itself: the … Continue reading SIP Push Notification with OpenSIPS 3.1 LTS [RFC 8599 support][Part I]
In advanced Class 5 SIP systems, the "intelligence" is not a characteristic reserved 100% only to the SIP Server (or Application Server component). In such system, the "intelligence" - meaning the ability to control and operate the Class 5 specific features - is actually shared between all the SIP phones and the SIP Server. This … Continue reading DFKS or the “Key to Synchronization”
You must be logged in to post a comment.