[reSIProcate] Use DUM send Message
许波
xubonts at 163.com
Tue Jun 16 19:25:11 CDT 2015
Hi,
When I write the code like this
SharedPtr<UserProfile> outboundUserProfile(m_dum.getMasterUserProfile());
outboundUserProfile->setDefaultFrom(m_sipmsg.header(h_From));
ClientPagerMessageHandle cpmh = m_dum.makePagerMessage(myDest,outboundUserProfile);
body = m_sipmsg.getContents()->clone();
auto_ptr<Contents> content(body);
cpmh.get()->page(content);
The DUM will send MESSAGE to the destination. And if the dest doesn't reply, DUM will try about 11 times.
I want to know, is there any way to get the status that the DUM haven't got the reply ?
In my wok, I need to do something if the sent MESSAGE get no reply !
2015-06-17
XUBO
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20150617/61aa59e8/attachment.htm>
More information about the resiprocate-devel
mailing list