Re: [SR-Users] sql_do_query_async(): the db driver module doesn't support async query

2017-08-29 Thread Juha Heinanen
Daniel Tryba writes: > Are you really using mysql directly? For example the cluster driver > doesn't support async, regardless of the backend driver support. I re-checked, and, yes, I was using cluster driver. -- Juha ___ Kamailio (SER) - Users

Re: [SR-Users] sdp extra \r\n in multipart body

2017-08-29 Thread Diego Nadares
Hi Sergey. In your cap sdp has \r\n\r\n but isup has just \r\n. In our case is the other way around. I steel wonder if each multipart body should or must end with one or two \r\n. Thanks for you help! Cheers! Diego 2017-08-29 8:07 GMT-03:00 Sergey Basov : > Hi Diego.

Re: [SR-Users] Query in LCR Rule Target Table:

2017-08-29 Thread Logeshwaran G
Thanks Alex, But I got little confused: I have my lcr config as below: # - lcr params - modparam("lcr","db_url",DBURL) modparam("lcr", "gw_uri_avp", "$avp(i:709)") modparam("lcr", "ruri_user_avp", "$avp(i:500)") modparam("lcr", "flags_avp", "$avp(i:712)") modparam("lcr", "lcr_count", 10)

[SR-Users] Query in LCR Rule Target Table:

2017-08-29 Thread Logeshwaran G
Hi, I need to know What is the Purpose of Priority and Weight column in Lcr_rule_target table: Example: | id | lcr_id | rule_id | gw_id | priority | weight | status | createdBy | createdDate | modifiedBy | modifiedDate |