Conaito VoIP SIP Client SDK
Home
PreviousUpNext
SendPagerMessage Method

Send pager message to the destination URI

C++
HRESULT SendPagerMessage(BSTR sDestinationURI, BSTR sMessageText, BSTR sSubject, BSTR* psResponseCodeText);
C#
string SendPagerMessage(string sDestinationURI, string sMessageText, string sSubject);
Parameters 
Description 
sDestinationURI 
Destination SIP URI 
sMessageText 
Message body 
sSubject 
Message subject 

Response SIP code and description as String. Incoming text message return status text, first line is integer status code (e.g "2xx" in case of success) and second is status description (e.g. "OK" in case of success) Sample status text: "408 Request timeout" 408 is integer status code second line "Request timeout" is response description; first line is "code" and next are "error description".

Send pager message to the destination URI

Copyright © Conaito Technologies 2013. All rights reserved.
What do you think about this topic? Send feedback!