[sr-dev] git:master:9868f2c0: doxygen: fix doxygen comment grouping for cds lib

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 9868f2c04eb816d546e375a1d572e1c27f6f99d9 URL: https://github.com/kamailio/kamailio/commit/9868f2c04eb816d546e375a1d572e1c27f6f99d9 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T08:30:37+01:00 doxygen: fix doxygen comment group

[sr-dev] git:master:118a829b: core: doxygen fix and small grouping extension for trie lib

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 118a829b30344b394a60c325075aec7bf877428c URL: https://github.com/kamailio/kamailio/commit/118a829b30344b394a60c325075aec7bf877428c Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T08:44:47+01:00 core: doxygen fix and small groupi

[sr-dev] git:master:31e21ff2: core: small improvements to help text

2018-03-13 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 31e21ff23a0d8bff1f7a88a56aa4ab01d93e2cf3 URL: https://github.com/kamailio/kamailio/commit/31e21ff23a0d8bff1f7a88a56aa4ab01d93e2cf3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-03-13T09:03:17+01:00 core: small improvemen

Re: [sr-dev] [kamailio/kamailio] auth_ephemeral.so: undefined symbol: EVP_sha512 (#1473)

2018-03-13 Thread Daniel-Constantin Mierla
Then based on @amessina comment, it seems that the list of libs to link against is not completed for auth_ephemeral. @marcinkowalczyk - can you do following commands and then past the output here: ``` cd src/modules/auth_ephemeral make clean make Q=0 ``` Do these commands with stock kamailio, w

[sr-dev] [kamailio/kamailio] No OPTIONS packet was sent out when TCP transport was used (#1481)

2018-03-13 Thread wavstudio
I tested the NAT ping function with nathelp module,and i found that there was OPTIONS packet sent out when UDP transport was used, but if i change to TCP transport, no OPTIONS packet was sent out. I read the document and seems ping packet was sent out only when UDP was used. Am i right? How shou

Re: [sr-dev] [kamailio/kamailio] auth_ephemeral.so: undefined symbol: EVP_sha512 (#1473)

2018-03-13 Thread Victor Seva
Not sure if this helps, but this is the output of debian official build on i386 [0] ``` /usr/bin/make every-module group_include="kautheph" quiet=verbose make[1]: Entering directory '/<>' /usr/bin/make -C src/ every-module make[2]: Entering directory '/<>/src' config.mak loaded Makefile.defs defs

Re: [sr-dev] [kamailio/kamailio] auth_ephemeral.so: undefined symbol: EVP_sha512 (#1473)

2018-03-13 Thread marcinkowalczyk
Hi Dan, Just did clean checkout of latest master ``` root@qa1-voip:/usr/src/kamailio-test# cd src/modules/auth_ephemeral root@qa1-voip:/usr/src/kamailio-test/src/modules/auth_ephemeral# make clean root@qa1-voip:/usr/src/kamailio-test/src/modules/auth_ephemeral# root@qa1-voip:/usr/src/kamailio-te

[sr-dev] git:master:82efea41: nathelper: docs - mention UDP for SIP nat pinging contact addresses

2018-03-13 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 82efea41d7a01c041ea6ff85cc864cfdf2fd1ba5 URL: https://github.com/kamailio/kamailio/commit/82efea41d7a01c041ea6ff85cc864cfdf2fd1ba5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-03-13T14:41:14+01:00 nathelper: docs - ment

Re: [sr-dev] [kamailio/kamailio] No OPTIONS packet was sent out when TCP transport was used (#1481)

2018-03-13 Thread Daniel-Constantin Mierla
Closed #1481. -- 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/1481#event-1518602754___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] No OPTIONS packet was sent out when TCP transport was used (#1481)

2018-03-13 Thread Daniel-Constantin Mierla
The nathelper module sends nat keepalive only for UDP contacts. It is how it was developed. If you look for alternatives for TCP, write to sr-us...@lists.kamailio.org, there might be some ideas to try to do in the config file. However, this is the tracker for bugs in the code, not discussions a

Re: [sr-dev] [kamailio/kamailio] auth_ephemeral.so: undefined symbol: EVP_sha512 (#1473)

2018-03-13 Thread Daniel-Constantin Mierla
It looks like `-lcrypto -lz -lkrb5` have to be added to the linking libs, based on @amessina comment. Maybe the new debian has a pkg-config for libcrypto itself, no longer just one option for libssl. -- You are receiving this because you are subscribed to this thread. Reply to this email direct

[sr-dev] git:master:22716f0b: modules: readme files regenerated - nathelper ... [skip ci]

2018-03-13 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 22716f0b4ac922491359e3719089497269ceadd0 URL: https://github.com/kamailio/kamailio/commit/22716f0b4ac922491359e3719089497269ceadd0 Author: Kamailio Dev Committer: Kamailio Dev Date: 2018-03-13T14:46:36+01:00 modules: readme files regenerated - nathelper

[sr-dev] [kamailio/kamailio] Segmentation fault Dialog RPC (#1482)

2018-03-13 Thread pars3c1
### Description Hi all, i’m using kamailio 4.4.6 , and when I call the rpc dialog “profile_list_dlgs” , sometimes I have a segmentation fault. Can you help me to understand why it happened ? Thanks for your support ### Troubleshooting Reproduction Debugging Data ``` This

Re: [sr-dev] [kamailio/kamailio] auth_ephemeral.so: undefined symbol: EVP_sha512 (#1473)

2018-03-13 Thread marcinkowalczyk
Hi, I've followed lead from @amessina and @miconda ``` root@qa1-voip:/usr/src/kamailio-test/src/modules/auth_ephemeral# make TLS_HOOKS=1 TLS_EXTRA_LIBS="-lcrypto -lz -lssl " Q=0 config.mak included gcc -fPIC -DPIC -g -funroll-loops -Wcast-align -m64 -minline-all-stringops -falign-loops -f

[sr-dev] git:master:fb9f8738: db_unixodbc: fix a small mismatch between header, impl. and doxygen docs

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: fb9f873842d57752daa1036b4c615fb656c11136 URL: https://github.com/kamailio/kamailio/commit/fb9f873842d57752daa1036b4c615fb656c11136 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T22:08:02+01:00 db_unixodbc: fix a small mismatch

[sr-dev] git:master:886b4a06: lib trie: small doxygen group fix

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 886b4a06fa85a5996b04d2dc81023c70e4dc933e URL: https://github.com/kamailio/kamailio/commit/886b4a06fa85a5996b04d2dc81023c70e4dc933e Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T22:11:29+01:00 lib trie: small doxygen group fix

[sr-dev] git:master:c1404ed0: core: several doxygen docs fixes

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: c1404ed04008cc1619e04372a1f68991af8c189e URL: https://github.com/kamailio/kamailio/commit/c1404ed04008cc1619e04372a1f68991af8c189e Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T22:09:54+01:00 core: several doxygen docs fixes

[sr-dev] git:master:f489f1cf: module xhttp_rpc: small doxygen group fix

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: f489f1cf9d6fad4e6d2e531eda9baa4ca0e803dd URL: https://github.com/kamailio/kamailio/commit/f489f1cf9d6fad4e6d2e531eda9baa4ca0e803dd Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T22:12:31+01:00 module xhttp_rpc: small doxygen gr

[sr-dev] git:master:720c44e3: module xhttp_pi: small doxygen group fix

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 720c44e3c54fa3455fb9a5f0b82f585bcef97945 URL: https://github.com/kamailio/kamailio/commit/720c44e3c54fa3455fb9a5f0b82f585bcef97945 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T22:11:55+01:00 module xhttp_pi: small doxygen gro

[sr-dev] git:master:5a3bce67: topos module: a few doxygen fixes

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 5a3bce67345f10cdc1bb934fbd314d3ba1939e99 URL: https://github.com/kamailio/kamailio/commit/5a3bce67345f10cdc1bb934fbd314d3ba1939e99 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T22:13:09+01:00 topos module: a few doxygen fixes

[sr-dev] git:master:88fb9344: utils module: small doxygen fix

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 88fb9344c4ca946fba872b269d4c44fce330f06a URL: https://github.com/kamailio/kamailio/commit/88fb9344c4ca946fba872b269d4c44fce330f06a Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T22:13:50+01:00 utils module: small doxygen fix -

[sr-dev] git:master:4c001cf6: textops module: small doxygen grouping fix

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 4c001cf6c2c00de3c64b56207fba3394109b447d URL: https://github.com/kamailio/kamailio/commit/4c001cf6c2c00de3c64b56207fba3394109b447d Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T22:34:49+01:00 textops module: small doxygen grou

[sr-dev] git:master:a214112b: dns module: small doxygen group fix

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: a214112bc90024ec15e79c9edf0eda678c7ff8e2 URL: https://github.com/kamailio/kamailio/commit/a214112bc90024ec15e79c9edf0eda678c7ff8e2 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T22:35:09+01:00 dns module: small doxygen group fi

[sr-dev] git:master:0e96fbca: prefix_route module: small doxygen group fix

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 0e96fbca8e6a8fdb2edb56ea336b76d4b25e4666 URL: https://github.com/kamailio/kamailio/commit/0e96fbca8e6a8fdb2edb56ea336b76d4b25e4666 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T22:36:09+01:00 prefix_route module: small doxygen

[sr-dev] git:master:064c6a84: jsonrpcs module: small doxygen group fix

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 064c6a846d3cac3ab4f325ffbea7c0c0b94deb34 URL: https://github.com/kamailio/kamailio/commit/064c6a846d3cac3ab4f325ffbea7c0c0b94deb34 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T22:35:38+01:00 jsonrpcs module: small doxygen gro

[sr-dev] git:master:bb5abe0d: ims_dialog module: several doxygen fixes

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: bb5abe0dd4774dfa990242509f96d04bbd8aacbc URL: https://github.com/kamailio/kamailio/commit/bb5abe0dd4774dfa990242509f96d04bbd8aacbc Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T23:04:06+01:00 ims_dialog module: several doxygen

[sr-dev] git:master:29c637c3: memcached module: several doxygen parameter fixes

2018-03-13 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 29c637c3b3018f5e326c6f6af956ade665b72860 URL: https://github.com/kamailio/kamailio/commit/29c637c3b3018f5e326c6f6af956ade665b72860 Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-03-13T23:36:42+01:00 memcached module: several doxygen