[sr-dev] git:master:da0dbbcd: http_client Implement failover between connections

2016-05-13 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: da0dbbcd2e6813d149497ad62e041c2b9a021867 URL: https://github.com/kamailio/kamailio/commit/da0dbbcd2e6813d149497ad62e041c2b9a021867 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2016-05-13T23:01:30+02:00

[sr-dev] db_cassandra help required [possible bug?]

2016-05-13 Thread SamyGo
Hi devs, I'm trying to make the db_cassandra work for my kamailio specifically userblacklist module. I've cassanda keyspace and tables defined along with the db_schema directory structure defined as instructed however the debug logs keep telling me that table 'version' doesn't exist. I've taken

[sr-dev] git:master:c31bb617: nsq: fix missing bracket

2016-05-13 Thread Emmanuel Schmidbauer
Module: kamailio Branch: master Commit: c31bb61739c9d38c7a489a5562861e2ee5dcf503 URL: https://github.com/kamailio/kamailio/commit/c31bb61739c9d38c7a489a5562861e2ee5dcf503 Author: Emmanuel Schmidbauer Committer: Emmanuel Schmidbauer Date:

Re: [sr-dev] [kamailio/kamailio] kex: add extended core stats (#605)

2016-05-13 Thread Olle E. Johansson
We probably should add rcv_request_kdmq for our own request type :-) >From looking at all this, I think the ones you added are missing items which >means it was a good addition and "someone" needs to add them to snmpstats too. --- You are receiving this because you are subscribed to this

Re: [sr-dev] [kamailio/kamailio] kex: add extended core stats (#605)

2016-05-13 Thread Olle E. Johansson
And snmpstats: ยดยดยด *** snmpstats 100_in : 0 (kamailio statistic (no description)) 100_out : 0 (kamailio statistic (no description)) 180_in : 0 (kamailio statistic (no description)) 180_out : 0 (kamailio statistic (no description)) 181_in : 0 (kamailio statistic

Re: [sr-dev] [kamailio/kamailio] compilation warnings (#612)

2016-05-13 Thread Victor Seva
I don't know how to fix the sha256.c warning :-( --- 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/612#issuecomment-219023554___ sr-dev

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Sunil More
tried using '-x qm' kamailio was not up for some reason. however changed debug level to 3 and found the following logs at crash. siputils [checks.c:97]: has_totag(): no totag DEBUG: tmx [tmx_pretran.c:357]: tmx_check_pretran(): matched another pre-transaction by pid 2438 for

Re: [sr-dev] [kamailio/kamailio] kex: add extended core stats (#605)

2016-05-13 Thread Olle E. Johansson
snmpstats, sl and tmx all have various stats and I am not sure how they overlap, but we should try to sort this out. From a script output: # tmx:2xx_transactions = 377 # tmx:3xx_transactions = 0 # tmx:4xx_transactions = 457 # tmx:5xx_transactions = 64 #

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Sunil More
yes i can reproduce this everytime. removing the nat_traversal module..requires loads of changes in my cfg. however what I have noticed is, changing the parameter "enable_tls=yes" to "enable_tls=no" does not cause a crash. but i want to use tls as I would be using wss. --- You are receiving

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Daniel-Constantin Mierla
You can reproduce it every time? Can you try without nat_traversal module (comment its related lines)? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Sunil More
@linuxmaniac i am a newbie here ..please guide me about the formats --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Sunil More
i reverted back the declaration of "mi_fifo". output of commands (gdb) info locals cb = 0x7f09 __FUNCTION__ = "run_create_callbacks" (gdb) p *cb Cannot access memory at address 0x7f09 gdb trace (gdb) bt #0 0x7f093abdaf6d in run_create_callbacks (dlg=0x7f093f634028,

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Daniel-Constantin Mierla
But now the frame 0 is missing the details again. Isn't the same backtace as in your comment: * https://github.com/kamailio/kamailio/issues/619#issuecomment-218999484 --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Victor Seva
@WhoSunilMore the markdown format is \`\`\` **not** \`\`\`c and in one line only. Please --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] kex: add extended core stats (#605)

2016-05-13 Thread Victor Seva
> Do we need to update snmpstats too? No idea about that. > Or is it a copy of the stats in that module? These are more detailed stats for _rcv_requests_ and _rcv_replies_. I don't know what you mean by copy --- You are receiving this because you are subscribed to this thread. Reply to this

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Sunil More
The output of the commands is ```c (gdb) info locals No symbol table info available. (gdb) p *cb No symbol "cb" in current context.``` the following is gdb bt for same ```c #0 0x in ?? () #1 0x7fbbf1e3ef86 in run_create_callbacks (dlg=0x7fbbf69981a8, msg=0x7fbc17338d80)

Re: [sr-dev] [kamailio/kamailio] kex: add extended core stats (#605)

2016-05-13 Thread Olle E. Johansson
Or is it a copy of the stats in that module? --- 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/605#issuecomment-219002870___ sr-dev mailing

Re: [sr-dev] [kamailio/kamailio] kex: add extended core stats (#605)

2016-05-13 Thread Olle E. Johansson
Do we need to update snmpstats too? --- 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/605#issuecomment-219002790___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Daniel-Constantin Mierla
Can you reproduce it every time? Send the output from gdb for next commands: ``` info locals p *cb ``` --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Sunil More
Hello, I have changed the order i have declared the modules and just brought "mi_fifo" to the top. The crash was however there but now frame 0 has some data. ```c Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7fdf88f8af6d in run_create_callbacks (dlg=0x7fdf8d7f20e0,

[sr-dev] [kamailio/kamailio] lib/srdb1: fix compiler warning #612 (#620)

2016-05-13 Thread Victor Seva
> CC (gcc) [L libsrdb1.so.1.0]db_ut.o > In file included from /usr/include/time.h:27:0, > from db_ut.c:50: > /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > # warning "_BSD_SOURCE and

[sr-dev] git:master:6dd4b1f8: dispatcher: fix compiler warning #612

2016-05-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 6dd4b1f83cb041a42571ef1355832661be0ae492 URL: https://github.com/kamailio/kamailio/commit/6dd4b1f83cb041a42571ef1355832661be0ae492 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:c7c8d31e: dmq_usrloc: fix compiler warning #612

2016-05-13 Thread Victor Seva
Module: kamailio Branch: master Commit: c7c8d31e4a4f9640673099aa1589e3fe96fad558 URL: https://github.com/kamailio/kamailio/commit/c7c8d31e4a4f9640673099aa1589e3fe96fad558 Author: Victor Seva Committer: Victor Seva Date:

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Sunil More
I am using it for sending replies back to nated clients. --- 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/619#issuecomment-218980588___

Re: [sr-dev] [kamailio/kamailio] modules/sdpops: remove_line_by_prefix pre-check cleanup + new test (#615)

2016-05-13 Thread Mikko Lehto
Looks like I did not provide any description, sorry about that. Purpose of these patches is to tidy up unnecessary checks and calculations that are already done by parse_sdp(). Previously created tests (60...) show no change in behaviour and new test confirms that null body does not cause

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Daniel-Constantin Mierla
A side note first: format the messages you add and put the code snippets as code blocks -- see the github markdown format docs. It is easier to read and analyse the comments. I spotted only nat_traversal module that would register callbacks to dialog. For what are you using it? --- You are

[sr-dev] Errored: kamailio/kamailio#2421 (master - fee3637)

2016-05-13 Thread Travis CI
Build Update for kamailio/kamailio - Build: #2421 Status: Errored Duration: 11 minutes and 2 seconds Commit: fee3637 (master) Author: Daniel-Constantin Mierla Message: lib/srdb1: support for db result with allocated column names - a db connector module can

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread WhoSunilMore
Here are the load modules and their parameters loadmodule "tm.so" modparam("tm", "fr_timer", 1) modparam("tm", "fr_inv_timer", 18) modparam("tm", "disable_6xx_block", 1) loadmodule "tmx.so" modparam("tmx", "precheck_trans", 1) loadmodule "sl.so" loadmodule "tls.so" modparam("tls",

Re: [sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread Daniel-Constantin Mierla
Frame 0 is missing all the details. The crash seems to be in a module that uses dialog module. Can you list here the loadmodule statements in your config? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] Kamailio Crash (#619)

2016-05-13 Thread WhoSunilMore
Hello All, Kamailio instance just crashed with the following logs May 13 06:05:34 P172 /usr/local/kamailio/sbin/kamailio[12693]: CRITICAL: [pass_fd.c:275]: receive_fd(): EOF on 10 May 13 06:05:34 P172 /usr/local/kamailio/sbin/kamailio[12667]: ALERT: [main.c:739]: handle_sigs(): child

[sr-dev] git:master:fee36376: lib/srdb1: support for db result with allocated column names

2016-05-13 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: fee3637648b137391fec7a8ec862b977333ca4be URL: https://github.com/kamailio/kamailio/commit/fee3637648b137391fec7a8ec862b977333ca4be Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: