Hi list,
How can I extract a specific part of my message body?
I know that "textops" has the function "search_body(re)" but it returns
True/False upon finding "re" in the body of the text, how can I return the
actual text that regular expression matches?
As an example, my message body is
rate is 172#012
I want to extract the number "172" out of this.
Thanks
Alireza
Hello I use UAC module to register trunks to my providers. I've try to call
to my provider. I send INVITE to my porvider and then It recieve me 407
reply "proxy authentication required".
Offcourse I can handle this reply manualy (by adding headers throuch
header_add) and add md5 summ, but I think it`s not write and harder for
Kamailio.
I find module or function at some module that helps me send write INVITE
with auth parameters as a reply ar 407 response of provider.
Thanks for help.
Hi list,
A quick question,
What is the best way to limit the rate of the kamailio,
Say I want it to process only 200 INVITEs per second
I know this can be done using ratelimit module, but what if I want to
change this rate dynamically? say, in an overload control scenario, I am
getting a recommended rate piggybacked in my replies, and I read it, then
how can I change the messge processing rate of kamailio in runtime inside
my script?
Is there a way to change the rate using ratelimit but inside script as
messages come?
The RPC function (rl.set_pipe) does it, but can I call it inside my script?
Thanks,
Alireza
Hello,
I just discovered HAproxy, and I was wondering if it is possible to use it in combination with the sipcapture module to store SIP messages on multiple database servers?
Has anyone done this before?
Regards,
Grant
Hi,
As already discussed in detail in following email thread,
https://www.mail-archive.com/sr-users@lists.sip-router.org/msg19922.html
The new Kamailio module obfuscate is ready for testing and can be
downloaded at,
http://webrtc.voip-demos.com/obfuscate.tbz2
It contains full code, with documentation and usage scenarios etc.
Adding Kamailio dev team, can you guys review the code and add this module
to Kamailio trunk if possible? I will be responsible for its maintenance
and bug fixes etc. if any.
Thank you.