var fDesc=new Array(); fDesc[0] = "Billion Phone - compact convenient SIP phone software for making voice calls using your computer. The main advantage of Billion Phone is ability to show customer balance on the screen when working with Billion Softswitch, Billion PBX and some other SIP servers.

Features

- SIP registration
- Incoming and outgoing calls using SIP
- Phone book
- Calls history - incoming, outgoing and missed
- On-screen balance when working with Billion Softswitch, Billion PBX and some other SIP servers.
- Flexible settings"; 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 = ''; } }