Re: [SR-Users] kamailio with oracle data base

2019-01-24 Thread Diego Nadares
These last 3 lines were pasted by error I think. *= ODBC for Oracle* *= /usr/lib/oracle/12.1/client64/lib/libsqora.so.12.1* *= 1* Cheers. Diego El jue., 24 ene. 2019 a las 10:52, Diego Nadares () escribió: > Hi eyas! > > I used db_unixodbc module to connect with oracle. > > I h

Re: [SR-Users] kamailio with oracle data base

2019-01-24 Thread Diego Nadares
Hi eyas! I used db_unixodbc module to connect with oracle. I had to configure these files. vim /etc/odbc.ini [mydb] Driver = ORACLE DSN = ORACLE ServerName = MyDB UserID = proxysip Password = proxysip vim /etc/odbcinst.ini [ORACLE] Description Driver FileUsage Driver Logging = 7 = ODBC for

Re: [SR-Users] tcp Free fragment not found

2018-10-17 Thread Diego Nadares
Hi guys, Any hint? Thanks again. Diego. El El mar, 9 oct. 2018 a las 09:03, Diego Nadares escribió: > > > -- Mensaje reenviado ----- > De: Diego Nadares > Fecha: El vie, 5 oct. 2018 a las 15:46 > Asunto: Re: [SR-Users] tcp Free fragment not found > Para: Dan

[SR-Users] Fwd: tcp Free fragment not found

2018-10-09 Thread Diego Nadares
-- Mensaje reenviado - De: Diego Nadares Fecha: El vie, 5 oct. 2018 a las 15:46 Asunto: Re: [SR-Users] tcp Free fragment not found Para: Daniel-Constantin Mierla Hi Daniel, Sorry for the delay. -M 32 -m 128 Should I increase any/both of these params? Thanks again! Diego

Re: [SR-Users] tcp Free fragment not found

2018-10-03 Thread Diego Nadares
12638 refcnt 1 Is there any stat to see? Or any additional configuration to make? Here is my tcp related config tcp_connection_lifetime=3605 tcp_conn_wq_max=3000 tcp_rd_buf_size=5273226 We are running kamilio 4.4.5 Thanks in advance! Diego El vie., 26 may. 2017 a las 16:12, Diego

Re: [SR-Users] rtjson + uac + event - OK, ACK and BYE display name not updated

2018-01-30 Thread Diego Nadares
Hi guys, This is a bit old BUT I would like to make the pull request. Anyone knows the steps to do it? Thanks. 2018-01-30 14:12 GMT-03:00 Diego Nadares <dnada...@gmail.com>: > Hi guys, > > This is a bit old buy I would like to make the pull request. Anyone knows &g

Re: [SR-Users] rtjson + uac + event - OK, ACK and BYE display name not updated

2018-01-30 Thread Diego Nadares
highlighting again the benefits of open source. > > Of course, make a pull request on github.com/kamailio/kamailio project > and it will be accepted if all ok with the patch. I expect to be useful for > others. > > Cheers, > Daniel > > On 08/12/2016 05:27, Diego Nadares w

Re: [SR-Users] PCSCF Access denied issue

2017-12-29 Thread Diego Nadares
Hi, I'm sorry. I thought you did it just for root. Cheers. El El vie, 29 dic. 2017 a las 07:32, Raghavender escribió: > Hi Diego, > > We have tried to execute given command to grant all permissions to > database, but still we get the same error. > > > Regards, > Raghu >

Re: [SR-Users] PCSCF Access denied issue

2017-12-27 Thread Diego Nadares
Hi, i don't know what pcscf is but it's seems to be a privilege issue. Have you tried this? *GRANT ALL privileges ON *.* TO '*pcscf'@'pcscf.net1.test' *IDENTIFIED BY 'passconfigured';* **.* should be the database you are trying to connect to. * *Cheers,* *Diego* El El mié, 27 dic.

Re: [SR-Users] Contacts in 302

2017-11-03 Thread Diego Nadares
o > which it is addressed and may contain confidential and/or privileged > material. Any review, retransmission, dissemination or other use of, or > taking of any action in reliance upon, this information by persons or > entities other than the intended recipient is prohibited. If you recei

Re: [SR-Users] Contacts in 302

2017-11-02 Thread Diego Nadares
$var(i) = $var(i) + 1; } send_reply("302", "Moved Temporarily"); exit; } Contact: *<@188.111.111.112 <sip%3A@188.111.111.112>>*, < sip:@188.111.111.112>;q=0.5, <sip:@188.111.111.11

[SR-Users] Contacts in 302

2017-11-02 Thread Diego Nadares
Hi Guys, I'm generating a 302 reply from kamailio. In this 302 I append new branches with new contacts. if($var(routing)=~"redirect"){ jansson_get("contacts_len", "$var(evmsg)", "$var(contacts_len)"); xlog("L_INFO", "Contacts len $var(contacts_len)");

Re: [SR-Users] sipp audio file

2017-09-19 Thread Diego Nadares
793/ > > -- > Regards, > > Arsen Semionov > eurolan.info > cell: +442035198881 <+44%2020%203519%208881> > > On Tue, Sep 19, 2017 at 7:20 PM, Diego Nadares <dnada...@gmail.com> wrote: > >> Hi guys, >

[SR-Users] sipp audio file

2017-09-19 Thread Diego Nadares
Hi guys, Any body know how to create pcap (with audio) file to use with sipp? I tried with wireshark capturing rtp but I'm doing something wrong i think. Thanks! Diego ___ Kamailio (SER) - Users Mailing List

Re: [SR-Users] sdp extra \r\n in multipart body

2017-08-29 Thread Diego Nadares
Hi Diego. > > Please find attached pcap from my production equipment. > > If you need more info - please let me know. > > -- > Best regards, > Sergey Basov e-mail: sergey.v.ba...@gmail.com > > 2017-08-25 16:59 GMT+03:00 Diego Nadares <dnada..

[SR-Users] Fwd: sdp extra \r\n in multipart body

2017-08-22 Thread Diego Nadares
queBoundary-- > > is on next line. > > Maybe is the fault of the code extracting sdp from multi-part body. Open > an issue on github bug tracker not to forget about it. If nobody looks at > it, I will try to do it, but it may take few days given traveling. > > Cheers, > Da

[SR-Users] Display name in contact

2017-07-17 Thread Diego Nadares
Hi guys, Is possible to cut change/delete display name in contact header? Does this breaks something? Cheers, Diego. ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Kamailio and XMLRPC commands with POST

2017-05-22 Thread Diego Nadares
Hi Olli, Did you configure kamailio to listen on tcp:127.0.0.1:5060? Cheers, Diego > El 22 may. 2017, a las 09:06, Diego Nadares <dnada...@gmail.com> escribió: > > Hi Olli, > > Did configure kamailio to listen on tcp:

Re: [SR-Users] Kamailio and XMLRPC commands with POST

2017-05-22 Thread Diego Nadares
Hi Olli, Did configure kamailio to listen on tcp:127.0.0.1? Diego > El 22 may. 2017, a las 02:54, Olli Attila escribió: > > Hi, > > I'm using kamailio 5.0.0 and trying to use core commands through xmlrpc > interface but the requests are failing towards Kamailio. > I

Re: [SR-Users] IP Address used for outgoing Packets?

2017-05-13 Thread Diego Nadares
Hi! Did you try with mhomed=1 ? Cheers, Diego 2017-05-13 21:40 GMT-03:00 Keith Whyte : > Hi All, > > tl;dr - Kamailio is sending traffic to the Voip server with a source IP > of the private (vpn) interface. > > For some weeks, I've been experimenting with Kamailio v

Re: [SR-Users] Kamailio ro user

2017-05-10 Thread Diego Nadares
;, "db_url", "dbdriver://username:password@dbhost/dbname") ... Diego > El 10 may. 2017, a las 07:27, Diego Nadares <dnada...@gmail.com> escribió: > > Hi, > > Your db_url in kamailio.cfg for the module you are using is correct? > > Cheers, >

Re: [SR-Users] Kamailio ro user

2017-05-10 Thread Diego Nadares
Hi, Your db_url in kamailio.cfg for the module you are using is correct? Cheers, Diego > El 10 may. 2017, a las 04:32, Донат Зеничев > escribió: > > Yes, I saw this part of kamailio doc, and even I added this part in my.cnf: > [kamailio] > socket =

Re: [SR-Users] rtpengine cpu usage

2017-05-03 Thread Diego Nadares
$avp(rtpengine) = "1"; #rtpengine_manage("direction=pub direction=pub replace-origin replace-session-connection RTP/AVP ICE=remove"); rtpengine_manage("direction=pub direction=pub replace-origin repl

[SR-Users] rtpengine cpu usage

2017-05-03 Thread Diego Nadares
Hi guys, I'm using rtpengine (compiled from source) and I see a lot of difference in cpu usage comparing with rtpproxy. Is this normal? With 600 calls: cpu *41.7%* rtpengine #rtpengine threads 4 # lscpu Architecture: x86_64 CPU op-mode(s):32-bit, 64-bit Byte Order:

Re: [SR-Users] Oracle and package function

2017-05-03 Thread Diego Nadares
Ovidiu Sas > > On Sat, Apr 29, 2017 at 2:28 AM, Diego Nadares <dnada...@gmail.com> wrote: > > Hi list, > > > > I compiled db_unixodbc and sqlops to connect with oracle db. I have a > > function that has dml inside. Because of this I can't just execute > 'se

Re: [SR-Users] acces $dlg_var in failure_route

2017-05-03 Thread Diego Nadares
s can have only string values, but you compare > $dlg_var(v1) with integer 0. > > Then you set $dlg_var(v1) to "1" and in the next IF block you print > $dlg_var(v2). > > Did you set $dlg_var(v2) somewhere? > > Cheers, > Daniel > > On 26.04.17 17:42, Di

Re: [SR-Users] Date Time with microsec

2017-04-27 Thread Diego Nadares
Is this possible? 2017-04-27 23:00 GMT-03:00 Diego Nadares <dnada...@gmail.com>: > Hi Guys, > > Is to convert or obtain > > $TV(s) - seconds (cached at first call per sip message) > $TV(u) - microseconds (cached at first call per sip message) > > to datetime.microse

[SR-Users] Date Time with microsec

2017-04-27 Thread Diego Nadares
Hi Guys, Is to convert or obtain $TV(s) - seconds (cached at first call per sip message) $TV(u) - microseconds (cached at first call per sip message) to datetime.microsecs? I'm trying to save 180/183 datetime (cached) like -MM-DD HH:mm:SS.microsecs $dlg_var(ring_time) = $timef(%Y-%m-%d

[SR-Users] to tag length

2017-04-18 Thread Diego Nadares
Hi guys, Does exist a max length for to tag? Because I'm saving dialogs in mysql and yesterday a message had a to tag greater than varchar 64. db_mysql_submit_query(): driver error on query: Data too long for column 'to_tag' at row 1 The length of the to tag was 65

Re: [SR-Users] Disable DNS

2017-04-11 Thread Diego Nadares
Thanks, I will take this into account. Cheers, Diego 2017-04-11 10:01 GMT-03:00 Daniel-Constantin Mierla <mico...@gmail.com>: > > > On 10.04.17 17:34, Diego Nadares wrote: > > Hi Daniel, > > Thanks for your response. Your suggestion helped me a lot. We don't use >