hi all
Got some issues with tls my pstn gw does not support tls ..but I am using it between my clients and openser. The traffic is being sent encrypted to the pstn gw.
I am using sethostport to forward traffic.
any ides ?
Thx
Ali Jawad wrote:
hi all
Got some issues with tls my pstn gw does not support tls ..but I am using it between my clients and openser. The traffic is being sent encrypted to the pstn gw.
I am using sethostport to forward traffic.
any ides ?
Seems to me there is a perfectly good 'disable_tls' option in the global scope in the config file.
I do know about that option, how do you think I did enable TLS in the first place. I DO WANT to use TLS...I don't want to disable it. I am looking for a way to make it work with my PSTN GW.
hi all
Got some issues with tls my pstn gw does not support tls ..but I am using it between my clients and openser. The traffic is being sent encrypted to the pstn gw.
I am using sethostport to forward traffic.
any ides ?
Seems to me there is a perfectly good 'disable_tls' option in the global
scope in the config file.
BEfore forwarding the call to the gateway make sure that the request URI does not contain a transport=tls parameter. MAybe this parameter exists in the original RURI and sethostport does not change the parameters. Instead of sethostport try:
$ru = "sip" + $rU + "@1.2.3.4" + "transport=udp";
regards klaus
Ali Jawad schrieb:
hi all
Got some issues with tls my pstn gw does not support tls ..but I am using it between my clients and openser. The traffic is being sent encrypted to the pstn gw.
I am using sethostport to forward traffic.
any ides ?
Thx
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Hi I did try that, it did not seem to change the result. I did replace sethostport with the line you gave me. Regards
-----Original Message----- From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Sent: Monday, August 04, 2008 12:14 PM To: Ali Jawad Cc: users@lists.openser.org Subject: Re: [Kamailio-Users] TLS with openser
BEfore forwarding the call to the gateway make sure that the request URI
does not contain a transport=tls parameter. MAybe this parameter exists in the original RURI and sethostport does not change the parameters. Instead of sethostport try:
$ru = "sip" + $rU + "@1.2.3.4" + "transport=udp";
regards klaus
Ali Jawad schrieb:
hi all
Got some issues with tls my pstn gw does not support tls ..but I am using it between my clients and openser. The traffic is being sent encrypted to the pstn gw.
I am using sethostport to forward traffic.
any ides ?
Thx
------------------------------------------------------------------------
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users