Browsed by
Tag: ipv6

Trace on IP address

Trace on IP address

Previous miniSIPServer has a trace tool which is “trace all”. It can capture and trace all SIP calls which MSS receives or sends out. This tool is very useful when we build the VoIP network at the first step. But it is almost useless in an exist working environment.

It is dangerous to capture ALL SIP calls in a working system since there are too many SIP messages and inner information. By default, we can filter the call according to caller number or called number. In the recent V33 version, we disable “trace all” and replace it with “trace on IP address”. Please refer to following figure.

Trace on IP address
Trace on IP address

With this tool, we can capture a specific complete IP address, such as “10.0.0.101”. We can also set a part of IP address to capture some SIP calls from some IP addresses, such as “10.0.0”, in this scenario, all SIP calls from IP addresses begin with “10.0.0” will be captured. By the way, we can also set IPv6 address with this tool.

Now you can see this tool can be used in both lab environment and working environment.

new LTS V16 and new stable V17

new LTS V16 and new stable V17

V16 has been released for several days and response messages from our customers are very exciting, so we decide to upgrade LTS version to V16 since it can support very important feature: IPv6.

At the same time, the latest stable version is upgraded to V17. In this version, something is changed:

Event channel is provided

“Event channel” is based on websocket, and customers’ applications can establish websocket connection to get MSS inner call status. Please refer to online document:

http://www.myvoipapp.com/docs/mss_services/event_channel/index.html

MSS trunk

“MSS trunk” is our private protocol to bypass some ISP blocking. It helps some customers to deploy VoIP network at their sides. At this time, since MSS can support SIP over TLS, we think this feature could be replaced by it, so we decide to remove this feature from V17 and abover versions.

We hope new versions can fit your requirements and benefit your VOIP network. Please enjoy them and update us if you have any suggestion or question.

Big thing – IPv6!

Big thing – IPv6!

As we know, IPv6 is next internet protocol. All SIP devices will be migrated to IPv6 since IPv4 network has more and more problems.

Today we release miniSIPServer V16. The big feature of this version is to support IPv6. You can find it is so eay to deploy a voip network over IPv6 with miniSIPServer.

Please refer to following document for more details and enjoy IPv6 now!

http://www.myvoipapp.com/docs/mss_services/ipv6/index.html

And V16 will be next LTS version once we think it is ready for that.