Hello all. I have been programming perl cgi for a few years now and I want to do something different non web related. I need some help.

I have a land line with caller id and I want to make a small device to sit next to the phone and block certain calls, answer other calls and play a wav file that gives a custom response, and other calls to simply let it ring the phone so I can pick it up and talk to the person. A perl call screener.

Of course I want to program it in pure perl which I feel confident in doing if it were a PC running linux. But I dont want a pc sitting there next to the phone, I only want a small box pre programmed to do what I say with the phone calls.

My question is, what kind of hardware would need to be inside this box and could it be made to be less than 6" x 6" x 2"? I have an old sharp zaurus and I was thinking of tyring to use that if I cant figure out how to make one from components. I would still need to know how to connect it to the phone line and what to use for a GUI, im used to just using a browser for that.

Thanks for any insight you can give.

In reply to Perl Phone Call Screening Device by perlfool

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.