In this new version, IVR-XML is supported and we can use XML to write IVR services. It is very easy and funny. We re-write auto-attendant service with IVR-XML, you can see it is very simple. The latest auto-attendant service file can be found in sub-directory ‘xml’ and file name is ‘aa.xml’.
The latest AA document is updated together, please refer to :
Some VoIP providers support “SIP trunking” services, most of them require user name and password for authorization.
To work with such SIP trunking, we need configure “external lines” in miniSipServer to establish connection with the VoIP carriers’ server.
In the external line configuration, we can configure peer server address (or domain name) , user name and password for authorization of register process and call process.
MSS V4 is updated (build 20110831) to support following features:
(1) Store CDR into database if MySQL database is active.
(2) In prepaid services, such as calling card, caller prepaid and so on, “one-time fee” is supported. This means the fee will be reduced from balance immediately one time when the call is answered.
Can miniSIPServer support G.729, iLBC, GSM audio codec, or video calls, and so on?
We are often asked this question about audio codec or video calls. Some customers want to confirm whether miniSIPServer can work well with their SIP phones/clients who can support several audio codecs or video calls.
We often answer that it depends on their own SIP phones/clients. miniSIPServer, not matter local-miniSIPServer or cloud-miniSIPServer, doesn’t care media codec by default.
Why we say that?
Please have a look at following figure which describes a basic media process model of miniSIPServer in a normal basic call.
From this figure, we can see:
(1) miniSIPServer only controls call signals.
(2) Media stream is processed by the clients themselves.
This model will reduce the work-load of the server since all media streams are bypass server, so it is unnecessary for the server to support several media codecs.
But in some service scenarios, miniSIPServer need play audio to the SIP phones. For example, in auto-attendant or calling card services, miniSIPServer need prompt audio announcement and collect user input information. Obviously, miniSIPServer is required to support audio codecs in these scenarios.
That’s right. If miniSIPServer need process audio stream, it can support two audio codecs: G711a (PCMA) and G711u (PCMU).
By the way, after playing audio stream, the final media stream will be processed still in end-to-end model. Please refer to following media model of miniSIPServer for these scenarios: