var fDesc=new Array(); fDesc[0] = "The SIPLink is offered as a part of the main package and is royalty-free. VoipSwitch’s customers are allowed to distribute it freely to their end-users.
Features :
- Embedded VoIP Tunnel proprietary technology for making and receiving calls from behind VoIP blockades/firewalls, for example in countries where voice over IP is banned
- Real-time information on the current connection status
- Phone directory stored on a server (or locally if required), accessible directly from the SIPLink interface, also integrated with customer web portal interface
- Information on the actual account balance
- Information on the maximum duration for the call
- Connection timer"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }