var fDesc=new Array(); fDesc[0] = "Now the Call Flow Extract can create flowcharts for you!
Need to add a few more tricks into your system administrator's hat?
- Download PBX switch call flow extracts
- Create Flowcharts in Visio or PDF format
- Reduce communications costs in troubleshooting
- Send electronic copies of PBX configuration to other administrators
- Decrease on-line time
- Compare PBX system configuration files between nationwide switches
- Document your BSR call flows
- Vector Variables
- Add additional comments to your announcement listings such as the complete verbiage, or create your own hyperlinks to your own set of documentation
- Add comment lines to your vectors. Now you can document who changed what, when, and why!
- Audit call flow changes
- Compose and view call flow extracts in either word processing or HTML formats"; 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 = ''; } }