[SR-Users] Error configuring kamailio with sql.

2015-04-13 Thread Satish Verma
Respected sir, I want to configure SIP voip server using tutorial ( http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour). i have configured everything on my ubuntu server as given in tutorial. but i am getting error while running start command ( /etc/init.d/kamailio start) the er

Re: [SR-Users] Timeout session Kamailio w/ rtpproxy v2

2015-04-13 Thread Carsten Bock
Hi Igor, i wrote that patch and that extension to Kamailio. Unfortunately, i never received any reply from the RTPProxy developers regarding my patch and i guess, it was never accepted or even reviewed. So i guess, RTP-Timeouts work only with the old, manually patched RTPProxy for the moment. Kin

Re: [SR-Users] Avoiding "script writer didn't release transaction" warnings

2015-04-13 Thread Alex Balashov
No, but I can think of many cases where a transaction won't exist 99% of the time. For the minority exotic cases, this is why manual transaction create/destroy functions are provided by TM. -- Alex Balashov | Principal | Evariste Systems LLC 303 Perimeter Center North, Suite 300 Atlanta, GA 3034

Re: [SR-Users] Avoiding "script writer didn't release transaction" warnings

2015-04-13 Thread Mickael Marrache
Can you think of a case where one wants to reply stateless even if a transaction exists? -Original Message- From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex Balashov Sent: Monday, April 13, 2015 9:06 PM To: Mickael Marrache Subject: Re: [SR-Users] Avoiding "s

Re: [SR-Users] Avoiding "script writer didn't release transaction" warnings

2015-04-13 Thread Alex Balashov
Kamailio has a send_reply() function that accomplishes this for manually issued replies, but that won't help with internally generated replies by the registrar, since these are automatic. As to a registrar patch, it's up to Daniel, but my personal opinion is that it's not practical to go throug

Re: [SR-Users] Avoiding "script writer didn't release transaction" warnings

2015-04-13 Thread Mickael Marrache
Does Kamailio have a way to determine if to use the TM or SL module to send the reply? If yes, maybe the right solution is to modify the REGISTRAR sources to use it. I know OpenSIPS has a module called SIGNALING that allows exactly that. -Original Message- From: sr-users [mailto:sr-users

Re: [SR-Users] Avoiding "script writer didn't release transaction" warnings

2015-04-13 Thread Alex Balashov
On 04/13/2015 01:54 PM, Alex Balashov wrote: Your interpretation is correct; an SL final reply within a context where a transaction exists will trigger the error. Well, more pedantically, exiting script following an SL final reply in a context where a transaction exists is what will trigger t

Re: [SR-Users] Avoiding "script writer didn't release transaction" warnings

2015-04-13 Thread Alex Balashov
Your interpretation is correct; an SL final reply within a context where a transaction exists will trigger the error. A safe approach is: if(t_lookup_request()) t_release(); -- Alex Balashov | Principal | Evariste Systems LLC 303 Perimeter Center North, Suite 300 Atlanta, GA 30346 Un

Re: [SR-Users] Avoiding "script writer didn't release transaction" warnings

2015-04-13 Thread Mickael Marrache
Any idea? From: Mickael Marrache [mailto:mickaelmarra...@gmail.com] Sent: Thursday, April 09, 2015 2:08 PM To: sr-users@lists.sip-router.org Subject: RE: Avoiding "script writer didn't release transaction" warnings I think understand in which case it happens. When I receive a REGISTER,

Re: [SR-Users] Maximum feasible size of htable?

2015-04-13 Thread Brooks Bridges
Thanks Daniel The average item will be relatively small (10 digits for the key, and 7 to 10 digits for the value), and the quantity will be approximately 300-350 million entries. I do not expect it to require reloading or updating very frequently. Perhaps once or twice a month. As far as the

Re: [SR-Users] CDR fields are all strings

2015-04-13 Thread Mickael Marrache
We are using MongoDB and all the values are inserted as strings. I also tried using the time_mode and time_format parameters, but it looks like they are only relevant for transactions accounting. Regarding the duration, it is set as a string for any backend. I think this behavior strong

[SR-Users] Timeout session Kamailio w/ rtpproxy v2

2015-04-13 Thread Igor Potjevlesch
Hi everyone, I've sent my request on the rtpproxy google group without answer so try here. I'm using Kamailio 4.2.3 (and few older versions) with the new release of rtpproxy. I can't get the info of a session timeout (-n or -i options) from rtpproxy to my Kamailio proxy, using -n and the timeout

[SR-Users] Sipml5-Kamailio -RtpEngine -ThridpartySipServers- Not all sip servers working

2015-04-13 Thread Karthik Kondapaneni
Dear experts , I am using this setup . Sipml5 webrtc client(chrome) -> Kamailio with RTP engine --> ThridpartySip Server kamalio will act as mediator between webRTC client and NonWebRTC sip server . User will be registered on sip server and calls will be terminated to PSTN . This set

Re: [SR-Users] CDR fields are all strings

2015-04-13 Thread Daniel-Constantin Mierla
Hello, On 13/04/15 11:48, Mickael Marrache wrote: > > Hi, > > > > Why are all the CDR fields inserted as strings? > > > > For extra fields, I can understand it is easier to implement. However, > for the built in fields (e.g. duration), we need to perform queries > based on duration and time a

[SR-Users] CDR fields are all strings

2015-04-13 Thread Mickael Marrache
Hi, Why are all the CDR fields inserted as strings? For extra fields, I can understand it is easier to implement. However, for the built in fields (e.g. duration), we need to perform queries based on duration and time and it is not really possible using strings. I see that the time fiel

[SR-Users] End time in CDR

2015-04-13 Thread Mickael Marrache
Hi, Very short question. Why the time at which the dialog ended is also included in the CDRs? There already are the start time and duration. Is it there to avoid end time computation? Mickael ___ SIP Express Router (SER) and Kamailio

Re: [SR-Users] Dialog based CDRs and failed dialogs

2015-04-13 Thread Mickael Marrache
Hi, I added your changes to my deployments. Thanks! From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Friday, April 03, 2015 12:54 PM To: Mickael Marrache; 'Kamailio (SER) - Users Mailing List' Subject: Re: [SR-Users] Dialog based CDRs and failed dialogs OK, I will lo

Re: [SR-Users] MULTIDOMAIN Environment

2015-04-13 Thread Daniel-Constantin Mierla
Hello, On 10/04/15 15:30, Bruno Emer wrote: > Hello Daniel! > > Thanks for your help again!! > > I placed the instruction just after the "authentication" and now it is > working as I want! welcome, good to hear you got it going! Cheers, Daniel > > > > Bruno Emer > *_ > _* > *_ > _* > > > 2015-0

Re: [SR-Users] Maximum feasible size of htable?

2015-04-13 Thread Daniel-Constantin Mierla
Hello, On 11/04/15 00:17, Brooks Bridges wrote: > > I have a small-ish project that could benefit from using an htable for > storage of very basic data that doesn’t change much, and I’d like to > get an idea of what the group’s experience is with storing larger > amounts of data? Something in th

Re: [SR-Users] Welcome to the "Users" mailing list

2015-04-13 Thread Daniel-Constantin Mierla
Hello, can you share the parts of the config for: - parameters of nathelper and rtpproxy modules - actions in routing blocks used to engage rtpproxy (the functions and the parameters from nathelper and rtpproxy) Apparently you have some wrong configuration options there. Cheers, Daniel On 10/0

Re: [SR-Users] TLS & log files

2015-04-13 Thread Daniel-Constantin Mierla
Hello, On 11/04/15 14:54, Tributh wrote: > Hi, > is there any way to configure the tls curve like secp384r1 in the config? > I use actually version 4.2.4 > On the other side i can't see any connection Information in the logs. > I would like to see something like: "Connected with TLSv1.1 using ciph