Re: [sr-dev] [kamailio/kamailio] dmq: add optional parameter to dmq_handle_message() (#1626)

2018-08-31 Thread Emmanuel Schmidbauer
@charlesrchance thanks for your input, and nice catch. I updated the PR to rename the param `continue` and only pass `1` (if it's set to 1 or greater) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:37c27ef7: modules: readme files regenerated - dmq ... [skip ci]

2018-08-31 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 37c27ef7b42e2db7ea5754d4fe96854debc54b66 URL: https://github.com/kamailio/kamailio/commit/37c27ef7b42e2db7ea5754d4fe96854debc54b66 Author: Kamailio Dev Committer: Kamailio Dev Date: 2018-08-31T21:01:29+02:00 modules: readme files regenerated - dmq ...

[sr-dev] git:master:18c1eb2c: Merge pull request #1626 from kamailio/dmq_handle_message-return

2018-08-31 Thread GitHub
Module: kamailio Branch: master Commit: 18c1eb2c05c9eadea240677db27576caaef0950c URL: https://github.com/kamailio/kamailio/commit/18c1eb2c05c9eadea240677db27576caaef0950c Author: Charles Chance Committer: GitHub Date: 2018-08-31T19:50:05+01:00 Merge pull request #1626 from

[sr-dev] git:master:bce08905: dmq: add optional parameter to dmq_handle_message()

2018-08-31 Thread Emmanuel Schmidbauer
Module: kamailio Branch: master Commit: bce08905dc0bea2f9bce44460dcaee4e786b9bd2 URL: https://github.com/kamailio/kamailio/commit/bce08905dc0bea2f9bce44460dcaee4e786b9bd2 Author: Emmanuel Schmidbauer Committer: Emmanuel Schmidbauer Date: 2018-08-31T14:17:26-04:00 dmq: add optional parameter

Re: [sr-dev] [kamailio/kamailio] dmq: add optional parameter to dmq_handle_message() (#1626)

2018-08-31 Thread Charles Chance
Merged #1626 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/1626#event-1821270633___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:bae838eb: misc/examples/ims/pcscf: Add ifdef guards for ipsec_*() calls

2018-08-31 Thread Tsvetomir Dimitrov
Module: kamailio Branch: master Commit: bae838eb61f9852f6ef70b2c3f0dcaf71d880105 URL: https://github.com/kamailio/kamailio/commit/bae838eb61f9852f6ef70b2c3f0dcaf71d880105 Author: Tsvetomir Dimitrov Committer: Tsvetomir Dimitrov Date: 2018-08-31T09:58:24+03:00 misc/examples/ims/pcscf: Add

[sr-dev] [kamailio/kamailio] passing argument to event_callback function (#1627)

2018-08-31 Thread Surendra Tiwari
### Description Right Now, There is no way to pass the parameter to event_callback function to be executed by KEMI Interpreter. This is required when we have to pass call_uuid for async call without suspending transaction. In callback we don't have anything refer to the previous

Re: [sr-dev] [kamailio/kamailio] debian pkg missing dependency on docbook2x (#1624)

2018-08-31 Thread juha-h
This clearly is a bug. I don't understand why bug label was removed. Also, I my opinion this kind of error should not be ignored, but build should stop at it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:957b43dd: tls: docs - some updates to sample tls.cfg

2018-08-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 957b43ddea8dad434736e800a16581d49ccb2478 URL: https://github.com/kamailio/kamailio/commit/957b43ddea8dad434736e800a16581d49ccb2478 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-08-31T10:19:06+02:00 tls: docs - some

Re: [sr-dev] [kamailio/kamailio] Module RTPPROXY param Timeout_Socket not Working (#1597)

2018-08-31 Thread Hamid R. Hashmi
@miconda Can you please comment on this. -- 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/1597#issuecomment-417631455___ Kamailio (SER)

Re: [sr-dev] [kamailio/kamailio] debian pkg missing dependency on docbook2x (#1624)

2018-08-31 Thread Daniel-Constantin Mierla
Closed #1624. -- 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/1624#event-1820321904___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] debian pkg missing dependency on docbook2x (#1624)

2018-08-31 Thread Daniel-Constantin Mierla
Pushed a patch to catch when the tool from docbook to mack conversion is not available and just print an info message. I think this should do it for now, if one wants to start generating man pages, can do it by installing the tool. I will close this issue and if one wants to package man pages

[sr-dev] [kamailio/kamailio] tm: crash on memcpy fix (#1628)

2018-08-31 Thread rromrrom
- in some cases tag is not initialized and lead to crash. Memory pointer check before writing to added. Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [

[sr-dev] git:master:aede7c48: modules: readme files regenerated - sipjson ... [skip ci]

2018-08-31 Thread Kamailio Dev
Module: kamailio Branch: master Commit: aede7c4835dd516cea75a5191d1ae6af3460c3c8 URL: https://github.com/kamailio/kamailio/commit/aede7c4835dd516cea75a5191d1ae6af3460c3c8 Author: Kamailio Dev Committer: Kamailio Dev Date: 2018-08-31T11:31:46+02:00 modules: readme files regenerated - sipjson

Re: [sr-dev] [kamailio/kamailio] passing argument to event_callback function (#1627)

2018-08-31 Thread Daniel-Constantin Mierla
I do not really get what you need or what to achieve here? Can you give an example with native kamailio.cfg `event_route[...]` that needs to be covered by what you try to ask here? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[sr-dev] git:master:4b3a7d37: sipjson: added options to serialize To and CSeq attributes

2018-08-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4b3a7d37ce9d91bcd0367712de5ca1f2668eaebe URL: https://github.com/kamailio/kamailio/commit/4b3a7d37ce9d91bcd0367712de5ca1f2668eaebe Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-08-31T11:14:27+02:00 sipjson: added

[sr-dev] git:master:6c5fc213: sipjson: docs - updates to serialize options and sample json section

2018-08-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6c5fc21329bac531b64c1350c10e3d0490aefef6 URL: https://github.com/kamailio/kamailio/commit/6c5fc21329bac531b64c1350c10e3d0490aefef6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-08-31T11:20:08+02:00 sipjson: docs -

[sr-dev] git:master:35aef078: core: Makefiles - catch unavailbility of docbook2man tool

2018-08-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 35aef078dfbcb92de9591eea2841b3ba0f9682f6 URL: https://github.com/kamailio/kamailio/commit/35aef078dfbcb92de9591eea2841b3ba0f9682f6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-08-31T12:45:24+02:00 core: Makefiles -

Re: [sr-dev] [kamailio/kamailio] tm: crash on memcpy fix (#1628)

2018-08-31 Thread Daniel-Constantin Mierla
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/1628#issuecomment-417607352___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] tm: crash on memcpy fix (#1628)

2018-08-31 Thread Daniel-Constantin Mierla
Merged #1628 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/1628#event-1820140798___ Kamailio (SER) - Development Mailing

Re: [sr-dev] [kamailio/kamailio] debian pkg missing dependency on docbook2x (#1624)

2018-08-31 Thread Daniel-Constantin Mierla
Overall this is not actually deb build specific issue, but something that happens during install, as I could spot during building and installing using git repo inside a docker container (for kamailio unit tests). I guess that was more an optional step, attempting to build man pages from

Re: [sr-dev] [kamailio/kamailio] debian pkg missing dependency on docbook2x (#1624)

2018-08-31 Thread juha-h
Daniel-Constantin Mierla writes: > I think this should be made optional properly. I do not think anyone > was using manpage-style docs so far for modules and starting now to > install/package them all makes no sense. Optional is fine with me. I just want the build to work without errors.

Re: [sr-dev] [kamailio/kamailio] dmq: add optional parameter to dmq_handle_message() (#1626)

2018-08-31 Thread Emmanuel Schmidbauer
some context for this PR... we are testing using the `tsilo` module for mobile push notifications while maintaining multiple registrars with `dmq_usrloc` if an `INVITE` goes to a registrar "A" and then the UA registers to registrar "B", the dmq message is sent to registrar "A" with UA location

[sr-dev] git:master:db3b9dbd: tm: crash on memcpy fix

2018-08-31 Thread Roman Romanchenko
Module: kamailio Branch: master Commit: db3b9dbd48f7bb74abf08b0e97bcac15015df719 URL: https://github.com/kamailio/kamailio/commit/db3b9dbd48f7bb74abf08b0e97bcac15015df719 Author: Roman Romanchenko Committer: Roman Romanchenko Date: 2018-08-31T12:02:43+03:00 tm: crash on memcpy fix - in some

[sr-dev] git:master:0d2dd5b0: uac: remove unused variable 'none' compiler warning, reported from Juha

2018-08-31 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 0d2dd5b0a2c4c910e27ae7162d72f446ff92e365 URL: https://github.com/kamailio/kamailio/commit/0d2dd5b0a2c4c910e27ae7162d72f446ff92e365 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-08-31T19:12:19+02:00 uac: remove unused variable

Re: [sr-dev] uac module unused var in master

2018-08-31 Thread Henning Westerholt
Am Freitag, 31. August 2018, 16:27:41 CEST schrieb Juha Heinanen: > CC (gcc) [M uac.so] uac_reg.o > uac_reg.c: In function 'rpc_uac_reg_active': > uac_reg.c:2110:6: warning: unused variable 'none' [-Wunused-variable] > str none = {"none", 4}; > ^~~~ Hi Juha, I removed the

Re: [sr-dev] [kamailio/kamailio] dmq: add optional parameter to dmq_handle_message() (#1626)

2018-08-31 Thread Charles Chance
Very cool! It is definitely useful. However, I have one very small comment. I'm not sure what value it adds allowing the config to determine the returned value - only that the function returns without exiting. Possibly just semantics right now, but it could potentially restrict future module

[sr-dev] uac module unused var in master

2018-08-31 Thread Juha Heinanen
CC (gcc) [M uac.so] uac_reg.o uac_reg.c: In function 'rpc_uac_reg_active': uac_reg.c:2110:6: warning: unused variable 'none' [-Wunused-variable] str none = {"none", 4}; ^~~~ ___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] debian pkg missing dependency on docbook2x (#1624)

2018-08-31 Thread juha-h
Daniel-Constantin Mierla writes: > I will close this issue and if one wants to package man pages for > modules' readme, open a feature request. To my knowledge, so far they > were never packaged. If some new issues after the patch, just reopen. Thanks, debian package now built OK without