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..
Any hints please ?
Thx
I tried to do a trace all I get is
Service unavailable 503
My tls config is
disable_tls = no
listen = tls:xx.xx.xx.xx:443
tls_verify_server = 0
tls_verify_client = 0
tls_require_client_certificate = 0
tls_method = TLSv1
tls_certificate = "/usr/local/etc/openser/tls/user/user-cert.pem"
tls_private_key = "/usr/local/etc/openser/tls/user/user-privkey.pem"
tls_ca_list = "/usr/local/etc/openser/tls/user/user-calist.pem"
________________________________
From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Ali Jawad Sent: Monday, March 03, 2008 10:47 AM To: users@lists.openser.org Subject: [OpenSER-Users] TLS prob
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..
Any hints please ?
Thx
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