<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>I am having problem using PSTN(AS5300). I have a VOCAL setup 
on the same machine and PSTN works fine with VOCAL. Now I want to test SER on 
the same machine. I shut down VOCAL and start SER. I can make SIP to SIP calls 
but can not make SIP to PSTN call. In my ser.cfg, I redirect all the calls 
starting with 1 to the PSTN like this:</FONT></DIV>
<DIV><FONT size=2>if (uri=~"^1.*"){</FONT></DIV>
<DIV><FONT size=2>log(1,"Forwarding to PSTN\n");</FONT></DIV>
<DIV><FONT size=2>record_reoute();</FONT></DIV>
<DIV><FONT size=2>rewritehostport("PSTN IP:PORT");</FONT></DIV>
<DIV><FONT size=2>};</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Do I need any specific module for PSTN to work? How can I 
debug this?</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Gary</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></BODY></HTML>