[sr-dev] git:master:3716541d: sdpops: exported to kemi the functions to detect sdp with codecs

2019-06-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3716541db01c09bd00998bdbd0c35b3a842cdaf5 URL: https://github.com/kamailio/kamailio/commit/3716541db01c09bd00998bdbd0c35b3a842cdaf5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-06-27T16:26:20+02:00 sdpops: exported to

Re: [sr-dev] some missing kemi module functions

2019-06-27 Thread David Escartin
Hello Daniel thanks a lot for the feedback, ok i will try the hdr functions, i missed them in the documentation. About call_obj, yes, the commits were pushed today if i see something else i will let you know best regards david El jue., 27 jun. 2019 a las 14:50, Daniel-Constantin Mierla (<

Re: [sr-dev] [kamailio/kamailio] kamctl: enable kamctl test from shell variable. (#1977)

2019-06-27 Thread Daniel-Constantin Mierla
It seems that the issue is expanding the variable when getting the answer for y/n question: * https://github.com/kamailio/kamailio/blob/master/utils/kamctl/kamdbctl.base#L216-L218 Such expression seems to be specific for bash: * https://mywiki.wooledge.org/Bashism We should decide what to

Re: [sr-dev] some missing kemi module functions

2019-06-27 Thread Daniel-Constantin Mierla
And the functions for dialog vars are in latest master branch, -dev5 is a bit older, last one has -dev6. Fetch latest master branch and try again. On Thu, Jun 27, 2019 at 2:46 PM Daniel-Constantin Mierla wrote: > Hello, > in short, all functions exported to native kamailio.cfg will be exported

Re: [sr-dev] some missing kemi module functions

2019-06-27 Thread Daniel-Constantin Mierla
Hello, in short, all functions exported to native kamailio.cfg will be exported to KEMI if they don't have an (native) alternative in those scripting languages. If some are missing, that's because nobody did it so far for specific modules and maybe I missed some functions for modules that already

[sr-dev] git:master:8266f0ee: call_obj: b/f acept optional limit parameter.

2019-06-27 Thread Vicente Hernando
Module: kamailio Branch: master Commit: 8266f0ee05b1f2faf2d4148efca257f7322da4ce URL: https://github.com/kamailio/kamailio/commit/8266f0ee05b1f2faf2d4148efca257f7322da4ce Author: Vicente Hernando Committer: Vicente Hernando Date: 2019-06-27T12:38:56+02:00 call_obj: b/f acept optional limit

[sr-dev] git:master:0669b71f: call_obj: KEMI functions call_obj.get and call_obj.free

2019-06-27 Thread Vicente Hernando
Module: kamailio Branch: master Commit: 0669b71f52e5c5e1ee942921251787e28c968ea4 URL: https://github.com/kamailio/kamailio/commit/0669b71f52e5c5e1ee942921251787e28c968ea4 Author: Vicente Hernando Committer: Vicente Hernando Date: 2019-06-27T12:38:44+02:00 call_obj: KEMI functions call_obj.get

[sr-dev] git:master:a58b4c2a: call_obj_mod: no need to use a free function for call_obj_get.

2019-06-27 Thread Vicente Hernando
Module: kamailio Branch: master Commit: a58b4c2afbffdd2584f553f8d7d36a84d40e2aee URL: https://github.com/kamailio/kamailio/commit/a58b4c2afbffdd2584f553f8d7d36a84d40e2aee Author: Vicente Hernando Committer: Vicente Hernando Date: 2019-06-27T12:38:26+02:00 call_obj_mod: no need to use a free

[sr-dev] some missing kemi module functions

2019-06-27 Thread David Escartin
hello all we are trying to rewrite our code to lua kemi, and we have found some issues/questions until we would like to share with you. -module call_obj not exported, we have tested a patch for the module to export the functions to kemi, which seems works fine -KSR.xlog.xinfo seems not able to

Re: [sr-dev] [kamailio/kamailio] Adding Support for Azure Database for MySQL Service (#1992)

2019-06-27 Thread Daniel-Constantin Mierla
Closed #1992. -- 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/1992#event-2443309822___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Adding Support for Azure Database for MySQL Service (#1992)

2019-06-27 Thread Daniel-Constantin Mierla
Looking more at the patch, it didn't seem to work properly, eating the `@` in case there was no other one. Therefore I pushed a slightly reworked version, test with master branch and fill an issue if doesn't work. Thanks! -- You are receiving this because you are subscribed to this thread.

[sr-dev] git:master:d419f427: lib/srdb1: support for username@domain in user id part of db url

2019-06-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d419f427d2acf890e5e45c4f3e8e7a2b2fe4cead URL: https://github.com/kamailio/kamailio/commit/d419f427d2acf890e5e45c4f3e8e7a2b2fe4cead Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-06-27T09:36:21+02:00 lib/srdb1: support

[sr-dev] git:5.2:4a458861: registrar: clean avp/xavp created at 'usrloc:contact-expired' route_event

2019-06-27 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: 4a458861b4377f53218a6c836f18adca6b17a9ff URL: https://github.com/kamailio/kamailio/commit/4a458861b4377f53218a6c836f18adca6b17a9ff Author: Victor Seva Committer: Victor Seva Date: 2019-06-27T08:57:54+02:00 registrar: clean avp/xavp created at

Re: [sr-dev] [kamailio/kamailio] registrar: clean avp/xavp created at 'usrloc:contact-expired' route_event (#1994)

2019-06-27 Thread Victor Seva
Merged #1994 into master. -- 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/1994#event-2443207265___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:c671e781: registrar: clean avp/xavp created at 'usrloc:contact-expired' route_event

2019-06-27 Thread Victor Seva
Module: kamailio Branch: master Commit: c671e78142b51515d64392fd9a9db8f07e904167 URL: https://github.com/kamailio/kamailio/commit/c671e78142b51515d64392fd9a9db8f07e904167 Author: Victor Seva Committer: Victor Seva Date: 2019-06-27T08:56:47+02:00 registrar: clean avp/xavp created at

Re: [sr-dev] [kamailio/kamailio] Adding Support for Azure Database for MySQL Service (#1992)

2019-06-27 Thread Daniel-Constantin Mierla
Thanks! I will squash and merge it adjusting a bit the commit message, the patch being to the lib. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] registrar: clean avp/xavp created at 'usrloc:contact-expired' route_event (#1994)

2019-06-27 Thread Daniel-Constantin Mierla
Thanks! Can be merged. -- 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/1994#issuecomment-506207891___ Kamailio (SER) - Development Mailing

Re: [sr-dev] [kamailio/kamailio] Crash in pdb module (#1985)

2019-06-27 Thread Daniel-Constantin Mierla
@miconda - indeed, I asked yesterday further about such case and it seems it was a mixed version server-client. Thanks for looking into it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: