if it works is correct :-) ... this depends mainly on how the AS is configured, what domains it accepts in request URI. The statement you pasted from docs can be used for outbound proxies, the incoming message is not changed, just delivered to the address from the parameters.
Daniel
On 02/04/05 10:09, Luca Corti wrote:
Hello,
I'm forwarding PSTN calls from ser to a CIsco AS5350. Currently I'm rewriting the address to the IP address of the AS. Is this correct? In the ser howto I can see call forwarding done with t_relay_to():
# attempt handoff to PSTN if (uri=~"^sip:9[0-9]*@mydomain.com") { ## This assumes that the caller is log("Forwarding to PSTN\n"); ## registered in our realm t_relay_to( "192.168.0.2", "5060"); ## Our Cisco router break; };
thanks
Luca
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers