It may be taboo to mention closed-source software here, but I can give you a resounding endorsement of some software that will allow you to create and process menus for telephone callers that is very compatible with Perl. Specifically, check out Copia International which makes a system called FaxFacts. Although it runs on NT (yech) and is closed source (yech), it is entirely configured with text files, including the config files that control the menu tree of options. That makes it an ideal task for Perl. I have used this software for over 7 years to run a Fax Service Bureau at the Los Angeles Times, and am currently writing a number of Perl scripts to manage a system at another company. The stuff works, is easy to use, and allows you to send email, fax on demand, fax broadcasting, phone transfers, and a variety of other things. Handling a phone tree is a relatively trivial task for this system. The type of hardware this runs on is not your typical modem card. They are specialized boards for handling voice and fax, usually manufactured by Dialogic and Brooktrout. Now, if someone could learn to control Dialogic and Brooktrout hardware with Perl directly, that'd be a cool thing, too, and I'd love to see it. (I think these companies sell their APIs.) If you can't do it directly, take a look at Copia's stuff. --Mark www.widawer.com

In reply to RE: Phone Menu Systems and Perl by markwild
in thread Phone Menu Systems and Perl by jptxs

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.