From: "Zeus Ng" <zeus.ng(a)isquare.com.au>
This one works. thanks.
if ( (uri=~"^sip:123[0-9]*@.*") ) {
record_route();
rewritehostport("fx0.voipgateway.com:5060");
t_relay_to_udp("fx0.voipgateway.com", "5060");
};
You can even use just t_relay() instead of t_relay_to_udp(). It should
work.
Zeus
-----Original Message-----
From: serusers-bounces(a)lists.iptel.org
[mailto:serusers-bounces@lists.iptel.org] On Behalf Of Glynn Condez
Sent: Monday, 31 May 2004 8:06 PM
To: serusers(a)lists.iptel.org
Subject: [Serusers] Redirect to PSTN Gateway doesn't create
an accounting
Hi Zeus,
Where can i find a reference for t_relay_to_udp() ? I
couldn't find it in the admin manual or maybe you can give me
an example for that, thanks in advance.
regards.