[sr-dev] use key dynamic for xavp

2017-09-27 Thread Luis Azedo
Hi List, shouldn't this be possible ? $xavp(ulattrs=>first) = 33; $var(ccv) = "whatever"; $xavp(ulattrs[0]=>$var(ccv)) = "some value"; when using in the particular case of usrloc attrs, i see the value of the attr created as "first" (correct) and "$var(ccv)" which i believe is incorrect, it

[sr-dev] [kamailio/kamailio] v5.0.3: "kamctl domain show" not showing all domains (#1251)

2017-09-27 Thread 00Asgaroth00
### Description Using the DBTEXT database engine I add a couple domains to the table, issue a reload and the attempt to list the domains loaded. The output of the listing only shows the 1st entry in the domain table, however, testing with a sip client, I can confirm that all domains are

[sr-dev] [kamailio/kamailio] IPOPS is_in_subnet function doesn't match host address in cidr notation (#1250)

2017-09-27 Thread kbdfck
### Description is_in_subnet function requires subnet param to be network address and fails for host address in cidr notation despite it is contained in corresponding subnet. For example, is_in_subnet("1.2.3.2", "1.2.3.0/30") returns true but is_in_subnet("1.2.3.2", "1.2.3.2/30") returns false,

Re: [sr-dev] [kamailio/kamailio] ERROR: cnxcc terminate_call(): Error executing dlg_end_dlg command. Return code was [404] (#1051)

2017-09-27 Thread Pepelux
I have the same problem with Kamailio 4.4.6 -- 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/1051#issuecomment-332537798___ Kamailio

Re: [sr-dev] Next IRC devel meeting

2017-09-27 Thread Daniel-Constantin Mierla
5min to go, just to give everyone a heads up and sync on time zones ... Cheers, Daniel On 27.09.17 10:56, Daniel-Constantin Mierla wrote: > Hello, > > the usual reminder sent few hours before the start of IRC devel meeting > -- about 5 hours to go till 14:00UTC: > >   -

Re: [sr-dev] [kamailio/kamailio] How to enhance the "ASYNC Module" to support for SIP replies (#1247)

2017-09-27 Thread Daniel-Constantin Mierla
Closed #1247. -- 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/1247#event-1267819422___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] How to enhance the "ASYNC Module" to support for SIP replies (#1247)

2017-09-27 Thread Daniel-Constantin Mierla
Use the mailing lists for how to use kamailio (sr-us...@lists.kamailio.org) or getting help on understanding kamailio code (sr-dev@lists.kamailio.org). The tracker here is for bug reports and proposals for new features. -- You are receiving this because you are subscribed to this thread. Reply

[sr-dev] [kamailio/kamailio] app_python warning about strict-aliasing (#1249)

2017-09-27 Thread Daniel-Constantin Mierla
Tracking here the issue exposed by @linuxmaniac via PR #924, as it was merged and then reverted (by #1248), so anyone can be aware of as well as comment/propose solutions for it. >Add "-fno-strict-aliasing" to compilation flags > >Fixes a slew of: > "dereferencing type-punned

Re: [sr-dev] [kamailio/kamailio] Revert "app_python: fix compiler warning" (#1248)

2017-09-27 Thread Konstantin M.
Merged #1248. -- 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/1248#event-1267750454___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:1c0dd4cf: Merge pull request #1248 from kamailio/revert-924-vseva/fix_app_python

2017-09-27 Thread GitHub
Module: kamailio Branch: master Commit: 1c0dd4cf9cd131ce1844dbbe7dc20f30f5e8a010 URL: https://github.com/kamailio/kamailio/commit/1c0dd4cf9cd131ce1844dbbe7dc20f30f5e8a010 Author: Konstantin M Committer: GitHub Date:

[sr-dev] git:master:31b9af0c: Revert "app_python: fix compiler warning"

2017-09-27 Thread GitHub
Module: kamailio Branch: master Commit: 31b9af0c2c524afc84b2b03d5c2d2bdac8f12daf URL: https://github.com/kamailio/kamailio/commit/31b9af0c2c524afc84b2b03d5c2d2bdac8f12daf Author: Konstantin M Committer: GitHub Date:

[sr-dev] [kamailio/kamailio] Revert "app_python: fix compiler warning" (#1248)

2017-09-27 Thread Konstantin M.
Reverts kamailio/kamailio#924. Opinion conflict You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1248 -- Commit Summary -- * Revert "app_python: fix compiler warning" -- File Changes -- M src/modules/app_python/Makefile (2) --

[sr-dev] git:master:68876da3: textops: replace body functions exported to kemi framework

2017-09-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 68876da3de9211ac493094f012b44f06f327dd1b URL: https://github.com/kamailio/kamailio/commit/68876da3de9211ac493094f012b44f06f327dd1b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:43b1f9de: pv: remove unused variable

2017-09-27 Thread Victor Seva
Module: kamailio Branch: master Commit: 43b1f9de4538c0739a133c0181a4df97c23c5769 URL: https://github.com/kamailio/kamailio/commit/43b1f9de4538c0739a133c0181a4df97c23c5769 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:91bec00a: kex: fix compiler warning

2017-09-27 Thread Victor Seva
Module: kamailio Branch: master Commit: 91bec00a1451f026ccfa5c42d1b945d15ced664e URL: https://github.com/kamailio/kamailio/commit/91bec00a1451f026ccfa5c42d1b945d15ced664e Author: Victor Seva Committer: Victor Seva Date:

Re: [sr-dev] [kamailio/kamailio] app_python: fix compiler warning (#924)

2017-09-27 Thread Daniel-Constantin Mierla
@ezdev128 - the concern is that by doing this hack just to **not see** some known warnings due to external code, you hide eventual strict aliasing issues in the kamailio module code, so if one adds new code and mixes pointer types, it won't be any earning. This can cause unpredictable troubles

Re: [sr-dev] [kamailio/kamailio] app_python: fix compiler warning (#924)

2017-09-27 Thread Konstantin M.
@miconda because I think it's a better way for now, py2 has the int types for boolean, py3 is not, this is a cause of. I have the same fix for some months in production. I did many changes in current code but it's dirty and under NDA (for one customer). As soon I will have free time - I will

[sr-dev] git:master:fcbaac36: textops: replace() and replace_all() exported to kemi framework

2017-09-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: fcbaac36dfc755ed52bd3ec8abba4dc52934a348 URL: https://github.com/kamailio/kamailio/commit/fcbaac36dfc755ed52bd3ec8abba4dc52934a348 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] [kamailio/kamailio] How to enhance the "ASYNC Module" to support for SIP replies (#1247)

2017-09-27 Thread rgmaddi
Hi, I am a newbie to kamailio, trying to understand how async module works. It is working for request_route. I added ANY_ROUTE so as to allow for reply_route block as shown in the snippet below. But the async_route function is not working for reply_route block. How can I achieve this. static

[sr-dev] Fwd: Re: [SR-Users] topos and record-route headers

2017-09-27 Thread Giuseppe Pandolfi
Hello Development List, I forward my problem to you hoping a tip. thanks in advance for your reply Messaggio Inoltrato Oggetto:Re: [SR-Users] topos and record-route headers Data: Wed, 27 Sep 2017 08:14:57 + Mittente: Sergey Safarov

Re: [sr-dev] Next IRC devel meeting

2017-09-27 Thread Daniel-Constantin Mierla
Hello, the usual reminder sent few hours before the start of IRC devel meeting -- about 5 hours to go till 14:00UTC:   - https://www.kamailio.org/wiki/devel/irc-meetings/2017b Cheers, Daniel On 26.09.17 11:15, Daniel-Constantin Mierla wrote: > Hello, > > just a reminder for the IRC devel

[sr-dev] git:master:4bdbf013: pv: new var $csb - shortcut to get the CSeq header body

2017-09-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4bdbf01319f8bc86f1feb9ee0fb995f776cea652 URL: https://github.com/kamailio/kamailio/commit/4bdbf01319f8bc86f1feb9ee0fb995f776cea652 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:c8e2c77c: pv: new var $prid - get protocol id (int value)

2017-09-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c8e2c77c28a6aed6996c05060fa3d24c3e0a933a URL: https://github.com/kamailio/kamailio/commit/c8e2c77c28a6aed6996c05060fa3d24c3e0a933a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] app_python: fix compiler warning (#924)

2017-09-27 Thread Daniel-Constantin Mierla
@ezdev128 - any specific reason for this merge without clarifying the `-fno-strict-aliasing` concerns? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: