Re: [SR-Users] [sr-dev] dns resolver issue (RFC3263)

2012-12-05 Thread MÉSZÁROS Mihály
rt, proto, 0, 0); + /* fallback to srv lookup */ + no_naptr_srv_sip_resolvehost(name,port,proto); Shouldn't be like: he = no_naptr_srv_sip_resolvehost(name,port,proto); Cheers, Daniel On 11/30/12 10:31 AM, MÉSZÁROS Mihály wrote: Hi, On 2012-11-30 09:07, Daniel-Constantin Mierla wrote: He

Re: [SR-Users] [sr-dev] dns resolver issue (RFC3263)

2012-11-30 Thread MÉSZÁROS Mihály
Hi, On 2012-11-30 09:07, Daniel-Constantin Mierla wrote: Hello, On 11/19/12 10:18 AM, MÉSZÁROS Mihály wrote: Hi Daniel, On 2012-11-14 12:51, Daniel-Constantin Mierla wrote: Hello, On 11/12/12 10:50 AM, MÉSZÁROS Mihály wrote: Hi, I made some progress. As I stated before, I made a patch

Re: [SR-Users] [sr-dev] dns resolver issue (RFC3263)

2012-11-19 Thread MÉSZÁROS Mihály
Hi Daniel, On 2012-11-14 12:51, Daniel-Constantin Mierla wrote: Hello, On 11/12/12 10:50 AM, MÉSZÁROS Mihály wrote: Hi, I made some progress. As I stated before, I made a patch and submitted to git branch misi/dns_srv. I tested with dns cache. It works for me. I made it also available for

Re: [SR-Users] [sr-dev] dns resolver issue (RFC3263)

2012-11-12 Thread MÉSZÁROS Mihály
s according to local priority. These config options could be reused. See dns_udp_pref/dns_tcp_pref/... options in doc/dns.txt regards Klaus On 29.10.2012 16:33, MÉSZÁROS Mihály wrote: Hi All, I am experiencing an issue when i try to contact x...@cisco.com. I found that kamailio/sip-router can&

Re: [SR-Users] [sr-dev] dns resolver issue (RFC3263)

2012-11-06 Thread MÉSZÁROS Mihály
according to local priority. These config options could be reused. See dns_udp_pref/dns_tcp_pref/... options in doc/dns.txt regards Klaus On 29.10.2012 16:33, MÉSZÁROS Mihály wrote: Hi All, I am experiencing an issue when i try to contact x...@cisco.com. I found that kamailio/sip-router can't re

[SR-Users] dns resolver issue (RFC3263)

2012-10-29 Thread MÉSZÁROS Mihály
Hi All, I am experiencing an issue when i try to contact x...@cisco.com. I found that kamailio/sip-router can't resolve by default resolving way a TCP + SRV records from domain cisco.com. e.g. cisco.com misi@alma:~$ host -t NAPTR cisco.com cisco.com has no NAPTR record misi@alma:~$ h

[SR-Users] New module: presence_profile

2011-11-21 Thread MÉSZÁROS Mihály
Hello All, I've committed a new module named 'presence_profile' which provides UA config provisioniong according RFC6080. http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=commitdiff;h=cd356bc0ffe4dc5ca75c07a230cfc2cbd3ddd852 The README describes the module function: http://git.sip

Re: [SR-Users] very basic handling for ua-profile event

2011-10-19 Thread Mészáros Mihály
Hello Daniel, I will maintian this modul no problem. 2011.10.19. 13:38 keltezéssel, Daniel-Constantin Mierla írta: Hello Misi, thank you for your contribution. I see that the additions include a new module and some patches. From quick analyze, the one for modules/tls/Makefile is not needed,

[SR-Users] very basic handling for ua-profile event

2011-10-17 Thread MÉSZÁROS Mihály
Hi, Please find attached a new _very_ basic presence modul to make available user profile provisioning as it stated in RFC6080. Best Regards, Misi >From 6afefa9aea84e0e2d1d4bc06b19bd77d7c3631e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Thu, 29 Sep 2011

Re: [SR-Users] db_mysql "Commands out of sync; you can't run this command now "

2011-09-05 Thread MÉSZÁROS Mihály
Hello Daniel, Thank You, and many thanks to Alex too! The fix you made is working fine for me. Cheers, Misi ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/m

[SR-Users] tls + tcp problems

2011-09-05 Thread MÉSZÁROS Mihály
Hi, I am experiencing two problem: First: I am experiencing that tls read buffer overflow, if i use default value of tcp_rd_buf_size If i doubled the size of read buffer and i use tcp_rd_buf_size=8192 then the problem seems to be solved. Second: I am experiencing that TLS connection is dr

Re: [SR-Users] db_mysql "Commands out of sync; you can't run this command now "

2011-08-31 Thread MÉSZÁROS Mihály
2011-08-31 12:18 keltezéssel, Daniel-Constantin Mierla írta: Hello, On 8/31/11 10:49 AM, MÉSZÁROS Mihály wrote: Hi Daniel, Thank You for your reply! - if (!ul_dbh) - ul_dbh = ul_dbf.init(&db_url); /* Get a new database connection */ + ul_dbh = ul_dbf.init(&am

Re: [SR-Users] db_mysql "Commands out of sync; you can't run this command now "

2011-08-31 Thread MÉSZÁROS Mihály
solution? Thanks, Misi 2011-08-29 22:44 keltezéssel, MÉSZÁROS Mihály írta: Hi, With this debug i can see that all tcp connections are using the same db connection(18549). Any suggestion highly appreciated! Please read collected information on the bottom of my email. Misi --- a/modules_k/usrloc/

Re: [SR-Users] db_mysql "Commands out of sync; you can't run this command now "

2011-08-30 Thread MÉSZÁROS Mihály
, Misi 2011-08-29 22:44 keltezéssel, MÉSZÁROS Mihály írta: Hi, With this debug i can see that all tcp connections are using the same db connection(18549). Any suggestion highly appreciated! Please read collected information on the bottom of my email. Misi --- a/modules_k/usrloc/Makefile +++ b

Re: [SR-Users] db_mysql "Commands out of sync; you can't run this command now "

2011-08-29 Thread MÉSZÁROS Mihály
eceiver_9501 2011-08-29 14:00 keltezéssel, Alex Hermann írta: On Monday 29 August 2011, MÉSZÁROS Mihály wrote: I am experiencing that in usrloc module, still more then one worker process share the same sql connection: I'm sorry, the first patch was totally bogus. Due to the forking of

Re: [SR-Users] db_mysql "Commands out of sync; you can't run this command now "

2011-08-29 Thread MÉSZÁROS Mihály
db_mysql [km_dbase.c:129]: driver error on query: Commands out of sync; you can't run this command now Aug 29 17:10:16 hal /usr/sbin/kamailio[24003]: ERROR: [db_query.c:242]: error while submitting query Aug 29 17:10:16 hal /usr/sbin/kamailio[24003]: ERROR: usrloc [urecord.c:426]: failed

Re: [SR-Users] db_mysql "Commands out of sync; you can't run this command now "

2011-08-29 Thread MÉSZÁROS Mihály
Hi, Thank You Alex for your help! Others? Daniel? Can You please help me? Thanks, Misi 2011-08-29 13:09 keltezéssel, Alex Hermann írta: On Monday 29 August 2011, MÉSZÁROS Mihály wrote: Your patch didn't work for me. The kamailio didn't start if i use "if ( _rank != P

Re: [SR-Users] db_mysql "Commands out of sync; you can't run this command now "

2011-08-29 Thread MÉSZÁROS Mihály
13:45 keltezéssel, Alex Hermann írta: On Sunday 28 August 2011, MÉSZÁROS Mihály wrote: I attached the log file. If you need detailed log/higher log level, then please let me know. usrloc seems to be using the same connection from multiple processes: pid: 18389 and 18391, connection: 0xb7387d5c

Re: [SR-Users] db_mysql "Commands out of sync; you can't run this command now "

2011-08-28 Thread MÉSZÁROS Mihály
s to it is not synchronized -- there were no changes afaik that could introduce such situation. Thanks, Daniel On 8/27/11 10:14 PM, MÉSZÁROS Mihály wrote: Hi, I am using the git version of kamailio, and i am experiencing problem This message is repeated in log with all kind of mysql query (insert

[SR-Users] db_mysql "Commands out of sync; you can't run this command now "

2011-08-27 Thread MÉSZÁROS Mihály
Hi, I am using the git version of kamailio, and i am experiencing problem This message is repeated in log with all kind of mysql query (insert/delete/select) Aug 27 22:04:05 hal /usr/sbin/kamailio[25681]: ERROR: db_mysql [km_dbase.c:124]: driver error on query: Commands out of sync; you can't

Re: [SR-Users] E2E ACK is not logged with siptrace modul kamailio

2011-08-22 Thread MÉSZÁROS Mihály
Hi Daniel 1. modul purple is not compiled for me. hal:/usr/local/src/sip-router/modules_k/purple# make CC (gcc) [M purple.so] clientpipe.o In file included from purple.h:23, from clientpipe.c:28: /usr/include/libpurple/status.h:93: error: expected specifier-qualifier-list before ‘gpointer’ ma

Re: [SR-Users] E2E ACK is not logged with siptrace modul kamailio

2011-08-18 Thread MÉSZÁROS Mihály
rwarded ACKs: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9d8df2527d13878cee23af5b14f142a0cc4cd878 An example of usage would be: onsend_route { } Let me know if it works. Cheers, Daniel On 8/13/11 9:46 PM, Mészáros Mihály wrote: Hi Daniel, Thank you for looking after

Re: [SR-Users] E2E ACK is not logged with siptrace modul kamailio

2011-08-13 Thread Mészáros Mihály
it in siptrace module and have it working properly to store the outgoing ACKs. I will try to do it asap. Cheers, Daniel On 8/11/11 9:23 PM, MÉSZÁROS Mihály wrote: Hello Daniel, I appreciate highly your help! Cheers, Misi 2011-08-11 20:41 keltezéssel, Daniel-Constantin Mierla írta: Hello, I will

Re: [SR-Users] E2E ACK is not logged with siptrace modul kamailio

2011-08-11 Thread MÉSZÁROS Mihály
, throwing ideas, bad or good, the conclusion comes after some analysis and help from the others. It's hard to know everything and who does not care does not participate. Cheers, Daniel On 8/11/11 4:32 PM, MÉSZÁROS Mihály wrote: Hi Daniel, I put on setflag before WITHINDLG, so AFAIK the ACK

Re: [SR-Users] E2E ACK is not logged with siptrace modul kamailio

2011-08-11 Thread MÉSZÁROS Mihály
+<90>P ^^WO<97>1?1<9F>X Aug 11 11:42:06 hal /usr/sbin/kamailio[24381]: DEBUG: [usr_avp.c:646]: DEBUG:destroy_avp_list: destroying list (nil) Thanks, Misi 2011-08-11 15:38 keltezéssel, Daniel-Constantin Mierla írta: Hello, E2E ACK is getting to configuration file r

[SR-Users] E2E ACK is not logged with siptrace modul kamailio

2011-08-11 Thread MÉSZÁROS Mihály
Hi, I want to see all incoming and outgoing sip messages in sip trace table, but i am missing messages. I am using TLS so i can't see really trace the conversation only this way. I am wondering if it is know limitation, or an issue: I am experiencing that E2E ACK is not logged in siptrace tabl

[SR-Users] kamailio with module_s/domain modul

2011-03-17 Thread MÉSZÁROS Mihály
Hi, Is it possible to use kamailio with module_s/domain.so modul? Could be any known problem occur if i want to use kamailio deb packages with module_s/domain.so? Kamailio has an up2date debian packages unlike ser, but i need modul_s/domain.so modul functionality to manage multiple domain. Th

Re: [SR-Users] multidomain: running multiple kamailio on one host

2010-11-08 Thread MÉSZÁROS Mihály
u agree or disagree with me. And if i am wrong, then please point out where i am wrong. Many Thanks! Misi 2010-11-05 18:19 keltezéssel, MÉSZÁROS Mihály írta: 2010-11-05 09:31 keltezéssel, Alex Balashov írta: On 11/05/2010 04:10 AM, MÉSZÁROS Mihály wrote: Hello all! Is there any known prob

Re: [SR-Users] multidomain: running multiple kamailio on one host

2010-11-05 Thread MÉSZÁROS Mihály
2010-11-05 09:31 keltezéssel, Alex Balashov írta: On 11/05/2010 04:10 AM, MÉSZÁROS Mihály wrote: Hello all! Is there any known problem to run multiple kamailio/sip-router instance in one host. I need this to handle multidomain situation. The multidomain what is built in is not satisfactory

[SR-Users] multidomain: running multiple kamailio on one host

2010-11-05 Thread MÉSZÁROS Mihály
Hello all! Is there any known problem to run multiple kamailio/sip-router instance in one host. I need this to handle multidomain situation. The multidomain what is built in is not satisfactory, because the UA-s what are from varying vendors. And some has strange or a very limited SIP imple

Re: [SR-Users] kamailio-3.1.0+lenny3 + siptrace

2010-10-13 Thread MÉSZÁROS Mihály
Thank You!! Cheers, Misi 2010-10-13 13:24 keltezéssel, Daniel-Constantin Mierla írta: Hello, On 10/13/10 12:36 PM, MÉSZÁROS Mihály wrote: Hello Daniel! Please find attached the backtrace. thanks, I committed the fix for it - take the latest 3.1 branch. For 3.1 I added that sl module runs

Re: [SR-Users] kamailio-3.1.0+lenny3 + siptrace

2010-10-13 Thread MÉSZÁROS Mihály
ers, Daniel On 10/13/10 10:42 AM, MÉSZÁROS Mihály wrote: Hello for 1. send the backtrace. I don't have the core file, as you can see in the log: "core was not generated" I set already this flag to yes, but you can see it is not generating core file. hal:/# cat /etc/default/k

Re: [SR-Users] kamailio-3.1.0+lenny3 + siptrace

2010-10-13 Thread MÉSZÁROS Mihály
se suggest what should i change to generate the core file? For 2. is not a duplicate, one is the incoming message and second is outgoing message, see the direction field. Thanks in advance! Misi Cheers, Daniel On 10/13/10 7:51 AM, MÉSZÁROS Mihály wrote: Hello! I am still experiencing t

Re: [SR-Users] kamailio-3.1.0+lenny3 + siptrace

2010-10-12 Thread MÉSZÁROS Mihály
: out Can you please help me? Many Thanks, Misi 2010-10-11 20:27 keltezéssel, Daniel-Constantin Mierla írta: On 10/11/10 8:20 PM, MÉSZÁROS Mihály wrote: 2010-10-11 17:56 keltezéssel, Daniel-Constantin Mierla írta: On 10/11/10 4:18 PM, MÉSZÁROS Mihály wrote: Hello, is there any other err

Re: [SR-Users] kamailio-3.1.0+lenny3 + siptrace

2010-10-11 Thread MÉSZÁROS Mihály
2010-10-11 20:31 keltezéssel, Jon Bonilla (Manwe) írta: El Mon, 11 Oct 2010 20:20:30 +0200 MÉSZÁROS Mihály escribió: I followed your instructions, so it is working now. (compiled from latest 3.1 git head) Could you please update the debian repository too correct this issue? deb http

Re: [SR-Users] kamailio-3.1.0+lenny3 + siptrace

2010-10-11 Thread MÉSZÁROS Mihály
2010-10-11 17:56 keltezéssel, Daniel-Constantin Mierla írta: On 10/11/10 4:18 PM, MÉSZÁROS Mihály wrote: Hello, is there any other error message before this one. Siptrace module prints its own messages in error cases. No! The only error return without message was related to trace flag

Re: [SR-Users] kamailio-3.1.0+lenny3 + siptrace

2010-10-11 Thread MÉSZÁROS Mihály
Hello, is there any other error message before this one. Siptrace module prints its own messages in error cases. No! You can see in this longer log what i cutted out, that no other error message presented in near environment, no ERROR only DEBUG messages. Oct 11 12:42:56 hal /usr/sbin/kam

[SR-Users] kamailio-3.1.0+lenny3 + siptrace

2010-10-11 Thread MÉSZÁROS Mihály
Hello all! I am getting the following problem with 3.1.0 kamailio: ERROR: [sr_module.c:875]: init_mod(): Error while initializing module siptrace (/usr/lib/kamailio/modules_k/siptrace.so) config: loadmodule "siptrace.so" # - siptrace params - modparam("siptrace", "db_url", "mysql: