<div>No. All that I see are the publish messages being sent from my proxy to my proxy. Nothing else is generated after that. My presence config is pretty basic for testing purposes</div>
<div> </div>
<div> </div>
<div>route[Pres] {<br> # absorb retransmissions<br> if (! t_newtran())<br> {<br>xlog("L_INFO", "Presence: Call [$rm] Not newtran \n");<br> sl_reply_error();<br> exit; <br>
};</div>
<div><br>if(is_method("NOTIFY"))<br>{<br> if (!t_relay()) {<br> sl_reply_error(); <br> };<br> exit;</div>
<div>}</div>
<div> #handle presence requests</div>
<div> if(is_method("PUBLISH"))<br> {<br> handle_publish();<br> }<br> else if( is_method("SUBSCRIBE")) {<br> handle_subscribe();<br> };</div>
<div> exit; <br>} </div>
<div> </div>
<div> </div>
<div> </div>
<div class="gmail_quote">On Jul 7, 2011 1:11 AM, "Saúl Ibarra Corretgé" <<a href="mailto:saul@ag-projects.com" target="_blank">saul@ag-projects.com</a>> wrote:<br type="attribution">> Hi,<br>> <br>> On Jul 6, 2011, at 11:07 PM, <a href="mailto:duane.larson@gmail.com" target="_blank">duane.larson@gmail.com</a> wrote:<br>
> <br>>> I have two users that are on each others buddy list. When I first set my picture for each account the other client received the update and shows the picture for the buddy. Yet when I change one of the buddy's pictures the other client doesn't see the update at all. I have to restart the client in order to see the new picture. Shouldn't the client get a notify that the picture has been changed? <br>
>> <br>>> Here is what I see with a sip trace and in the logs for opensips-mi-proxy <br>>> <br>> <br>> Does the client receive the corresponding NOTIFY?<br>> <br>> --<br>> Saúl Ibarra Corretgé<br>
> AG Projects<br>> <br>> <br>> <br>> <br>> _______________________________________________<br>> Users mailing list<br>> <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
> <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br></div>