<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><FONT size=2>
<P>I attempted to implement the code in the example for PSTN gateway where after 
matching the enum in the user portion of the uri it uses t_relay_to. When I </P>
<P>implement this I get unable to find t_relay_to in the startup of ser. It find 
t_relay so I know that the tm module is loaded and exists, when I do nm on the 
module I see the symbol t_relay_to in there as well???</P>
<P># attempt handoff to PSTN</P>
<P>if (uri=~"^sip:9[0-9]*@.*") {</P>
<P>log("Forwarding to PSTN\n");</P>
<P>t_relay_to( "192.168.0.2", "5060");</P>
<P>break;</P>
<P>};</P>
<P></FONT></FONT>&nbsp;</P></DIV></BODY></HTML>