Occassional posts about VoIP, SIP, WebRTC and Bitcoin.
Many SIP Sorcery users have reason to be grateful to the resident Ruby expert Mike Telis and his Flexible table-controlled dial plan (version 2). This dial plan has saved many users from having to dive headlong into Ruby programming in order to set up a speed dial or set the rules for how they forward through their different providers. After seeing how popular the dial plan was becoming I thought it would be a good idea to incorporate it into the sipsorcery Silverlight portal (and eventually the AJAX portal). That would mean the users of Mike’s dial plan would not need to do any Ruby programming at all which I get the feeling a large number would appreciate.
The point of this post is to announce that the sipsorcery Silverlight portal now does include a new dial plan option that is based around a slightly modified version of Mike’s dial plan, the reason for the slight modification is to do with the practicalities of designing the GUI. The new dial plan option is called TelisWizard (the full name being a bit of a mouthful).
The dial plan has 6 sections which correspond to the same sections in Mike’s original plan:
The GUI has a help panel at the bottom of each screen to provide assistance.
The Ruby that’s actually running the dial plan is hosted in the sipsorcery repository on github.
I suspect there are still a few things to iron out with the GUI and the dial plan to make it simpler to use and I’d encourage anyone who is already using Mike’s existing dial plan to try it out and provide feedback on the forums.
And of course a massive thank you to Mike Telis for not only the huge number of hours he put into writing and testing the script but the seemingly endless support he provides to questions that people ask about it!