Re: [SR-Users] Communicate with Kamailio through external application

2013-09-30 Thread Grant Bagdasarian
Hello, I've loaded the mi_rpc module and configured the rpc_url param, but I can't issue the kamcmd mi ds_reload command from the web interface. Executing the command in the console works just fine, but only when I leave the binrpc modparam as default. I'm probably doing something wrong. #

[SR-Users] Planing to release v4..0.4

2013-09-30 Thread Daniel-Constantin Mierla
Hello, I am planing to release Kamailio v4.0.4 this week on Wednesday, Sep 2. If anyone has patching to push in branch 4.0, do it before noon GMT in that day. Also, if any developer is preferring another release day, just present the option on the mailing lists. Cheers, Daniel --

Re: [SR-Users] DNS SRV when no NAPTR

2013-09-30 Thread Daniel-Constantin Mierla
Hello, thanks for digging further, I will check it and commit if all looks good. Cheers, Daniel On 9/29/13 5:55 PM, Øyvind Kolbu wrote: On 2013-09-27 at 13:42, Øyvind Kolbu wrote: On 2013-09-27 at 11:49, Daniel-Constantin Mierla wrote: Haven't got time to get back to it -- hope to happen

Re: [SR-Users] DNS SRV when no NAPTR

2013-09-30 Thread Øyvind Kolbu
On 2013-09-30 at 09:36, Daniel-Constantin Mierla wrote: Hello, thanks for digging further, I will check it and commit if all looks good. Found an unrelated bug while testing more. If using dns_cache and use_dns_failover=off, it will not resolve A/-only hosts. Note that srv-lookups is

Re: [SR-Users] DNS SRV when no NAPTR

2013-09-30 Thread Daniel-Constantin Mierla
Hello, I'll check this one as well. Is this patch in addition to the previous one or combined? Cheers, Daniel On 9/30/13 10:16 AM, Øyvind Kolbu wrote: On 2013-09-30 at 09:36, Daniel-Constantin Mierla wrote: Hello, thanks for digging further, I will check it and commit if all looks good.

Re: [SR-Users] DNS SRV when no NAPTR

2013-09-30 Thread Øyvind Kolbu
On 30.09.2013 10:30, Daniel-Constantin Mierla wrote: Hello, I'll check this one as well. Is this patch in addition to the previous one or combined? Combined. The only new is adding: /* fallback all the way down to A/ */ if (he==0) { he=dns_get_he(name,dns_flags); } -- Øyvind

Re: [SR-Users] DNS SRV when no NAPTR

2013-09-30 Thread Olle E. Johansson
Öyvind, As you are digging into the SRV code - can you try to come up with a description how it works? I am particularly interested in how it handles IPv6 addresses and multiple A/ records for one name. Working on this in Asterisk as well as writing a new IETF draft about the IPv6 part...

Re: [SR-Users] [sr-dev] next irc devel meeting - proposed for Sep 12, 2013

2013-09-30 Thread Victor Seva
Hello, 2013/9/12 Daniel-Constantin Mierla mico...@gmail.com: - https://www.kamailio.org/wiki/devel/irc-meetings/2013b has anyone the IRC transcript of the meeting? Cheers, Victor ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

Re: [SR-Users] DNS SRV when no NAPTR

2013-09-30 Thread Øyvind Kolbu
On 30.09.2013 10:37, Olle E. Johansson wrote: Öyvind, As you are digging into the SRV code - can you try to come up with a description how it works? I am particularly interested in how it handles IPv6 addresses and multiple A/ records for one name. OK, I'll write a small description.

Re: [SR-Users] DNS SRV when no NAPTR

2013-09-30 Thread Daniel-Constantin Mierla
Hello, I applied the patch, thanks. For the future, please use tabs to indent the code, it is the format we use. Is there any issue left from what you found? It was not clear after looking quickly over the last emails if something else still needs to be investigated. Cheers, Daniel On

Re: [SR-Users] [sr-dev] next irc devel meeting - proposed for Sep 12, 2013

2013-09-30 Thread Henning Westerholt
Am Montag, 30. September 2013, 10:39:20 schrieb Victor Seva: 2013/9/12 Daniel-Constantin Mierla mico...@gmail.com: - https://www.kamailio.org/wiki/devel/irc-meetings/2013b has anyone the IRC transcript of the meeting? Hello Victor, I can provide this later today in the wiki. Regards,

Re: [SR-Users] Freezing development for Kamailio v4.1.0

2013-09-30 Thread Daniel-Constantin Mierla
Hello, a short reminder that we are one week before feature freeze for next major release. Cheers, Daniel On 9/16/13 9:31 AM, Daniel-Constantin Mierla wrote: Hello, discussed last week during IRC development meeting, we are approaching the time for getting out a new major release - to be

Re: [SR-Users] DNS SRV when no NAPTR

2013-09-30 Thread Øyvind Kolbu
On 30.09.2013 11:20, Daniel-Constantin Mierla wrote: Hello, I applied the patch, thanks. For the future, please use tabs to indent the code, it is the format we use. Thank you for committing it! I'll use tabs next time. Is there any issue left from what you found? It was not clear after

Re: [SR-Users] Freezing development for Kamailio v4.1.0

2013-09-30 Thread Timo Teras
On Mon, 30 Sep 2013 11:48:10 +0200 Daniel-Constantin Mierla mico...@gmail.com wrote: a short reminder that we are one week before feature freeze for next major release. I would like to incorporate the module from: https://github.com/rdboisvert/mohqueue Could you review it? I am willing to

Re: [SR-Users] kamailio ims configs?

2013-09-30 Thread tom secula
Thanks Carsten. My first attempt was to have the P/I/S-CSCFand MySQL all in separate vm'sbr/br/I will try one vm for everything now.br/br/Thx.br/br/Sent from Yahoo! Mail for iPad___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing

Re: [SR-Users] Freezing development for Kamailio v4.1.0

2013-09-30 Thread Olle E. Johansson
30 sep 2013 kl. 14:04 skrev Daniel-Constantin Mierla mico...@gmail.com: Hello, On 9/30/13 12:08 PM, Timo Teras wrote: On Mon, 30 Sep 2013 11:48:10 +0200 Daniel-Constantin Mierla mico...@gmail.com wrote: a short reminder that we are one week before feature freeze for next major release.

Re: [SR-Users] Communicate with Kamailio through external application

2013-09-30 Thread Charles Chance
Hi, You are not doing anything wrong - on very quick inspection of the code it appears you won't be able to issue the command via the xhttp_rpc module. So other than changing DB (although I assume you are using MSSQL for a very specific reason), it looks like you may have to stick to the

Re: [SR-Users] [sr-dev] next irc devel meeting - proposed for Sep 12, 2013 - chat log

2013-09-30 Thread Henning Westerholt
Am Montag, 30. September 2013, 11:31:13 schrieb Henning Westerholt: I can provide this later today in the wiki. Hello, the chat log can be found at the following URL in the wiki: http://www.kamailio.org/wiki/devel/irc-meetings/2013blog Regards, Henning Westerholt

[SR-Users] potential memory leak

2013-09-30 Thread Dragos Oancea
Hello We've put Kamailio on a machine with a SIP-Proxy role, we replaced another SIP proxy implementation. We started with the default 4Mb of PKG Memory and 1024 Mb of Shared Memory but we had messages like these in the logs: 2013-09-26 13:48:26,939  ERROR: app_perl [kamailioxs.xs:371]:

Re: [SR-Users] potential memory leak

2013-09-30 Thread Daniel-Constantin Mierla
Hello, what version are you running? Is it after the commit: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=341f810dca0cc0596e22f2ac1bca86de0b8d142d ? Cheers, Daniel On 9/30/13 3:59 PM, Dragos Oancea wrote: Hello We've put Kamailio on a machine with a SIP-Proxy role,

Re: [SR-Users] potential memory leak

2013-09-30 Thread Dragos Oancea
Hi Daniel, We are running Kamailio 4.0.3 . So it appears that yes, we have this commit. Regards, Dragos From: Daniel-Constantin Mierla mico...@gmail.com To: Dragos Oancea droan...@yahoo.com; Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org

Re: [SR-Users] potential memory leak

2013-09-30 Thread Daniel-Constantin Mierla
Hello, do you get errors like pv_sprintf: ERROR: wrong format ... from perl module? It looks like a leak in this error case. If not, can you compile with MEMDBG=1, then set memlog in config less that debug and run/test it for a while? Restart it and look at the logs at shut down to spot

[SR-Users] A Question kamailio SEMS

2013-09-30 Thread Camilo Bozo
Hello! I want configure kamailio sems, but i don’t know where configure the modules read ¿ as load modules so that one can read Kamailio? Thank’s! ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list

Re: [SR-Users] potential memory leak

2013-09-30 Thread Dragos Oancea
Hi Daniel, No, we don't see that kind of errors in the logs. We will try to provide some logs as soon as we have something relevant. Thank you! Regards, Dragos From: Daniel-Constantin Mierla mico...@gmail.com To: Dragos Oancea droan...@yahoo.com; Kamailio

Re: [SR-Users] pkg.stats problem

2013-09-30 Thread Vitaliy Aleksandrov
I found one place where tcpconn_put() never called after tcpconn_get(): --- a/msg_translator.c +++ b/msg_translator.c @@ -2509,9 +2509,11 @@ char* via_builder( unsigned int *len, } else if (con-rcv.proto==PROTO_WSS) { memcpy(line_buf+MY_VIA_LEN-4, WSS , 4);

Re: [SR-Users] Fwd: kamailio registering on back-end asterisk with username and password

2013-09-30 Thread Paul Penev
2013/9/29 Stoyan Mihaylov stoyan.v.mihay...@gmail.com: I think, it will be much better to plane reorganization of whole process. To start using Kamailio as registrar and load balance, and Asterisk as media servers, dial plan etc. I agree. This is the next for me. I kind of hope to use

Re: [SR-Users] pkg.stats problem

2013-09-30 Thread Peter Dunkley
On 30 September 2013 17:14, Vitaliy Aleksandrov vitalik.v...@gmail.comwrote: Could you please share why nathelper aggregates both WS and WSS transports to ws and then msg_translator have to detect the type of a connection to a destination to build correct via ? modules/nathelper/nathelper.c