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

2016-05-26 Thread Sunil More
> hello, where can i share the ssh credentials with you --- 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-222061827___

Re: [sr-dev] [kamailio/kamailio] db_cassandra can't find table version (#618)

2016-05-26 Thread goharahmed
Sure, I'll wait up. --- 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/618#issuecomment-221908426___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] db_cassandra can't find table version (#618)

2016-05-26 Thread Daniel-Constantin Mierla
Right now I am traveling, so we can attempt to do it sometime at the beginning of next week. --- 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:d6124b3d: pv: signed int string representation for avps

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

Re: [sr-dev] [kamailio/kamailio] db_cassandra can't find table version (#618)

2016-05-26 Thread goharahmed
I'll be happy to provide you with the access, this was all installed from sources ( as I did some recompilations for debugging purposes too) - Let me know when and where so I can guide you through this setup. --- You are receiving this because you are subscribed to this thread. Reply to this

Re: [sr-dev] [kamailio/kamailio] Wishlist #234: URI transformation to pick up URI scheme (#592)

2016-05-26 Thread Daniel-Constantin Mierla
Perhaps won't be anything hard to do and eventually nice to have. But I think at this moment you can just use s.select to select first element before ':' from any URI value. --- 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] db_cassandra can't find table version (#618)

2016-05-26 Thread Daniel-Constantin Mierla
Never used cassandra myself, so I don't have an environment to test this myself. Would it be possible to get access to this system or a similar one where I could troubleshoot? I need also the sources of kamailio to do changes and try again in order to fix it. --- You are receiving this because

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

2016-05-26 Thread Daniel-Constantin Mierla
The slots field has invalid pointer value, so I suspect a buffer overflow somewhere, but not revealed by the logs. Could be in the nat_travesal, which I expect not much used as I know lots using nathelper instead. Would require investigating in more deep the core files, longs and eventually

Re: [sr-dev] [kamailio/kamailio] "flags" and "reg_delay" uacreg columns not read if database lacks DB_CAP_FETCH capability (#640)

2016-05-26 Thread Daniel-Constantin Mierla
Closed #640. --- 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/640#event-673250439___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] "flags" and "reg_delay" uacreg columns not read if database lacks DB_CAP_FETCH capability (#640)

2016-05-26 Thread Daniel-Constantin Mierla
Fixed with PR #642, to be backported. --- 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/640#issuecomment-221889159___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] [Support] Config SIP-I (#641)

2016-05-26 Thread Daniel-Constantin Mierla
As quick hint here -- the routing of sip-i/t should just work, if you need something more, then see sipt module. For more or further discussions, go to sr-users mailing list as per @mslehto suggestion. --- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [sr-dev] [kamailio/kamailio] [Support] Config SIP-I (#641)

2016-05-26 Thread Daniel-Constantin Mierla
Closed #641. --- 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/641#event-673249357___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] Read all 12 columns from uacreg if the database does not have DB_CAP_… (#642)

2016-05-26 Thread Daniel-Constantin Mierla
Closed #642. --- 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/642#event-673246720___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:d3abee96: uac: read all 12 columns from uacreg database table

2016-05-26 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d3abee96d9ddfa6b0600d9e7f6864bd5786fdebe URL: https://github.com/kamailio/kamailio/commit/d3abee96d9ddfa6b0600d9e7f6864bd5786fdebe Author: Andrew J Robinson Committer: Daniel-Constantin Mierla

Re: [sr-dev] [kamailio/kamailio] Read all 12 columns from uacreg if the database does not have DB_CAP_… (#642)

2016-05-26 Thread Daniel-Constantin Mierla
Thank. I will push the patch manually to format the commit message according with the guidelines: * https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#commit-message-format --- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [sr-dev] [kamailio/kamailio] db_cassandra can't find table version (#618)

2016-05-26 Thread goharahmed
Hi Daniel, Yes I've db_mysql loaded all other modules loaded with default/sample kamailio.cfg these days. I added cassandra module just after the db_mysql and added userblacklist module at the end of module declarations. I tried adding another module in cassandra and it didn't work too - same

[sr-dev] [kamailio/kamailio] Read all 12 columns from uacreg if the database does not have DB_CAP_… (#642)

2016-05-26 Thread AndyJRobinson
When the database does not have DB_CAP_FETCH capability, only 10 columns are being read from uacreg instead of 12, so the flags and reg_delay columns are being omitted. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/642 -- Commit

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

2016-05-26 Thread Sunil More
> any update --- 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-221836086___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] [Support] Config SIP-I (#641)

2016-05-26 Thread Mikko Lehto
Please use mailing list for general queries. This tracker is for bug reports. See sr-users on https://www.kamailio.org/w/mailing-lists/ --- 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] Fix or silence warnings given by Clang (#637)

2016-05-26 Thread Mikko Lehto
Uh, thanks. I should not have stared those warnings with too narrow view. Maybe more proper Wtautological-compare fix is then to declare bandwidth and expires_hdr as 'int'. Type is now 'unsigned int'. --- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [sr-dev] Errored: kamailio/kamailio#2475 (master - e50e3ba)

2016-05-26 Thread Mikko Lehto
Clang build log shows: > No output has been received in the last 10m0s, this potentially > indicates a stalled build or something wrong with the build itself. > > The build has been terminated So, Clang build freezes before even properly started, but GCC build passes. Looks like not related to

[sr-dev] [kamailio/kamailio] [Support] Config SIP-I (#641)

2016-05-26 Thread xuansinhmedia
Hi, I am a newbie here. i am using Kamailio version 4.4 on CentOS 6. i need configuration to send INVITE encapsulate ISUP. Please guide me about this configuaration. Thank you. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [sr-dev] [kamailio/kamailio] "flags" and "reg_delay" uacreg columns not read if database lacks DB_CAP_FETCH capability (#640)

2016-05-26 Thread Daniel-Constantin Mierla
Can push a pull request with the change you detailed above? it makes it easier to review and merge the fix. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: