<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" 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 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Hi All <br>
I have successfully setup OpenSer with a mysql backend. I am able to make calls
using sip phones between registered users. What I need to do know is routing
calls that start with 00 to my PSTN gateway. But first I need to setup OpenSer
to route calls to my PSTN ..! <br>
I am using OpenSer1.3 and I have checked sipwise.com but honestly I prefer
changing my own config file. <br>
<br>
But from sipwise.com I concluded that I need the config below <br>
But are the nathelper and mediaproxy compiled by default or do I have to
recompile with special options ? <br>
<br>
Other than that where do I set the IP of my PSTN gateway ? <br>
<br>
Any suggestions or help would be welcome thanks. <br>
<br>
<br>
<br>
<br>
loadmodule &quot;nathelper.so&quot; <br>
modparam(&quot;nathelper&quot;, &quot;natping_interval&quot;, 0) <br>
modparam(&quot;nathelper&quot;, &quot;ping_nated_only&quot;, 1) <br>
modparam(&quot;nathelper&quot;, &quot;rtpproxy_sock&quot;,
&quot;unix:/var/run/rtpproxy.sock&quot;) <br>
modparam(&quot;nathelper&quot;, &quot;rtpproxy_disable&quot;, 1) <br>
modparam(&quot;nathelper&quot;, &quot;rtpproxy_disable_tout&quot;, 60) <br>
modparam(&quot;nathelper&quot;, &quot;rtpproxy_tout&quot;, 1) <br>
modparam(&quot;nathelper&quot;, &quot;rtpproxy_retr&quot;, 5) <br>
modparam(&quot;nathelper&quot;, &quot;sipping_method&quot;,
&quot;OPTIONS&quot;) <br>
modparam(&quot;nathelper&quot;, &quot;received_avp&quot;,
&quot;$avp(i:801)&quot;) <br>
<br>
loadmodule &quot;sl.so&quot; <br>
modparam(&quot;sl&quot;, &quot;enable_stats&quot;, 1) <br>
<br>
loadmodule &quot;mediaproxy.so&quot; <br>
modparam(&quot;mediaproxy&quot;, &quot;mediaproxy_socket&quot;,&quot;/var/run/proxydispatcher.sock&quot;)
<br>
modparam(&quot;mediaproxy&quot;,
&quot;sip_asymmetrics&quot;,&quot;/etc/openser/sip-asymmetric-clients&quot;) <br>
modparam(&quot;mediaproxy&quot;,
&quot;rtp_asymmetrics&quot;,&quot;/etc/openser/rtp-asymmetric-clients&quot;) <br>
modparam(&quot;mediaproxy&quot;, &quot;natping_interval&quot;, 60) <br>
<br>
loadmodule &quot;uri.so&quot;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<!-- Begin PNphpBB2 Attachment Mod --></div>

</body>

</html>