Ali Jawad wrote:
Hi all
I got tls working fine..I can login without problems..I have udp working fine too…however when I enable TLS and I try to make a call through my PSTN gw I get a timout error..however this does not happen with udp..
Maybe you are trying to forward to the gateway using TLS and the gateway does not support TLS. How do you forward to the GW (openser.cfg snippet)?
Try forcing the transport protocol, e.g.:
# call to gateway, gateway IP = 1.2.3.4 $ru = "sip:" + $rU + "@1.2.3.4;transport=udp"; t_relay();
regards klaus