Re: [SR-Users] Disable non-existent user warning

2018-03-06 Thread Daniel-Constantin Mierla
Hello, first question is out curiosity, did you compile it as SER flavour and have serctl, because now we have kamctl. This is more to have an idea if people still complie different flavour, as I thought maybe at some point we can remove that part from Makefiles, to simplify the build system.

Re: [SR-Users] SIP RFC behaviour for 180/200 to_tag mismatch

2018-03-06 Thread Daniel-Constantin Mierla
Hello, On 06.03.18 17:24, Mititelu Stefan wrote: > Hi people, > > I am trying to search for the RFC behavior in case of 180/200 to tag > mismatch of an INVITE. From my readings so far, I'm not 100% convinced > of the correct behavior. > > However, there may be a scenario, where this might be

Re: [SR-Users] Disable non-existent user warning

2018-03-06 Thread Daniel Tryba
On Tue, Mar 06, 2018 at 04:05:43PM +0100, Stefan R??etschli wrote: > If I execute the command "serctl acl grant 1234 mygrant" I get a warning > which I have to accept with "Y": > Non-existent user '1234'. Still proceeding? [Y|N] > > Is it possible to deactivate this warning? I know why this

[SR-Users] Choosing a Testing and Validation Tool

2018-03-06 Thread Duarte Rocha
Hey I need to create several testing and validation processes for the deploy of an SBC and i would like to know your opinion on the best tools to use. I need to create an automated group of testing scenarios and validation of the packets sanity and SIP compliance. I also would like to validate

[SR-Users] SIP RFC behaviour for 180/200 to_tag mismatch

2018-03-06 Thread Mititelu Stefan
Hi people, I am trying to search for the RFC behavior in case of 180/200 to tag mismatch of an INVITE. From my readings so far, I'm not 100% convinced of the correct behavior. However, there may be a scenario, where this might be plausible: 1. parallel forked two calls 2. 180 ringing comes for

[SR-Users] Disable non-existent user warning

2018-03-06 Thread Stefan Rüetschli
Hello sr-users! I'm using Kamailio 5.1.2. If I execute the command "serctl acl grant 1234 mygrant" I get a warning which I have to accept with "Y": Non-existent user '1234'. Still proceeding? [Y|N] Is it possible to deactivate this warning? I know why this warning is there (it's not a user,

Re: [SR-Users] sqlops module error

2018-03-06 Thread Daniel-Constantin Mierla
Hello, likely these are some improper logging from the unixodbc module, or maybe sqlops module asking for storing the result, and unixodbc throwing error if no data in the result. You should open an issue on the tracker from github project, so it gets reviewed and fixed. Cheers, Daniel On

Re: [SR-Users] consume_credentials question

2018-03-06 Thread Daniel-Constantin Mierla
Hello, On 02.03.18 12:28, Aymeric Moizard wrote: > > Hi list! > > I'm trying to remove Proxy-Authorization dedicated > to local subscriber without -and not the other ones > dedicated to other server- > > I realized that "consume_credentials" doesn't work > because it requires that a call to 

Re: [SR-Users] logging sip messages

2018-03-06 Thread Daniel-Constantin Mierla
Hello, look at sipdump module, it is a simple solution for getting the traffic stored in a file (with rotation):   - https://www.kamailio.org/docs/modules/stable/modules/sipdump.html The look also at siptrace, it can do it to datebase, or, as suggested in another reply, homer sipcapture

Re: [SR-Users] cnxcc module - make auth for redis connection

2018-03-06 Thread Daniel-Constantin Mierla
Hello, maybe my response was not that clear, but I meant to say to look at ndb_redis module C code, see how it does the authentication, then develop a similar capability inside cnxcc. So it requires to do C code development. So the answer it is yes to your last question. Cheers, Daniel On