var fDesc=new Array(); fDesc[0] = "Interaction SIP Proxy performs day-to-day load balancing, and is inherently capable of performing business continuity and survivable remote site telephony (SRST) during disaster recovery. The Interaction SIP Proxy software complies with RFC3261 and is easy to install and use — simply load it on any Windows®-based machine for a sophisticated SIP Proxy server

Interaction SIP Proxy adheres to strict security using HTTPS, digest authentication, and the protection of all status and configuration pages. A visual display in Interaction SIP Proxy shows the status of all destination servers and registered devices, includes complete call detail records, and provides SMTP email alerts and SNMP traps for critical events."; 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 = ''; } }