<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"Preformattato HTML Carattere";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.PreformattatoHTMLCarattere
        {mso-style-name:"Preformattato HTML Carattere";
        mso-style-priority:99;
        mso-style-link:"Preformattato HTML";
        font-family:"Courier New";}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.StileMessaggioDiPostaElettronica20
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.StileMessaggioDiPostaElettronica21
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><o:p> </o:p></p>
<pre>Hi all, <o:p></o:p></pre>
<pre>I have, after many week,  successfully manage to use the opensips xmpp gateway using pua_xmpp module.<o:p></o:p></pre>
<pre>I have followed this simple configuration file:<o:p></o:p></pre>
<pre><a href="http://www.opensips.org/Documentation/Tutorials-Presence-PuaXmppConfig"><span style="color:windowtext;text-decoration:none">http://www.opensips.org/Documentation/Tutorials-Presence-PuaXmppConfig</span></a><o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>My original goal is to monitor by an xmpp client that add in roster list the SIP phone every call received by the phone and show the original caller number.<o:p></o:p></pre>
<pre>For xmpp server I have used a personalized version of prosody.<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>When pua_xmpp_req_winfo translate the SUBSCRIBE from a xmpp domain two active_watcher are inserted in the opensips table event: presence.winfo and presence (and not the dialog needed for entity information).<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>I can see all the presence status in xmpp client by the translation done thorught pua_xmpp_notify, but not the caller number since the notify generated is  a Presence Information Data Format (PIDF) and not a dialog-info event.<o:p></o:p></pre>
<pre> <o:p></o:p></pre>
<pre>The problem is that only the presence event with pidf body are received and translated due the original subscription.<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>My ideal goal is to subscribe for the  “dialog-info” event when an account is added in xmpp roster list, but seems pua_xmpp_req_winfo is designed only for presence.winfo e presence sip event, and consequently pua_xmpp_notify translate and send to the gateway only this type of notify event.<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>I have misunderstood something or there is another  way to send the original caller of the watched extension?<o:p></o:p></pre>
<pre>Thank you for  all the gread job done and any help you can give to me.<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Emiliano Olivier<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre><o:p> </o:p></pre>
</div>
</body>
</html>