<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=windows-1250"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">Does anybody has the experience with
the Linksys router WRT54GL running
DD-WRT v23 SP2 (09/15/06) voip (SIPatH) firmware? I would like to
register one external phone at another registrar through the router
(using Outbound proxy). I have modified the ser.cfg to process external
requests:<br>
<br>
        if (method=="REGISTER")<br>
        {<br>
                if (src_ip==192.168.0.0/16 or src_ip==172.16.0.0/12 or
src_ip==10.0.0.0/8 or src_ip==X.Y.0.0/16)<br>
<br>
where X.Y.z.t is the WAN IP address of the SIP Phone on the Internet<br>
<br>
but unfortunately I have discovered the router is dropping incoming
external SIP packets and not passing them to the SIPatH server for
processing. Processing of local LAN SIP requests works fine. The router
has the LAN address 10.0.0.138. Forwarding the port 5060 to 10.0.0.138
does not help. Any advice would be highly appreciated. Main goal is to
allow external phone, registered at another registrar trough the
router,
to call local LAN SIP phones (and back) trough the SIPatH.</font></font>
</body>
</html>