Re: [SR-Users] Need information regarding kamilio setup to support IPSec

2015-06-09 Thread Vasiliy Ganchev
Hi! I think you can use append_hf_value(hf, hvalue) function in config. Use it in onreply_route that your 200OK is passing. Or what is the question? In the string with parameters everything is constant? or some values are variable? Priyaranjan Nayak wrote > Hi Daniel, > > I am sending Security-C

Re: [SR-Users] Need information regarding kamilio setup to support IPSec

2015-06-05 Thread Priyaranjan Nayak
Hi Daniel, I am sending Security-Client header in register message to kamailio server. I need one Security-Server header in 200 OK message as given below. *Security-Server:* ipsec-3gpp; q=0.1; alg=hmac-md5-96; ealg=des-ede3-cbc; prot=ah; mod=trans; spi-c=; spi-s=; port-c=5066; port-s=506

Re: [SR-Users] Need information regarding kamilio setup to support IPSec

2015-06-04 Thread Daniel-Constantin Mierla
Hello, kamailio is agnostic of the ipsec layer, it doesn't do anything to manage ipsec, but it can get the traffic from any ipsec channel as any application on the OS does. ipsec encryption/decryption is done by the kernel. Adding/removing headers in kamailio is easy and straightforward using te

[SR-Users] Need information regarding kamilio setup to support IPSec

2015-06-04 Thread Priyaranjan Nayak
Hi All, I have a ims client endpoint supporting rfc 3329(IPSec).Now I am sending register message to kamailio server with Security-Client header and not getting any Security-Server header in response. Could you please tell me below queries - Whether kamailio server supporting rfc 3329 (IPSec)