In Named pipes on Win32 I asked about using Named Pipes with Win32. I haven't had a chance yet to follow up on this, but now I have an immediate need thrown at me.

A third-party house wants to signal me from a VOIP soft-phone product when an incoming call is received. They need to tell me the caller-ID - that is all. They need to do this every time a call comes in.

It would seem they do not have an API for this, they are asking me what I want, and as someone almost toally ignorant of the world outside Perl I have no idea what to tell them! I have one other third-party interface, they write a file with the call-ID when a call comes in and I use Win32::ChangeNotify to tell me when to go read the file.

Any suggestions, preferably with some sort of example or tutorial.

jdtoronto

PS: Offers to consult gratefully accepted! I think I am getting out of my depth here.


In reply to Pipes or Events in Win32 by jdtoronto

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.