5. opensips 1.8.1 without tls (vivid333)
comment (to disable) or uncomment (to enable) the "TLS=1" line in the
Makefile file; use the make commands as usual without any limitations.
δΊ 2012/8/23 10:32, [email protected] ει:
Send Users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Users digest..."
Today's Topics:
1. Re: opensips als LB for multi-FS cluster: nasty problems with
TCP/TLS registered clients (Johannes Jakob)
2. Re: opensips als LB for multi-FS cluster: nasty problems with
TCP/TLS registered clients (Muhammad Shahzad)
3. Interfacing with opensips (Carlos Cruz)
4. Re: Interfacing with opensips (Brett Nemeroff)
5. opensips 1.8.1 without tls (vivid333)
6. Re: Interfacing with opensips (Carlos Cruz)
----------------------------------------------------------------------
Message: 1
Date: Wed, 22 Aug 2012 12:11:59 +0200
From: Johannes Jakob <[email protected]>
Subject: Re: [OpenSIPS-Users] opensips als LB for multi-FS cluster:
nasty problems with TCP/TLS registered clients
To: OpenSIPS users mailling list <[email protected]>
Message-ID:
<CAO3-fvaeaGQpDaOAz7uJCT5Z6Z9Lxgx5cbQcOAKgHpgindP=c...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
To answer to my own Question and to hopefully enlight others....
After weeks of frustration, hours of debugging, trial and error,
wiki-studying and at least one week without sufficient sleep, I
finally solved both of my issues:
1) UDP<>TCP not working
modparam("rr", "enable_double_rr", 1) # instead of 0, 1 is default
modparam("path", "use_received", 0) # instead of 1, 0 is default
2) "302 Moved temporarily" not working
# in onreply_route[external_reply]:
# instead of calling nat_test_and_correct unconditionally, do it only
for non 302's :
if (!t_check_status("302")) {
route("nat_test_and_correct");
}
If anybody of you sees potential problems with theese modifications,
please tell me ;)
Best Regards,
Johannes
------------------------------
Message: 2
Date: Wed, 22 Aug 2012 13:38:17 +0200
From: Muhammad Shahzad <[email protected]>
Subject: Re: [OpenSIPS-Users] opensips als LB for multi-FS cluster:
nasty problems with TCP/TLS registered clients
To: OpenSIPS users mailling list <[email protected]>
Message-ID:
<cafzqphwoqs1sxzez0ce4u7ve45idfumx0ocy51vmjodcgwu...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Thanks, I hope your effort will save time of many users.
Thank you.
On Wed, Aug 22, 2012 at 12:11 PM, Johannes Jakob <[email protected]>wrote:
To answer to my own Question and to hopefully enlight others....
After weeks of frustration, hours of debugging, trial and error,
wiki-studying and at least one week without sufficient sleep, I
finally solved both of my issues:
1) UDP<>TCP not working
modparam("rr", "enable_double_rr", 1) # instead of 0, 1 is default
modparam("path", "use_received", 0) # instead of 1, 0 is default
2) "302 Moved temporarily" not working
# in onreply_route[external_reply]:
# instead of calling nat_test_and_correct unconditionally, do it only
for non 302's :
if (!t_check_status("302")) {
route("nat_test_and_correct");
}
If anybody of you sees potential problems with theese modifications,
please tell me ;)
Best Regards,
Johannes
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users