Re: [sr-dev] [kamailio/kamailio] [5.1] cannot start TLS module on Alpine (#1738)

2018-11-23 Thread sergey-safarov
Issue is fixed when `TLS` module loaded after `db_postgres` module -- 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/1738#issuecomment-441294745___

Re: [sr-dev] [kamailio/kamailio] [5.1] cannot start TLS module on Alpine (#1738)

2018-11-23 Thread sergey-safarov
Closed #1738. -- 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/1738#event-1984556833___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] [5.1] cannot start TLS module on Alpine (#1738)

2018-11-23 Thread sergey-safarov
Issue is reproduce on `kazoo` config. On vanila config not error. Looking -- 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/1738#issuecomment-441293082

[sr-dev] [kamailio/kamailio] [5.1] cannot start TLS module on Alpine (#1738)

2018-11-23 Thread sergey-safarov
### Description I try load kamailio:5.1 and get this error ``` / # kamailio -DD -E 0(167) ERROR: [core/sr_module.c:582]: load_module(): could not open module : Error relocating /usr/lib/kamailio/modules/tls.so: X509_free: symbol not found 0(167) CRITICAL: [core/cfg.y:3460]: yyerror_at(): par

Re: [sr-dev] [kamailio/kamailio] dialog: not able to set the hangup_reason , when we hangup calls using xmlrpc. (#1737)

2018-11-23 Thread Surendra Tiwari
sure. we have a heartbeat service that continuously checking the kamailio dialog using dlg.dlg_list command in defined interval. in the same time heartbeat service will deduct the balance and if balance is not sufficient for continuing of call, it will send dlg.terminate_dlg request to kamailio.

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Surendra Tiwari
@miconda Agree. 👍 -- 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/1736#issuecomment-441233562___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Surendra Tiwari
@surendratiwari3 pushed 1 commit. 6f2e9f5 Module:xmlrpc review incorporated related to documentation -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/1736/files/40d49efe59c1189883a5f11f911da08311fc37d4..6f2e9f58ce

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Daniel-Constantin Mierla
The example in the docs uses some modules that are not exported by kamailio, like `headers` and `core`. You have to update it to use what is exported via `KSR`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github

Re: [sr-dev] [kamailio/kamailio] dialog: not able to set the hangup_reason , when we hangup calls using xmlrpc. (#1737)

2018-11-23 Thread Daniel-Constantin Mierla
It is not clear what you would like to achieve, maybe you can describe with an example of rpc command and what should be available afterwards. -- 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/kamai

Re: [sr-dev] [kamailio/kamailio] Crash in topoh module (#1735)

2018-11-23 Thread Daniel-Constantin Mierla
Closed #1735. -- 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/1735#event-1983975294___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Crash in topoh module (#1735)

2018-11-23 Thread Daniel-Constantin Mierla
I pushed some safety checks to master and 5.2 branches, soon I will backport to 5.1. If still an issue with the above patches, reopen. -- 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/iss

[sr-dev] [kamailio/kamailio] dialog: not able to set the hangup_reason , when we hangup calls using xmlrpc. (#1737)

2018-11-23 Thread Surendra Tiwari
### Description We are using xmlrpc to terminate the calls once customer balance reaches to zero. call got terminated but we will not be able to set the dialog variable related to hangup_reason. There should be a way during dlg.terminate_dlg xmlrpc request that if i mention the some parameter

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Surendra Tiwari
@miconda its done now.:-) thank you for pointing it out. -- 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/1736#issuecomment-441218537___ Kam

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Surendra Tiwari
@surendratiwari3 pushed 1 commit. 40d49ef Modules:xmlrpc documentaion updated for event_callback parameters -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/1736/files/92d82e2579fa71343f9535297346f1708d5053df..40d

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Surendra Tiwari
@miconda sure. doing it now. -- 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/1736#issuecomment-441213961___ Kamailio (SER) - Development Ma

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Daniel-Constantin Mierla
You have to add docs for the new parameter in the xml file from the doc subfolder. It can be a new commit pushed in the same branch/pull request. -- 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/ka

Re: [sr-dev] [kamailio/kamailio] 180 Ringing without Contact with TOPOS enabled (#1720)

2018-11-23 Thread Sergey Basov
Thank you Daniel. Now it works as expected. Did you will backport this change into kamailio 5.1? -- 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/1720#issuecomment-441211376

[sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Surendra Tiwari
Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README files

Re: [sr-dev] [kamailio/kamailio] 180 Ringing without Contact with TOPOS enabled (#1720)

2018-11-23 Thread Daniel-Constantin Mierla
Indeed, the previous commit broke matching 3xx responses. I pushed a patch for it, see above, can you test and confirm if it works or not? -- 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/

[sr-dev] git:master:b95791b3: pkg/kamailio/deb: version set to 5.3.0~dev1

2018-11-23 Thread Victor Seva
Module: kamailio Branch: master Commit: b95791b346c2d71f229cc510c6120463c85453c3 URL: https://github.com/kamailio/kamailio/commit/b95791b346c2d71f229cc510c6120463c85453c3 Author: Victor Seva Committer: Victor Seva Date: 2018-11-23T09:19:56+01:00 pkg/kamailio/deb: version set to 5.3.0~dev1 ---

[sr-dev] git:5.2:9e729b5c: pkg/kamailio/deb: version set to 5.2.0~rc2

2018-11-23 Thread Victor Seva
Module: kamailio Branch: 5.2 Commit: 9e729b5ca8af5a6590a828f6aacc7ca23ae379de URL: https://github.com/kamailio/kamailio/commit/9e729b5ca8af5a6590a828f6aacc7ca23ae379de Author: Victor Seva Committer: Victor Seva Date: 2018-11-23T09:24:48+01:00 pkg/kamailio/deb: version set to 5.2.0~rc2 --- Mo

[sr-dev] git: new commits in branch 5.2

2018-11-23 Thread Daniel-Constantin Mierla
- URL: https://github.com/kamailio/kamailio/commit/fb0ae02762b32e65210aebdf2cac0d09726a25ae Author: Daniel-Constantin Mierla Date: 2018-11-23T08:54:02+01:00 lib/srdb1: schema - defined entities for sizes of aname and avalue columns - avalue column size set to 512 - GH #1723 (cherry picked f

[sr-dev] git:master:41069ab5: Makefile.defs: version set to 5.3.0-dev1

2018-11-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 41069ab5afbaa3d730ecf4aa52680ad31dedf2ba URL: https://github.com/kamailio/kamailio/commit/41069ab5afbaa3d730ecf4aa52680ad31dedf2ba Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-23T09:11:33+01:00 Makefile.defs: version

[sr-dev] git:master:1f02ee62: topos: proper condition to detect 3xx redirect for contact updates

2018-11-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1f02ee62951523f001899d12d1750046f1ba53b6 URL: https://github.com/kamailio/kamailio/commit/1f02ee62951523f001899d12d1750046f1ba53b6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-11-23T09:06:57+01:00 topos: proper conditio