Hi
Would it be possible to have a means of specifying additional request headers, i.e. things like the Authorization header, so that you would be able to make use of services which use a token based AAA system such as OAuth.
>From the cli its trivial to invoke curl with additional headers i.e. if I was to query such a service it would simply be something like this:
curl --header "Authorization: Bearer <token>" https://<uri<https://%3curi>>
Ideally having an optional …
[View More]parameter on http_request/curl_http_request where you could provide a delimited string of additional headers, as without that sort of functionality the usefulness of http requests is pretty limited against modern web services. If this is already possible could someone guide me to the documentation which documents this ability?
Thanks
Tim.
[View Less]
Hi Kamailio devs,
we've found a memory leak in one of our servers: the AVPs filled by the
dispatcher module's `ds_select_dst()` function, called in the
`usrloc:contact-epired` event route are not freed.
Using this function in an event route is not encouraged by the
documentation (only request/reply routes are mentioned there).
However, it seems doable if we take care of the memory allocated for
these AVPs.
My question is: how could this be done in this case? Is there some
existing cleanup …
[View More]function that can be used in the registrar module,
after the event route have been executed?
--
Camille
[View Less]
Repeated use of http_request cause a crash related to the storage of the result in a PV.
Will upload backtraces and other info to this issue. If anyone else have seen this please add info to this bug report.
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/400
Hello,
last edition of Kamailio Development Workshop happened about three years
ago. As I got requests about it from time to time, I thought of trying
to organize a new edition. Rather short term by now due to various
constraints, so the plan is to do it again in Alicante, Spain, during
February 15-16, 2016.
I put together more details at:
* http://www.kamailio.org/w/development-workshop/
Besides spending 2 days digging into Kamailio C code, such event is also
good for discovering and …
[View More]sharing development resources among
participants, as well as meeting people from community -- at the
previous editions I met for first time with Victor Seva, Vicente
Hernando and Seudin Kasumovic, which in turn contributed a lot of code
afterwards. It will be also testing phase for upcoming major release,
maybe we can plan some stress testing session on site.
Right now I am looking to see if there is any interest in such event in
order to nail down organizing it or not. Should anyone consider to
participate, write me.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Book: SIP Routing With Kamailio - http://www.asipto.comhttp://miconda.eu
[View Less]