Jeremy,
                I had to write my own module for sending and receiving IM.
You can use SipMessage and SipUserAgent classes for building the message and
sending it out respectively. Take a look at SipImClient.cpp in the
sipxtapi.It is working fine for me.

UtlBoolean SipPimClient::sendPagerMessage(Url& destinationAor,
                                          const char* messageText,
                                          int& responseCode,
                                          UtlString& responseCodeText)

Hope that helps.

-Amith


On Dec 20, 2007 1:09 PM, Jeremy A <[EMAIL PROTECTED]> wrote:

> Hello,
>
> I am interested in receiving text messages via sipXtapi. For instance
> messages generated by sipsak in their example
>
> /sipsak -M -v -s sip:[EMAIL PROTECTED] -B "Lunch time!"/
>
> My first question is does sipXtapi support this?
>
> Secondly, if text messaging is supported what general actions are
> required in the API to set up for receiving text messages and the what
> events will be received?
>
> Thanks in advance
>
> Jeremy
>
> _______________________________________________
> sipxtapi-dev mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
>
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to