> On 04 Feb 2016, at 12:23, Camille Oudot <camille.oudot@orange.com> wrote:
>
> Hi Olle,
>
It was Daniel’s recommendation to load the TLS module first since he
had fixed some generic OpenSSL magic there.
>
>> - http_set_ssl_cert should have “tls” instead of “ssl”. SSL is bad.
>
> We spoke about this one, "ssl" reflects the names int the curl API. If
> we totally disable SSL though, it makes sense to use "tls”.
Exactly.
>
>> - I still think we need to discuss the way you have to run functions
>> to set parameters for a coming function call.
>> (...)
>> What if that function doesn’t happen, will all these values be reset
>> for the next message processed in that process?
>
> Good point, that is not addressed yet: we have to figure a way to reset
> all the values previously set when a new message is processed.
> Currently, they are reset when the HTTP query is sent.
And I think you need to rethink the way you handle this. We are quite
open for new ideas, but adding a totally new scheme for setting parameters for
function calls is not something we need - it will just be confusing for
people who learn Kamailio. Please try to use an existing framework.
Sorry for being really, really, really stubborn of this, but I’ve spent
over 10 years doing Kamailio trainings… :-)
/O