santu4frnds has asked for the wisdom of the Perl Monks concerning the following question:
HI,
I am trying to ping the particular user in Microsoft OCS through perl in solaris
Just wondering how can we make it possible ???
User and message will be passed as a parameter.
Comment on Perl Script to Communicate with Microsoft Offcie Communicatior
I am not familiar with your problem, but by searching online I found that "Office Communicator" is using a modified version of SIP. In that case you can use Net::SIP or Net::SIP::Simple.