Re: [SR-Users] logging core keywords

2014-12-10 Thread Julien
Hi, I'm still stuck with this issue. How can I log 'dst_ip' for example ? Thanks. Le 05/11/2014 17:52, Julien a écrit : Hi, I can't log some core keyword like 'dst_ip', 'src_ip'. I try with xlog("L_ALERT","ALERT: dst_ip: d

Re: [SR-Users] avoid OPTION requests without authentication

2014-11-13 Thread Julien
My SIP server is a private SIP server and all 'legal' users will have user names and passwords. How can I configure kamailio to reject all other requests? Le 13/11/2014 15:31, Julien a écrit : Yes I enabled authentication in kamailio. However sipvicious still seems to be capable

Re: [SR-Users] avoid OPTION requests without authentication

2014-11-13 Thread Julien
:09:08 GMT-05:00, Julien wrote: Hello, I received in my SIP clients an OPTION request forwarded by kamailio. The user agent of this request is 'sipvicious'. I want to avoid these kind of requests from unauthenticated users How can I do that ? -- Sent from my mobile, and thus lack

[SR-Users] avoid OPTION requests without authentication

2014-11-13 Thread Julien
Hello, I received in my SIP clients an OPTION request forwarded by kamailio. The user agent of this request is 'sipvicious'. I want to avoid these kind of requests from unauthenticated users How can I do that ? -- Julien Barreau ___ S

Re: [SR-Users] Kamailio with media proxy and two network interfaces

2014-11-05 Thread Julien
ams are sent to the wrong IP address of the proxy (ex : should have been sent to 192.168.15.58, but were sent to 10.8.0.1). What traces should I look up for further debug? Any other ideas/suggestions? Thanks. Le 04/11/2014 21:41, Daniel-Constantin Mierla a écrit : On 04/11/14 20:04, Glenn Lar

[SR-Users] logging core keywords

2014-11-05 Thread Julien
;L_ALERT","ALERT: dst_ip: $var(x)\n "); I found $Ri to match src_ip and $si to match src_ip, that I can log. xlog("L_ALERT","ALERT: dst_ip: $Ri\n"); xlog("L_ALERT","ALERT: src_ip: $si\n"); Is it the good way to print theses variables ? Th

[SR-Users] Kamailio with media proxy and two network interfaces

2014-11-04 Thread Julien
y suggestions? Thanks in advance. -- Julien Barreau ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Kamailio Admin Book

2013-08-08 Thread Julien Chavanton
table of content looks promising On Wed, Aug 7, 2013 at 9:38 PM, Neill Wilkinson < neill.wilkin...@btinternet.com> wrote: > Daniel, > > that would be awesome!!! can't wait to read it! > > Neill...;o) > > Aeonvista Ltd > Opening Up New Ideas > > > On 7 August 2013 19:34, Daniel-Constantin Mierla

Re: [SR-Users] unable to set reason phrase with "t_reply" when cause code is 6xx

2013-06-21 Thread Julien Chavanton
PM, Julien Chavanton wrote: > Hi, > > I am trying to customize the reason phrase using t_reply. > > I noticed that we can not set the reason phrase when the code is in the > 6xx range > > Kamailio TM is setting the reason phrase to "unknown" or to a default one.

[SR-Users] unable to set reason phrase with "t_reply" when cause code is 6xx

2013-06-21 Thread Julien Chavanton
Hi, I am trying to customize the reason phrase using t_reply. I noticed that we can not set the reason phrase when the code is in the 6xx range Kamailio TM is setting the reason phrase to "unknown" or to a default one. For example : t_reply("603","My custom reason phrase"); Will send