Browsed by
Category: Releases

Product release messages, including LTS, stable, development versions and patches.

New versions, same experience!

New versions, same experience!

We are pleasure to announce that local-MSS V11.2 is released and cloud-MSS is upgraded at the same time.

The most important is that all these versions have almost same user experience! As we know, local-MSS has quite different UI with its own web UI and cloud-MSS. Some customers are often  confused when they migrate local-MSS to cloud-MSS since they have quite different UI. From now, they have almost same UI and same operations.  Please take a look at following figures:

GUI of local MSS
GUI of local MSS
web UI of local MSS
web UI of local-MSS
main UI of cloud-MSS
main UI of cloud-MSS

They are almost same, right? Of course, some details are different. We have tried to make them as same as possible to provide unified user experience. Hope you can enjoy it. Take a try please! It is interesting.

 

 

 

 

miniSipPhone is coming!

miniSipPhone is coming!

At the begining of this year, we upgrade our miniSipPhone to V2 and release it today!

We add some features into MSP V2. For example, some customers are always confused with one-way audio problem. In MSP V2, we configure default STUN process and it can detect NAT automatically. Customers don’t need to configure STUN again.

The new version is as simple as enough, we believe you will find it is so easy to use and hope you can enjoy it!

If you are interesting in it, please visit our website and download it to take a try:

http://www.myvoipapp.com/download/

 

Gtalk to SIP

Gtalk to SIP

We are very exciting to release miniSipServer new version 11! This is a great version and can support ‘Gtalk to SIP’ feature now.

What that means? It means you can connect your VoIP network with Gtalk network now. Gtalk users can call to your extensions directly, use your VoIP services, and so on. We bring Gtalk into your enterprise communication system. Funny!

Please refer to our online document for more details:

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

SIP over TCP

SIP over TCP

As we know, most SIP devices use SIP over UDP by default,  however, some SIP servers or communication servers only support SIP over TCP. We have to say that’s really strange. Our customers need work with such devices and we upgrade MSS to V10.5 to support SIP over TCP to fit this requirement.

It is very easy to configure MSS to support this feature. If you are interesting in it, please refer to following document for more details about it:

http://www.myvoipapp.com/docs/mss_services/sip-over-tcp/index.html

Trigger customerized Python service

Trigger customerized Python service

As you may know, we can implement service logic by using Python script. It is very flexible to fit all kinds of customers’ requirements.

For example, MSS’ calling card service is written in Python script. In some fields, some customers require some different service logic,such as playing audio or not, prompt this or that, and so on. We can update python script file according to their requirement without any modification to MSS core.

But something is not so flexible. For example, the trigger of calling card is fixed in MSS core with previous versions. That means you can only trigger calling card service with called number ‘*300*’ of incoming calls. Some customers don’t like this number, some others want to support more called number to trigger calling card service.

With V10.4 released, we can configure different trigger for python services. In fact, we can trigger a python service according to their dial-plan and destination number in incoming calls. So everything is perfect now! Customers can implement their own service logic, they can trigger their services according to their real requirement. You don’t like ‘*300*’? no problem, just need configure another record!

For more details, please refer to manual document:

http://www.myvoipapp.com/docs/mss_services/manual/index.html#python_services

New 500 clients version and MSS for linux

New 500 clients version and MSS for linux

According to our customers’ requirement, we add a new product, 500 clients MSS, to our list. This version can support 500 extensions.

At the same time, we remove 1000 clients product from our public list which means you can still ask this product by sending mail to us. 1000 clients version is quite different with other versions, and it requires more help and support when customers try to deploy it, so we think it is not suitable for small business or SOHO business.

In another way, since Ubuntu LTS has been upgraded to 12.04 version, we upgrade all our work and test environments together, so MSS for linux version is upgraded to fit Ubuntu 12.04. We will not support other Ubuntu versions or linux distributions.

V10 released and TTS!

V10 released and TTS!

MSS V10 is released and supports TTS (Text to speech) feature now. With previous versions, once we want to play announcements, we need use some tools to record audios to create a wav file, then load it to MSS. We think tt is easy but some customers still think it is complex. So TTS is coming.

With TTS feature, you don’t need to create wav files. You just need write your announcement in text, MSS will play it for you. Cool! right? 🙂

Let’s look through XML-IVR of previous MSS ‘auto-attend’ service. We can see we need indicate an audio ID to MSS to play audio.

 <playaudio> 
     <id>0a080001</id>
 </playaudio>

Now, we can change it to following:

 <playaudio> 
     <text>Welcome, please input extension number</text>
 </playaudio>

MSS will play audio “welcome, please input extension number” to caller parties automatically, we don’t need create WAV file and load it to MSS.

Please refer to IVR-XML document for more details.

 BTW, V9 is reserved for Cloud-MSS.

New LTS version and stable version

New LTS version and stable version

We are pleasure to announce that LTS version is upgraded to V6.6 and new stable version  is V8.

V6 has been deployed around world by lots of customers and has been verified to be a very good version for business deployment. It has more features and services than previous LTS version (V4) and we suggest most customers to upgrade to this new version.

V8 is the latest stable version. We will develop and deploy new features with this version. If you want more exciting services, please try this version. Of course, it is stable enough for business deployment.

We hope you can enjoy our new versions.

MSS V6.5 updated to support “speed-dialing” feature

MSS V6.5 updated to support “speed-dialing” feature

V6.5 has been upgraded to support “speed dialing” feature.

In fact, previous versions can also support “speed dialing” feature by using “dial plan” functions. To do that, customers need make configurations with several tables, it could be difficult. With the new version, we separate a independent table to configure “speed dial” and it is so easy to support it.

Please refer to our document for more details about this feature:

http://www.myvoipapp.com/docs/mss_services/speed-dial/index.html

Trigger different IVR for different incoming calls

Trigger different IVR for different incoming calls

miniSipServer is upgraded to V6.5 to support different IVR for different incoming calls.

It is very easy to configure MSS to do that, please refer to online document:

http://www.myvoipapp.com/docs/mss_services/auto_attendant/index.html#multi-ivr

For example, if we want to trigger different IVR for another external line (such as “1234”), we can configure the “IVR services” with following record:

dial plan = default
Called number = 1234  <--This is the external line name/account
IVR-XML file name = aa2.xml <--your own IVR-XML file