Re: [SR-Users] TM question

2010-09-08 Thread Daniel-Constantin Mierla
Hello, have you added some xlogs to see where it ends the execution for that case? If you can run the config with devel version, then load debugger module and enable execution trace. Cheers, Daniel On 9/7/10 9:42 PM, Alex Balashov wrote: Daniel, Thank you. In that case, perhaps I should

Re: [SR-Users] Doubd about Dialplan module

2010-09-08 Thread Raúl Alexis Betancor Santana
On Lunes 06 Septiembre 2010 17:06:41 Andrew Pogrebennyk escribió: > On 06.09.2010 13:46, r...@dimension-virtual.com wrote: > > dpid priority matchop matchex matchlen subsex replaceex attributes > > 011 (00|\+)([1-9][0-9]+) 0 (00|\+)([1-9][0-9]+) \2 > > 011 (

Re: [SR-Users] Doubd about Dialplan module

2010-09-08 Thread Raúl Alexis Betancor Santana
On Miércoles 08 Septiembre 2010 10:02:14 Raúl Alexis Betancor Santana escribió: > On Lunes 06 Septiembre 2010 17:06:41 Andrew Pogrebennyk escribió: > > On 06.09.2010 13:46, r...@dimension-virtual.com wrote: > > > dpid priority matchop matchex matchlen subsex replaceexattributes > > > 01

Re: [SR-Users] offset exceeds message size crash

2010-09-08 Thread federico cabiddu
Hi, sorry I should have read better previous posts. I tried latest SVN branch and it works. My modification (which in fact was inspired by nhelper_funcs.c of release 3.0.3) differs in that if the content-length is greater then the effective body length the latter is used. I recognize that this is n

Re: [SR-Users] TM question

2010-09-08 Thread Alex Balashov
Daniel, On 09/08/2010 04:20 AM, Daniel-Constantin Mierla wrote: have you added some xlogs to see where it ends the execution for that case? If you can run the config with devel version, then load debugger module and enable execution trace. I have found the problem. It was a bug on my side t

Re: [SR-Users] dispatcher problem

2010-09-08 Thread Klaus Darilion
Am 07.09.2010 20:58, schrieb Daniel-Constantin Mierla: Hello, you have to set the ping interval parameter: http://kamailio.org/docs/modules/stable/modules_k/dispatcher.html#id2590104 I see that documentation says its default value is 10, but in sources is 0, which means this feature is disabled

[SR-Users] Siremis 1.0.0 bug in LCR configuration?

2010-09-08 Thread klaus.lists
Hello list, does anybody have experience in configuring LCR (gw and lcr table) in the SQL database with siremis? I found a problem that inserting a gateway via the menu "LCR Gateways" is not possible without manual adaption in the database. It is no problem inserting LCR Rules; the entries are re

Re: [SR-Users] TM question

2010-09-08 Thread Daniel-Constantin Mierla
On 9/8/10 11:26 AM, Alex Balashov wrote: Daniel, On 09/08/2010 04:20 AM, Daniel-Constantin Mierla wrote: have you added some xlogs to see where it ends the execution for that case? If you can run the config with devel version, then load debugger module and enable execution trace. I have f

Re: [SR-Users] Siremis 1.0.0 bug in LCR configuration?

2010-09-08 Thread klaus.lists
BTW: additionally I found out that in case that all lcr_ids are set to '0' (as it is by default in table gw!) the MI commands 'lcr_gw_dump' and 'lcr_lcr_dump' do not bring any result.. As soon as I change the lcr_ids to '1' (e.g.) all entries with a value above '0' are visible with the two MI

Re: [SR-Users] dispatcher problem

2010-09-08 Thread klaus.lists
Klaus, Daniel-Constantin, I had the same "problem" and found the 'solution' in archived mails from diverse mailing lists only. In general the documentation is not really up-to-date. Because also the hint in modules documentation, chapter 3.16 "[...] if compiled with the probing of failed gateways

Re: [SR-Users] Siremis 1.0.0 bug in LCR configuration?

2010-09-08 Thread Elena-Ramona Modroiu
Hi, that column was added in 3.0.0 and not reflected in siremis. I just committed a patch for it on sourceforge.net svn: http://sourceforge.net/projects/siremis/ Try with it and let me know if all is fine now. I guess the 0 value behavior is something related to lcr module internals, maybe J

Re: [SR-Users] dispatcher problem

2010-09-08 Thread Daniel-Constantin Mierla
Hello, I fixed, thanks for pointing out. We would need a documentation marshall that should update the docs as something related is discussed on the lists. But none really volunteered to do it. For developers is not always obvious or easy (due to lack of time) to track the doc changes. Any

[SR-Users] strange acc behavior?

2010-09-08 Thread Klaus Darilion
Hi! I use acc module with extra accounting. modparam("acc", "db_extra", "direction=$avp(direction)") I set $avp(direction) during request processing (in main request route). The value stored with INVITE and BYE is fine, but ACK requests do not have the assigned value, but the same value as th

[SR-Users] Kamailio 3.03

2010-09-08 Thread dotnetdub
Hi All, Just went from 3.0 to 3.0.3 and when I try to start I get: Not starting kamailio: invalid configuration file! 0(13110) ERROR: [modparam.c:143]: set_mod_param_regex: parameter not found in module 0(13110) : [cfg.y:]: parse error in config file //etc/kamailio/kamailio.cfg, line 1

Re: [SR-Users] Kamailio 3.03

2010-09-08 Thread Ovidiu Sas
When you compiled kamailio, have you enabled radius? ENABLE_RADIUS_ACC=true Regards, Ovidiu Sas On Wed, Sep 8, 2010 at 9:51 AM, dotnetdub wrote: > Hi All, > Just went from 3.0 to 3.0.3 and when I try to start I get: > Not starting kamailio: invalid configuration file! >  0(13110) ERROR: [modpar

[SR-Users] is db accounting non-blocking?

2010-09-08 Thread Klaus Darilion
Hi! Is DB accounting (mysql) asynchronous? I.e. if non-local DB is slow - does this affect Kamailio's message routing? thanks Klaus ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://list

Re: [SR-Users] is db accounting non-blocking?

2010-09-08 Thread Henning Westerholt
On Wednesday 08 September 2010, Klaus Darilion wrote: > Is DB accounting (mysql) asynchronous? I.e. if non-local DB is slow - > does this affect Kamailio's message routing? Hi Klaus, AFAIK all database operation are done synchronous, they can block a process until the client driver or TCP timeou

Re: [SR-Users] Kamailio 3.03

2010-09-08 Thread dotnetdub
On 8 September 2010 15:00, Ovidiu Sas wrote: > When you compiled kamailio, have you enabled radius? > ENABLE_RADIUS_ACC=true > > Regards, > Ovidiu Sas > > Ovidiu, Oops! Thanks - I forgot this step. in modules_k/acc/Makefile uncomment: ENABLE_RADIUS_ACC=true 3.0.3 working fine and has gotten r

Re: [SR-Users] Kamailio 3.03

2010-09-08 Thread Daniel-Constantin Mierla
On 9/8/10 8:24 PM, dotnetdub wrote: On 8 September 2010 15:00, Ovidiu Sas > wrote: When you compiled kamailio, have you enabled radius? ENABLE_RADIUS_ACC=true Regards, Ovidiu Sas Ovidiu, Oops! Thanks - I forgot this step. in modules_k/acc/Ma

Re: [SR-Users] Kamailio 3.03

2010-09-08 Thread dotnetdub
Ovidiu, > > Oops! Thanks - I forgot this step. > > in modules_k/acc/Makefile > > uncomment: ENABLE_RADIUS_ACC=true > > 3.0.3 working fine and has gotten rid of the dialog error I previously > asked about. > > fyi, next version has a dedicated acc_radius module: > > http://sip-router.org/docbo