Re: [SR-Users] Presence: Notify on publication status refresh

2016-01-27 Thread Aleš Šturm
Daniel, would you be willing to prepare a correction? I can test the solution. Another question regarding NOTIFY: is it possible to catch negative response (4xx or timeout if no answer from UA) on sent NOTIFY (after handle_publish or handle_subscribe) in any of routing blocks (failure_route, ...

Re: [SR-Users] Kamailio IMS deployment

2016-01-27 Thread sainath.ellendula
Hi Basit, Thanks for response. I have tried the below commands to grant all privileges. The commands results OK. Still I was facing the same issue which is mentioned in trailing mail. Could anyone guide me here to proceed further. Any suggestions/solutions would be very helpful. Regards, Sainath

Re: [SR-Users] Is "new_conn_alias_flags" supported/recommended? It seems to solve my NAT problem, but I'm worried it's not safe.

2016-01-27 Thread Cody Herzog
Hello. I've done some local testing of my changes to 'cfg.lex' and 'cfg.y'. The changes are pretty small. I just added a few lines so that 'tcp_new_conn_alias_flags' can be parsed as global option in the config file. How would you recommend that I proceed? Should I submit to the master branch an

Re: [SR-Users] Kamailio Social Event at Fosdem 2016

2016-01-27 Thread Abdul Basit
Hi Daniel, Is it possible to record the session for the people who are out of country and share out the link after the session?. thx regards,AB > To: neuh...@tyntec.com; sr-users@lists.sip-router.org > From: mico...@gmail.com > Date: Wed, 27 Jan 2016 17:06:23 +0100 > Subject: Re: [SR-Users] Kama

Re: [SR-Users] kamailio 4.4 writes wrong expires parameter at the database

2016-01-27 Thread Phil Lavin
The setting is a maximum so if the UA offers a time less than the maximum, the UA’s value will be used instead. If you wish for the UAs to always decide this, set the maximum to a high value. Phil From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Yuriy Gorlichenko Sent

Re: [SR-Users] kamailio 4.4 writes wrong expires parameter at the database

2016-01-27 Thread Yuriy Gorlichenko
All default. I understand my mistake. I thought that kamailio stores Expires value for each registration it internal variable. but it seems that it is not stores and sets default value from registrar module parametr when registration saves by reply. 2016-01-27 20:29 GMT+03:00 Phil Lavin : > What

Re: [SR-Users] kamailio 4.4 writes wrong expires parameter at the database

2016-01-27 Thread Phil Lavin
What is the expiry in the reply from Kamailio to the registration? What is the value you have set for registrar module max_expires param? Phil From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Yuriy Gorlichenko Sent: 27 January 2016 16:59 To: Kamailio (SER) - Users Mai

Re: [SR-Users] Fwd: Invalid Configuration File

2016-01-27 Thread Sunil More
Hello Andrew, Seems like the config file is not able to find the modules. Can you check the modules path. Compare the modules path in both the files. Regards, Sunil More On Jan 27, 2016 7:36 PM, "Andrew J. Smith" wrote: > Hello! > > I followed this tutorial > (http://kb.asipto.com/kamailio:skyp

[SR-Users] kamailio 4.4 writes wrong expires parameter at the database

2016-01-27 Thread Yuriy Gorlichenko
I register from sofftphone at my registrar server. Kamailio must save to location table info about registration (save("location") uses at reply route) At my softphone I setted expire as 360 (and see it at packet that errives at kamailio) But at the db i only 20 seconds period | id | ruid

Re: [SR-Users] Kamailio Social Event at Fosdem 2016

2016-01-27 Thread Daniel-Constantin Mierla
Hi Sven, On 27/01/16 16:30, Sven Neuhaus wrote: > Am 27.01.2016 um 10:47 schrieb Daniel-Constantin Mierla: >> only few days left, so we need to nail the location down for Kamailio >> dinner at Fosdem. >> >> One suggestion in walking distance is: >> >>- http://restaurant-italien-picotin-bruxell

Re: [SR-Users] Kamailio Social Event at Fosdem 2016

2016-01-27 Thread Sven Neuhaus
Am 27.01.2016 um 10:47 schrieb Daniel-Constantin Mierla: > only few days left, so we need to nail the location down for Kamailio > dinner at Fosdem. > > One suggestion in walking distance is: > >- http://restaurant-italien-picotin-bruxelles.be/en Hi Daniel, I think you should do reservation

[SR-Users] RTP Statistics

2016-01-27 Thread Gholamreza Sabery
Hello everyone. I want to store RTCP Statistics for a RTP session. Currently I am using $rtpstat pseudo-variable which is exported by RTPProxy module. The value of this variable does not show actual number of packets sent and received; and only contains ttl, npkts_ina, npkts_ino, nrelayed and ndrop

Re: [SR-Users] Kamailio IMS deployment

2016-01-27 Thread Abdul Basit
use the following command and try again.. GRANT ALL PRIVILEGES ON *.* TO ''@'' IDENTIFIED BY ''; GRANT ALL PRIVILEGES ON *.* TO ''@'%' IDENTIFIED BY ''; FLUSH PRIVILEGES; regards, AB From: sainath.ellend...@wipro.com To: franz.ed...@technikum-wien.at Date: Wed, 27 Jan 2016 06:21:52 + CC:

[SR-Users] Fwd: Invalid Configuration File

2016-01-27 Thread Andrew J. Smith
Hello! I followed this tutorial (http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour) to the T using virtual box and a debian wheezy image. Actually, I did change one thing: This repository "deb http://deb.kamailio.org/kamailio31-nightly squeeze main" always resulted in a file

Re: [SR-Users] doubt using sip tcp creating new transaction

2016-01-27 Thread Daniel-Constantin Mierla
Welcome! On the other hand, I don't recall any significant change on this part of code between 4.2 and current devel (4.4), but I didn't look at the commit history right now ... Cheers, Daniel On 27/01/16 15:00, david wrote: > ok thanks Daniel > > i was quite confused by seeing different things

Re: [SR-Users] doubt using sip tcp creating new transaction

2016-01-27 Thread david
ok thanks Daniel i was quite confused by seeing different things on different versions (which had sligthly configuration differences) and i though i was doing something wrong somewhere best regards david El mié, 27-01-2016 a las 14:55 +0100, Daniel-Constantin Mierla escribió: > Hello, > > yes

Re: [SR-Users] doubt using sip tcp creating new transaction

2016-01-27 Thread Daniel-Constantin Mierla
Hello, yes, quick connect message is ok. It is an INFO level, messages to worry about start at level WARNING, ERROR or lower. Cheers, Daniel On 27/01/16 12:41, david wrote: > hello Daniel > > thanks for the explanation. > then i understand the "quick connect" message is also normal? seen in > v

Re: [SR-Users] doubt using sip tcp creating new transaction

2016-01-27 Thread david
hello Daniel thanks for the explanation. then i understand the "quick connect" message is also normal? seen in version 4.2.2 or 4.4? best regards david El mar, 26-01-2016 a las 12:45 +0100, Daniel-Constantin Mierla escribió: > Hello, > > the pending write message is due to asynchronous tcp -

[SR-Users] GCC version in use

2016-01-27 Thread Daniel-Constantin Mierla
Hello, looking a bit over our makefiles, I am thinking of simplifying some parts related to compiler optimizations, as I noticed some of them are for gcc 2.x. So I would like to see if people are still using old OSes and/or old GCC versions. In other words, if you use old or some dedicated system

Re: [SR-Users] Kamailio Social Event at Fosdem 2016

2016-01-27 Thread Daniel-Constantin Mierla
On 27/01/16 11:17, Olle E. Johansson wrote: >> On 27 Jan 2016, at 10:47, Daniel-Constantin Mierla wrote: >> >> Hello, >> >> only few days left, so we need to nail the location down for Kamailio >> dinner at Fosdem. > Which day do you suggest? Saturday -- it was proposed when we started the disc

Re: [SR-Users] Kamailio Social Event at Fosdem 2016

2016-01-27 Thread Olle E. Johansson
> On 27 Jan 2016, at 10:47, Daniel-Constantin Mierla wrote: > > Hello, > > only few days left, so we need to nail the location down for Kamailio > dinner at Fosdem. Which day do you suggest? > > One suggestion in walking distance is: > > - http://restaurant-italien-picotin-bruxelles.be/en >

[SR-Users] Kamailio Social Event at Fosdem 2016

2016-01-27 Thread Daniel-Constantin Mierla
Hello, only few days left, so we need to nail the location down for Kamailio dinner at Fosdem. One suggestion in walking distance is: - http://restaurant-italien-picotin-bruxelles.be/en I understood that it was used in the past also for Fosdem Speaker's Dinner, so it might be busy and we can

Re: [SR-Users] A new edition of Kamailio Development Workshop

2016-01-27 Thread Sven Neuhaus
Am 25.01.2016 um 13:32 schrieb Daniel-Constantin Mierla: > However, if there are people interested, I am willing to do another > edition focused on development later this year. I'm interested! -Sven signature.asc Description: OpenPGP digital signature _