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
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
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_
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
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 ..
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__
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
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
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
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');
...
...
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
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
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
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
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
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
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 ...
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
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
---
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
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
21 matches
Mail list logo