<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 08/30/2010 05:01 PM, David J. wrote:
<blockquote cite="mid:4C7BB9BD.7080902@styleflare.com" type="cite">
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
I am not exactly sure how this module works. <br>
  <br>
If I have Asterisk on the Same Box on Port 5070? Then is it just a
matter of <br>
  <br>
Open sips 10.10.10.10:5060<br>
Asterisk 10.10.10.10:5070<br>
  <br>
Changing this line?<br>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <pre class="programlisting">modparam("presence", "server_address", <a
 moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="sip:10.10.10.10:5060">"sip:10.10.10.10:5060"</a>)


modparam("presence", "server_address", <a moz-do-not-send="true"
 class="moz-txt-link-rfc2396E" href="sip:10.10.10.10:5070">"sip:10.10.10.10:5070"</a>)


  </pre>
Thanks in advance for any help.<br>
  <br>
(I am thinking the easiest approach is just relaying those messages to
the Asterisk box, but that would be defeating)<br>
  <br>
</blockquote>
Hi David,<br>
<br>
The 'server_address' parameter in presence module must really point to
the IP:port were OpenSIPS is running.<br>
What you have to do is to send the Publish messages from asterisk to
OpenSIPS and the Subscribes from the users to OpenSIPS.<br>
<br>
Regards, <br>
<br>
<pre class="moz-signature" cols="72">-- 
Anca Vamanu
<a class="moz-txt-link-abbreviated" href="http://www.voice-system.ro">www.voice-system.ro</a>
</pre>
</body>
</html>