[sr-dev] git:master:245a28b6: cfg_rpc: configuration reset function has been implemented

2017-07-10 Thread Huseyin Dikme
Module: kamailio Branch: master Commit: 245a28b666c027f3d697c92863fd54a837ff4d62 URL: https://github.com/kamailio/kamailio/commit/245a28b666c027f3d697c92863fd54a837ff4d62 Author: Huseyin Dikme Committer: Huseyin Dikme Date: 2017-07-04T14:41:37+02:00 cfg_rpc: configuration reset function has be

[sr-dev] git:master:89334293: core: cfg_get_default_value_by_name function has been implemented

2017-07-10 Thread Huseyin Dikme
Module: kamailio Branch: master Commit: 89334293299f817d4ac2774ae60611839a031c73 URL: https://github.com/kamailio/kamailio/commit/89334293299f817d4ac2774ae60611839a031c73 Author: Huseyin Dikme Committer: Huseyin Dikme Date: 2017-07-04T14:40:12+02:00 core: cfg_get_default_value_by_name function

Re: [sr-dev] [kamailio/kamailio] 5.0.* dialogs expiring early (#1182)

2017-07-10 Thread Jared Hull
I am now using the $dlg variables without the any database modparams and the dlg_ontimeout() still occurs at around 95 seconds. This is the only modparam I have set for dialogs now: modparam("dialog", "dlg_flag", 1) Which I call on an INVITE with dlg_setflag(1); I have tried setting the default_

Re: [sr-dev] [kamailio/kamailio] 5.0.* dialogs expiring early (#1182)

2017-07-10 Thread Jared Hull
I am not setting any dlg variables in my config, I am only the dialog module to pull dialog information from the SQL database to figure out which contact to send ACKs and BYEs to. The only dialog related function I use in my config is to set the dlg flag on the initial INVITE. >From what I have

[sr-dev] git:master:507533e3: modules: readme files regenerated - cfg_rpc ... [skip ci]

2017-07-10 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 507533e3c332a225248c8a23a5bf509946709c1b URL: https://github.com/kamailio/kamailio/commit/507533e3c332a225248c8a23a5bf509946709c1b Author: Kamailio Dev Committer: Kamailio Dev Date: 2017-07-10T19:31:21+02:00 modules: readme files regenerated - cfg_rpc ..

Re: [sr-dev] [kamailio/kamailio] 5.0.* dialogs expiring early (#1182)

2017-07-10 Thread Daniel-Constantin Mierla
Do you use $dlg_ctx(...) or $dlg(...) variables? What other dialog parameters have you set in config? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1182#issuecomment-314176681__

Re: [sr-dev] [kamailio/kamailio] configuration reset function (cfg.reset) (#1181)

2017-07-10 Thread Daniel-Constantin Mierla
Merged #1181. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1181#event-1157243167___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] configuration reset function (cfg.reset) (#1181)

2017-07-10 Thread Daniel-Constantin Mierla
Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1181#issuecomment-314175639___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:master:ac30274f: Merge pull request #1181 from hdikme/master

2017-07-10 Thread GitHub
Module: kamailio Branch: master Commit: ac30274feaccd0a1715aee13daafc364cf73de7c URL: https://github.com/kamailio/kamailio/commit/ac30274feaccd0a1715aee13daafc364cf73de7c Author: Daniel-Constantin Mierla Committer: GitHub Date: 2017-07-10T19:23:56+02:00 Merge pull request #1181 from hdikme/mas

[sr-dev] subst() textops bug?

2017-07-10 Thread Cléviton Mendes de Araújo
I try replace info PAI header by using subst() function in route block as below: route[3] { ... $var(fromU) = ; ... subst('/^P-Asserted-Identity:(.*)sip:[^@]*@([a-zA-Z0-9.:]+)( .*)$/P-Asserted-Identity:\1sip:$var(fromU)@\2\3/ig'); ... ...

[sr-dev] git:master:cd17ca91: xlog: free vars in case of errors in fixup functions

2017-07-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cd17ca9113031b979fe403255388105ecee0fe73 URL: https://github.com/kamailio/kamailio/commit/cd17ca9113031b979fe403255388105ecee0fe73 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-07-10T17:08:33+02:00 xlog: free vars in cas

Re: [sr-dev] deb nightly-builds not being built

2017-07-10 Thread Daniel-Constantin Mierla
On 10.07.17 12:43, Victor Seva wrote: > On 07/03/2017 11:53 PM, Victor Seva wrote: >> We are having some issues with our building infrastructure so packages >> are not being built. We are working on it, please be patient. > Build process working again. > > For the curious changes performed are in

Re: [sr-dev] deb nightly-builds not being built

2017-07-10 Thread Victor Seva
On 07/03/2017 11:53 PM, Victor Seva wrote: > We are having some issues with our building infrastructure so packages > are not being built. We are working on it, please be patient. Build process working again. For the curious changes performed are in [0], they were related to jenkins needing Java

[sr-dev] git:master:b5af70a2: tm: several checks for return codes for better error handling

2017-07-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b5af70a2b464cae1058ec53bb8dbea5ca07e6d4e URL: https://github.com/kamailio/kamailio/commit/b5af70a2b464cae1058ec53bb8dbea5ca07e6d4e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-07-10T11:28:10+02:00 tm: several checks for

[sr-dev] git:master:23ee80c8: evapi: close server socket if fnctl() fails

2017-07-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 23ee80c8d71b9bac63ebe6117620cffc8900c2a9 URL: https://github.com/kamailio/kamailio/commit/23ee80c8d71b9bac63ebe6117620cffc8900c2a9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-07-10T11:28:10+02:00 evapi: close server so

Re: [sr-dev] TOPOS: Minor issue

2017-07-10 Thread Daniel-Constantin Mierla
Hello, On 10.07.17 10:01, Carsten Bock wrote: > Hi, > > i've noticed the following detail with the TOPOS module: > > I wanted to use topos with a database backend. I accidentally > misconfigured my Kamailio by setting a database url and the storage > type to "redis" without loading the topos_redi

[sr-dev] git:master:95fd884f: modules: readme files regenerated - topos ... [skip ci]

2017-07-10 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 95fd884f3096ef5e72f98c3cb89939b75ee7232e URL: https://github.com/kamailio/kamailio/commit/95fd884f3096ef5e72f98c3cb89939b75ee7232e Author: Kamailio Dev Committer: Kamailio Dev Date: 2017-07-10T10:01:37+02:00 modules: readme files regenerated - topos ...

[sr-dev] TOPOS: Minor issue

2017-07-10 Thread Carsten Bock
Hi, i've noticed the following detail with the TOPOS module: I wanted to use topos with a database backend. I accidentally misconfigured my Kamailio by setting a database url and the storage type to "redis" without loading the topos_redis module, e.g.: modparam("topos", "db_url", DB_URL) [...] a

[sr-dev] git:master:05b31ddb: topos: Safety check for database storage

2017-07-10 Thread Carsten Bock
Module: kamailio Branch: master Commit: 05b31ddbfad71cae5c4cab24b57b1d606c74a7c8 URL: https://github.com/kamailio/kamailio/commit/05b31ddbfad71cae5c4cab24b57b1d606c74a7c8 Author: Carsten Bock Committer: Carsten Bock Date: 2017-07-10T09:57:20+02:00 topos: Safety check for database storage ---

[sr-dev] git:master:56f6efc1: topos_redis: Fix Typo in error-message

2017-07-10 Thread Carsten Bock
Module: kamailio Branch: master Commit: 56f6efc176b0c2a1a69754c55a50b1a5661f7b95 URL: https://github.com/kamailio/kamailio/commit/56f6efc176b0c2a1a69754c55a50b1a5661f7b95 Author: Carsten Bock Committer: Carsten Bock Date: 2017-07-10T09:54:08+02:00 topos_redis: Fix Typo in error-message --- M

[sr-dev] git:master:3868a27b: topos: Add missing doc for storage parameter

2017-07-10 Thread Carsten Bock
Module: kamailio Branch: master Commit: 3868a27b7358c9a98ed2c240deb41e9ce524b8f5 URL: https://github.com/kamailio/kamailio/commit/3868a27b7358c9a98ed2c240deb41e9ce524b8f5 Author: Carsten Bock Committer: Carsten Bock Date: 2017-07-10T09:56:07+02:00 topos: Add missing doc for storage parameter