[sr-dev] git:master:0d83c02f: erlang: allow user to set ERLANG_xxxDIR

2017-03-19 Thread Fabrice Fontaine
Module: kamailio Branch: master Commit: 0d83c02f6389bf0adf9cc8afd5e19e2d0e94cd1a URL: https://github.com/kamailio/kamailio/commit/0d83c02f6389bf0adf9cc8afd5e19e2d0e94cd1a Author: Fabrice Fontaine Committer: Fabrice Fontaine Date:

Re: [sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-03-19 Thread lamSteven
Thank you for your reply, i have attached somewhat anonymised logs. If you need anything else, let me know! [topos-track_cseq_updates.txt](https://github.com/kamailio/kamailio/files/853241/topos-track_cseq_updates.txt)

Re: [sr-dev] [kamailio/kamailio] app_perl.so: undefined symbol: sv2int_str (#1012)

2017-03-19 Thread Daniel-Constantin Mierla
Fixed by 42d3b93f838d1c2eeb009894422fe016a6572520. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1012#issuecomment-287618870___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] app_perl.so: undefined symbol: sv2int_str (#1012)

2017-03-19 Thread Daniel-Constantin Mierla
Closed #1012. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1012#event-1005858852___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-03-19 Thread Daniel-Constantin Mierla
Attach the logs file here or make it available on some web site/pastebin -- they are useful to investigate. Also, can you grab ngrep output for such situation (all sip messages passing through the server: `ngrep -d any -qt -W byline port 5060`). -- You are receiving this because you are

Re: [sr-dev] [kamailio/kamailio] erlang: allow user to set ERLANG_xxxDIR (#1037)

2017-03-19 Thread Daniel-Constantin Mierla
Merged #1037. -- 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/1037#event-1005856917___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:3f3cdf71: Merge pull request #1037 from ffontaine/master

2017-03-19 Thread GitHub
Module: kamailio Branch: master Commit: 3f3cdf712c0cd8c8d35f0126cd132a392ff0b2ca URL: https://github.com/kamailio/kamailio/commit/3f3cdf712c0cd8c8d35f0126cd132a392ff0b2ca Author: Daniel-Constantin Mierla Committer: GitHub Date: 2017-03-19T14:57:43+01:00

Re: [sr-dev] [kamailio/kamailio] db_postgress: insert_update() with DO NOTHING (#1039)

2017-03-19 Thread Daniel-Constantin Mierla
Is this patch useful in existing code base? If the function doesn't exist in the db connector module, it should be not used by the modules, but do an alternative solution. Can you give some example where this is useful now? Anyhow, as I could understand from the patch, it doesn't do an update