[sr-dev] git:5.0:71876926: xmlrpc: fix handling the optional param spec on no more params

2017-10-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 71876926dd7add9f7423bda1aa4489933d8174ac URL: https://github.com/kamailio/kamailio/commit/71876926dd7add9f7423bda1aa4489933d8174ac Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-10-19T09:00:21+02:00 xmlrpc: fix handling the

[sr-dev] git:5.0:dc9efda1: jsonrpcs: fix handling the optional param spec on no more params

2017-10-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: dc9efda1bb416874fd3fe4320326d067fa9fb0c0 URL: https://github.com/kamailio/kamailio/commit/dc9efda1bb416874fd3fe4320326d067fa9fb0c0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-10-19T09:00:10+02:00 jsonrpcs: fix handling th

[sr-dev] git:5.0:1b86bf2f: jsonrpcs: proper propagation of rpc fault code and message

2017-10-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 1b86bf2faa09d3a9ef3684f42582a83267635668 URL: https://github.com/kamailio/kamailio/commit/1b86bf2faa09d3a9ef3684f42582a83267635668 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-10-19T09:00:34+02:00 jsonrpcs: proper propagat

Re: [sr-dev] Contributing platform specific code to Kamailio

2017-10-19 Thread Tsvetomir Dimitrov
Hi Carsten, Thanks for your responce and please excuse my late reply too. I'm still working on the changes and will make a pull request as soon as I am ready. It will be a separate module which handles the IPSec tunnel creation/tear down, so that ims_register_pcscf won't be polluted with platform

[sr-dev] git:master:3a1e8807: pkg/kamailio/deb: fix kamailio-berkeley-modules dependence

2017-10-19 Thread Victor Seva
Module: kamailio Branch: master Commit: 3a1e8807d340dd7907b310006a18a7e82e795d2b URL: https://github.com/kamailio/kamailio/commit/3a1e8807d340dd7907b310006a18a7e82e795d2b Author: Victor Seva Committer: Victor Seva Date: 2017-10-19T10:31:51+02:00 pkg/kamailio/deb: fix kamailio-berkeley-modules

[sr-dev] git:5.0:60dc10a3: pkg/kamailio/deb: fix kamailio-berkeley-modules dependence

2017-10-19 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 60dc10a3948bdc51d1c9298e8a174a0af066557a URL: https://github.com/kamailio/kamailio/commit/60dc10a3948bdc51d1c9298e8a174a0af066557a Author: Victor Seva Committer: Victor Seva Date: 2017-10-19T10:36:27+02:00 pkg/kamailio/deb: fix kamailio-berkeley-modules dep

[sr-dev] git:4.4:471f8843: pkg/kamailio/deb: fix kamailio-berkeley-modules dependence

2017-10-19 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 471f8843cf3fa65e5215c284337e1206e1e96c9e URL: https://github.com/kamailio/kamailio/commit/471f8843cf3fa65e5215c284337e1206e1e96c9e Author: Victor Seva Committer: Victor Seva Date: 2017-10-19T10:40:45+02:00 pkg/kamailio/deb: fix kamailio-berkeley-modules dep

[sr-dev] [kamailio/kamailio] No music on hold (#1273)

2017-10-19 Thread Fyodor
os: ubuntu 16.04 installation: apt install kamailio rttproxy configured and works(SRTP works fine) Databases for mohqueue exist My kamailio.cfg: ``` loadmodule "mohqueue.so" # --- music on hold moh modparam ("mohqueue", "db_url", "mysql://kamailio:MYPASSWORDHERE@localhost/kamailio") modpar

Re: [sr-dev] [kamailio/kamailio] No music on hold (#1273)

2017-10-19 Thread Robert Boisvert
Did you try enabling debugging (see http://kamailio.org/docs/ modules/5.0.x/modules/mohqueue.html#rpc.debug)? What do the logs tell you? On Thu, Oct 19, 2017 at 10:46 AM, Fyodor wrote: > os: ubuntu 16.04 > installation: apt install kamailio > > rttproxy configured and works(SRTP works fine) > Da

Re: [sr-dev] [kamailio/kamailio] No music on hold (#1273)

2017-10-19 Thread Victor Seva
continue discussion at sr-us...@lists.kamailio.org this is only for issues with the code -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1273#issuecomment-337936151

Re: [sr-dev] [kamailio/kamailio] No music on hold (#1273)

2017-10-19 Thread Victor Seva
Closed #1273. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1273#event-1301274009___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org ht

Re: [sr-dev] [kamailio/kamailio] No music on hold (#1273)

2017-10-19 Thread Fyodor
@linuxmaniac i wrote to sr-us...@lists.kamailio.org 2 weeks ago, no reply :/ -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1273#issuecomment-338059501___ K

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-10-19 Thread dryvoip
Just sent you the pcap and log file. So here's the fun part: When I add `log_prefix="{$mt $hdr(CSeq) $ci} "` to the global section, the problem *no longer exists* but when I comment this out, the problem returns. This seems to be perfectly reliable to fix & break the issue accordingly. So nee