<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
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 class="moz-txt-link-rfc2396E" href="sip:10.10.10.10:5060">"sip:10.10.10.10:5060"</a>)
modparam("presence", "server_address", <a 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>
<br>
<br>
</body>
</html>