[sr-dev] git:master:30857dfe: utils: kamctl, kamdbctl improve POSIX compatibility for embedded systems (#1815)

2019-01-20 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 30857dfe5d0e0e99050fec6437c77f6baafae399 URL: https://github.com/kamailio/kamailio/commit/30857dfe5d0e0e99050fec6437c77f6baafae399 Author: micmac1 Committer: Henning Westerholt Date: 2019-01-20T20:58:11+01:00 utils: kamctl, kamdbctl improve POSIX compati

Re: [sr-dev] Give me a suggest for module implementation

2019-01-20 Thread Mojtaba
Sure. I just thought i would keep the list. I will look around it to give some ideas. Thanks again On Sun, 20 Jan 2019, 23:15 Henning Westerholt, wrote: > Am Sonntag, 20. Januar 2019, 17:57:33 CET schrieb Mojtaba: > > Hello Henning, > > > > Thank you for replying.Sure. It would be useful. Thanks

Re: [sr-dev] [kamailio/kamailio] kamctl: keep it POSIX (#1815)

2019-01-20 Thread Henning Westerholt
Thank you, merged after small adaption to the log message -- 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/1815#issuecomment-455897107___ Ka

Re: [sr-dev] [kamailio/kamailio] kamctl: keep it POSIX (#1815)

2019-01-20 Thread Henning Westerholt
Merged #1815 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/1815#event-2085127269___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] Give me a suggest for module implementation

2019-01-20 Thread Henning Westerholt
Am Sonntag, 20. Januar 2019, 17:57:33 CET schrieb Mojtaba: > Hello Henning, > > Thank you for replying.Sure. It would be useful. Thanks > Using htable module is good idea, But if i want not to use htable module > and save part of SIP Messagre in memory , How do i impelement auto-expire > after afe

[sr-dev] git:master:8fd514f9: dialog: clean very old dialogs for both unconfirmed and early state

2019-01-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8fd514f9bb9e819fa6e5880dc229955cafd72494 URL: https://github.com/kamailio/kamailio/commit/8fd514f9bb9e819fa6e5880dc229955cafd72494 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-01-20T18:08:56+01:00 dialog: clean very old

[sr-dev] git:master:397acefe: presence_profile: removed history, code formatting

2019-01-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 397acefebcd97a7ac32c26a9306c627c5438519d URL: https://github.com/kamailio/kamailio/commit/397acefebcd97a7ac32c26a9306c627c5438519d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-01-20T18:02:15+01:00 presence_profile: remo

[sr-dev] git:master:2137aef7: presence_reginfo: clang format wrapper to exports struct

2019-01-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2137aef791bfbc835ac5f630c91c49fc509e6a6c URL: https://github.com/kamailio/kamailio/commit/2137aef791bfbc835ac5f630c91c49fc509e6a6c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-01-20T17:57:07+01:00 presence_reginfo: clan

Re: [sr-dev] Give me a suggest for module implementation

2019-01-20 Thread Henning Westerholt
Am Samstag, 19. Januar 2019, 10:43:09 CET schrieb Mojtaba: > Sorry for my mistake in subject! > "Give me suggestions for module implementation", anyway, > Give me suggestions for duplication detection algorithm? Hello Mojtaba, just to give you an idea: you can access and store parts of the messag

Re: [sr-dev] Give me a suggest for module implementation

2019-01-20 Thread Mojtaba
Hello guys, Sorry for my mistake in subject! "Give me suggestions for module implementation", anyway, Give me suggestions for duplication detection algorithm? With Regards. Mojtaba ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org ht

[sr-dev] [kamailio/kamailio] modules: fix hiredis handling (#1816)

2019-01-20 Thread micmac1
The define WITH_HIREDIS_PATH causes the source files to include "". But the Makefiles check HIREDISDEFS for the string "hiredis" and set WITH_HIREDIS_PATH if not found. Which is exactly the opposite of what is needed. This commit corrects the logic. Signed-off-by: Sebastian Kemper Pre-S

[sr-dev] [kamailio/kamailio] kamctl: keep it POSIX (#1815)

2019-01-20 Thread micmac1
Hi all, I was trying to add entries to a remote database on OpenWrt and kamctl (address add ...) seemed to just hang there. A bit of digging showed that it prompted for a password, but I couldn't see it because it redirected the prompt to /dev/stderr, which doesn't exist on every system. This p