<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Vasant,<br>
<br>
Pua module does not send Publish messages by itsefl. It is used as a
core by the other pua_X modules( pua_usrloc, pua_bla, pua_xmpp, pua_mi).<br>
If you want to trigger Publish messages when Register messages are
received, you need to use pua_usrloc module. You can read the
documentation&nbsp;<a
 href="http://www.opensips.org/pmwiki.php?n=Resources.PuaExtensions#pua_usrloc">here</a>
and also follow the configuration file example&nbsp; you will find there.<br>
Take care that all Register messages reach the server where pua is
running.<br>
<br>
regards, <br>
Anca <br>
<br>
vasant j wrote:
<blockquote
 cite="mid:a40d3e530811070322j2fedb429n42d534cf4df18ebe@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi All,

         I am running PUA and presence in two different machines.Also
I am using UCTIMSCLIENT as client for registering and de-registering.

I am able to communicate between  two servers(PUA and Presence)
successfully.I have kept a Debug statement in "send_publish" function
.So when i Register or when i change the status "send_publish"
function should get invoked.But,I am not getting any Debug message i
have kept.This means "send_publish" function is not getting invoked at
all !!.

Kindly tell me how to invoke the send_publish function in PUA ???.

NOTE:Following attached is my PUA configuration file........

Waiting for your replies.......

Regards,
vasant
  </pre>
  <pre wrap=""><pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre></pre>
</blockquote>
<br>
</body>
</html>