[OpenSIPS-Users] Users Digest, Vol 49, Issue 56

vivid333 vivid333 at 163.com
Thu Aug 23 05:21:06 CEST 2012


   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, users-request at lists.opensips.org 写道:
> Send Users mailing list submissions to
> 	users at lists.opensips.org
>
> 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
> 	users-request at lists.opensips.org
>
> You can reach the person managing the list at
> 	users-owner at lists.opensips.org
>
> 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 <lists.jj at googlemail.com>
> Subject: Re: [OpenSIPS-Users] opensips als LB for multi-FS cluster:
> 	nasty problems with TCP/TLS registered clients
> To: OpenSIPS users mailling list <users at lists.opensips.org>
> Message-ID:
> 	<CAO3-fvaeaGQpDaOAz7uJCT5Z6Z9Lxgx5cbQcOAKgHpgindP=Cw at 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 <shaheryarkh at googlemail.com>
> Subject: Re: [OpenSIPS-Users] opensips als LB for multi-FS cluster:
> 	nasty problems with TCP/TLS registered clients
> To: OpenSIPS users mailling list <users at lists.opensips.org>
> Message-ID:
> 	<CAFZQphwOqs1SXzEz0cE4u7vE45idfumX0oCY51VMJoDCgWuyaQ at 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 <lists.jj at googlemail.com>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
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>
>





More information about the Users mailing list