Re: [SR-Users] kamailio sending qop in auth header

2013-11-14 Thread Daniel W. Graham
Well, I just figured it out - Changed from 1 to 0 www_challenge("$td", "1"); www_challenge("$td", "0"); The relationship between AUTH module and backend storage modules AUTH_DB is a little confusing, but I see documentation on AUTH module does explain this. Sorry to clutter the list. From: s

[SR-Users] kamailio sending qop in auth header

2013-11-14 Thread Daniel W. Graham
It may be my lack of understanding, but I moved from using auth_check function to www_authenticate function and now see kamailio sending qop in auth header. It's my understanding this is not necessary (based on UA types in use) so I would like to remove it. Per module doc, it is "" by default, I

[SR-Users] Kamailio Segfault Dialog.so and http_query inside event_route

2013-11-14 Thread Juan Luis Faylon
Hi, I need help. I encounter a segfault error in dialog.so when I do an http_query containing shared pseudovariables in the event_routes of dialog:start and dialog:end. How can I fix this? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users ma

Re: [SR-Users] (no subject)

2013-11-14 Thread Daniel Grotti
Rori, this is not the way. Please subscribe to the mailinglist here: http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users Daniel On Thursday, November 14, 2013 22:11 CET, "Roni |" wrote: > may i join ___ SIP Express Router (SE

Re: [SR-Users] (no subject)

2013-11-14 Thread Davy Van De Moere
+1 really lol Sent from my iPhone > On 14 Nov 2013, at 22:13, Sergey Okhapkin wrote: > > No, you may not that way. > >> On Thursday 14 November 2013 21:11:58 Roni | wrote: >> may i join > > ___ > SIP Express Router (SER) and Kamailio (OpenSER) - sr

Re: [SR-Users] (no subject)

2013-11-14 Thread Sergey Okhapkin
No, you may not that way. On Thursday 14 November 2013 21:11:58 Roni | wrote: > may i join ___ 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-

[SR-Users] (no subject)

2013-11-14 Thread Roni |
may i join ___ 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

[SR-Users] r...@pomvan.co.uk

2013-11-14 Thread Roni |
Hi I would like to please join the mailing list ___ 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/Radius problem

2013-11-14 Thread jonathan augenstine
Daniel, I found this link: http://sip-router.org/tracker/index.php?do=details&task_id=310. The core file output is below. I see that it is in the libradiusclient-ng.so library, but is there a solution, change the config file, different version library, etc? Jonathan Core was generated by `/usr

[SR-Users] GIT Branch 4.1 has been created for release series 4.1.x

2013-11-14 Thread Daniel-Constantin Mierla
Hello, the stable branch from where we are going to package the release series 4.1.x has been created - its name: 4.1 There is now a 'kamailio' alias for the repository name, therefore it can be used instead of 'sip-router' in the git path. Getting the git branch 4.1 with read only access:

[SR-Users] Development for v4.2.0 is open

2013-11-14 Thread Daniel-Constantin Mierla
Hello, a dedicated branch 4.1 has been created for upcoming major release. From now on, the master can take again code with new features to be part of future release series 4.2.x. Any new bug fix that is applicable to stable branches has to be committed first in master and then backported.

Re: [SR-Users] [sr-dev] Kamailio VUC Session on Nov 15

2013-11-14 Thread Fred Posner
I will be joining the call and IRC but cannot do the hangout. ---Fred > On Nov 14, 2013, at 9:33 AM, Daniel-Constantin Mierla > wrote: > > Hello, > > you, and anyone else that want to join the VUC session, will have to be > tomorrow on irc (channel #vuc on freenode.net) and we will see if

Re: [SR-Users] Timezone in acc table

2013-11-14 Thread Carlos Ruiz Díaz
Hi, as a workaround you could create a trigger for the before-insert event to modify the new row with the correct values by adding or subtracting hours depending on your timezone. Regards, Carlos On Thu, Nov 14, 2013 at 11:37 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, >

Re: [SR-Users] Timezone in acc table

2013-11-14 Thread Daniel-Constantin Mierla
Hello, upcoming release 4.1 has more options to control the time value in acc table. See time_mode parameter and the next after it: http://kamailio.org/docs/modules/devel/modules/acc.html#acc.p.time_mode Otherwise, you can set the timezone to gmt. Cheers, Daniel On 11/14/13 2:55 PM, Igor Po

Re: [SR-Users] [sr-dev] Kamailio VUC Session on Nov 15

2013-11-14 Thread Daniel-Constantin Mierla
Hello, you, and anyone else that want to join the VUC session, will have to be tomorrow on irc (channel #vuc on freenode.net) and we will see if we can plug extra participants in the hangout. It looks very busy, having a large number (about 10) of developers joining the event and hangout cann

[SR-Users] Timezone in acc table

2013-11-14 Thread Igor Potjevlesch
Hi, I'm wondering how can I change the timezone when INVITE, ACK, BYE and CANCEL are inserted into acc table? Indeed, today, each entrie has the same datetime than the server. I would prefer to have UTC time in "time" column instead. I know that it was the behaviour with old SER releases. Th

Re: [SR-Users] Disable NAT for given IP range

2013-11-14 Thread Daniel Grotti
Hi, also you can try to use the IPOPS module, for example: if (is_in_subnet("10.0.123.123", "10.0.123.1/24")) { xlog("L_INFO", "it's in the subnet\n"); xlog("L_INFO", "Skip NAT test\n"); ... ... } http://kamailio.org/docs/modules/4.0.x/modules/ipops.html#idp42416 Daniel On 11/13/2

[SR-Users] WORDS_BIGENDIAN error in auth_diameter.h

2013-11-14 Thread Sotas Development
Hello All, We are currently cross compiling Kamailio for powerpc and are encountering an "issue", of which we want to know whether or not it is intentional. In the modules/auth_diameter/diameter_msg.h of Kamailio 4.0.4 (latest) we found the following line: 72: #error BIG endian detected!! Bu

Re: [SR-Users] Query regd the dispatcher algorithm support

2013-11-14 Thread Daniel-Constantin Mierla
Hello, there is no such algorithm done internally. But you can get it via configuration: - use two set ids, first with the 3 nodes and then the second with the other 2 nodes - first to ds_select_*(setid1, 4) and ds_next_*() utill you consume all of them - if no answer yet and no more address

Re: [SR-Users] Variables in event_route[sl:local-response]

2013-11-14 Thread Daniel-Constantin Mierla
Hello, for sl:local-response, the attributes of remote address are available via $sndto(...) variables, see the cookbook from the wiki. For dialog, current sip message under processing is given (so all pvs should refgect it), but sometime there is no such message (at the dialog timeout event

Re: [SR-Users] Kamailio/Radius problem

2013-11-14 Thread Daniel-Constantin Mierla
On 11/14/13 10:02 AM, Daniel-Constantin Mierla wrote: Hello, On 11/14/13 4:31 AM, jonathan augenstine wrote: I am working on the configuration to enable RADIUS in Kamailio 4.0. The basic install worked successfully and the daemon started without problems. I then install radiusclient-ng and

Re: [SR-Users] Kamailio/Radius problem

2013-11-14 Thread Daniel-Constantin Mierla
Hello, On 11/14/13 4:31 AM, jonathan augenstine wrote: I am working on the configuration to enable RADIUS in Kamailio 4.0. The basic install worked successfully and the daemon started without problems. I then install radiusclient-ng and configured RADIUS in the Kamailio build/configuration.

Re: [SR-Users] Kamailio 4.0.4 crash t_load_contact();

2013-11-14 Thread Daniel-Constantin Mierla
Hello, On 11/14/13 9:12 AM, Julia wrote: Hello, Kamailio installed from GIT. It's working now (also under load). ok, thanks for testing. Daniel Thank you, Julia *From:*Daniel-Constantin Mierla [mailto:mico...@gma

Re: [SR-Users] Steps to next major release v4.1.0

2013-11-14 Thread Daniel-Constantin Mierla
Hello, again a short notice before happening, as nobody proposed alternatives, I am going to create the dedicated branch for release series 4.1 later today. Cheers, Daniel On 11/12/13 9:18 PM, Daniel-Constantin Mierla wrote: Hello, I am planning to make the branch for 4.1 on Thursday. Afte

Re: [SR-Users] Variables in event_route[sl:local-response]

2013-11-14 Thread Kelvin Chua
well as far as i know, $rU comes up NULL on event_route[dialog:] how do we pass pseudo-variables to event_route properly? Kelvin Chua On Thu, Jun 20, 2013 at 2:58 AM, Sergey Okhapkin wrote: > Which variables I can use in event_route[sl:local-response] route to > xlog proto:ip:port to which

Re: [SR-Users] Kamailio 4.0.4 crash t_load_contact();

2013-11-14 Thread Julia
Hello, Kamailio installed from GIT. It's working now (also under load). Thank you, Julia _ From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Tuesday, November 12, 2013 10:09 PM To: Julia; 'Kamailio (SER) - Users Mailing List' Subject: Re: [SR-Users] Kamai