Re: [SR-Users] Planing to release v4.0.1

2013-04-25 Thread Daniel-Constantin Mierla
Hello, quick reminder -- if anyone has patches to backport to branch 4.0, do it before 12:00GMT. After that I start packaging v4.0.1, send a notification to sr-dev mailing list in case of need to backport. Cheers, Daniel On 4/19/13 10:28 AM, Daniel-Constantin Mierla wrote: Hello, I am cons

[SR-Users] ★ SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List, Phillip left a message for you

2013-04-25 Thread Badoo
You can instantly reply using our message exchange system. Check your message http://eu1.badoo.com/0138644786/in/y9a..eJmaMo/?lang_id=3&g=57&m=61&mid=5178e7d90003018954d900fceb3301b0 Some other people in the area: If clicking the links in this message does not work, copy and paste th

[SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-04-25 Thread Uri Shacked
Hi, Following this issue, and the issue "BYE dialog timeout bad syntax" from Julia. I have 2 kamailio servers. srv1 creates a dlg_timeout BYE and sends it to srv2 that forwards the BYE to the next sip server (some other server...). I can definitely see that the BYE that is being forward is malfo

Re: [SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-04-25 Thread Klaus Darilion
IMO the timeout-triggered BYE should have identical From/To headers as the initial request - otherwise it may cause issues with clients that are strict, or rely on identical headers (like in your setup). regards Klaus On 25.04.2013 13:30, Uri Shacked wrote: Hi, Following this issue, and the

Re: [SR-Users] Kamailio dialog termination

2013-04-25 Thread Grant Bagdasarian
Hello, Another dialog got stuck in kamailio, so I checked a few kamctl commands. This is what I found. When viewing the profile size the count is 0 (using kamctl fifo profile_get_size [NAME]) When using the kamctl fifo get_statistics all command, the dialog:active_dialogs shows 1. There are no

Re: [SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-04-25 Thread Uri Shacked
Hi, As i wrote, when the BYE is "normal" not generated form dlg_timeout. srv2 that forwards it, does it OK. The TO/From headers in my scenario are the same as the initial request in both servers (there are 2 legs for each call (incoming and outgoing), on each leg i use the same initial headers.Ii h

Re: [SR-Users] Kamailio dialog termination

2013-04-25 Thread Carlos Ruiz Díaz
Hi, did you wait the default 12 hours (default_timeout) for the dialog to be released? If after that time, the dialog is still there, it is probably because of a bug. You should also take into account the matching mode currently configured: http://www.kamailio.org/docs/modules/3.3.x/modules_k/dia

Re: [SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-04-25 Thread Daniel-Constantin Mierla
Hello, I committed a patch to add angle brackets around From/To URI for local generated requests. Here is the link to commit: - http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4e4b1339bfd3a832f5feeb1d2a2380c7455ec82b No time to test it, so give it a try. If you are using

Re: [SR-Users] Kamailio dialog termination

2013-04-25 Thread Grant Bagdasarian
Hello, I've set the default_timeout to 3600 seconds, which is 1 hour. In the database the dialog record shows: StartTimeTimeout 1366886241 1366929441 The difference is 12 hours. Shouldn't the timeout be StartTime + default_timeout? Also the matching mode is set to 1, which is

Re: [SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-04-25 Thread Uri Shacked
I have no internet access from my kamailio servers. where can i download it and install? or just download the t_msgbuilder.c and reinstall 3.3.2 ? On Thu, Apr 25, 2013 at 3:55 PM, Daniel-Constantin Mierla wrote: > Hello, > > I committed a patch to add angle brackets around From/To URI for loca

Re: [SR-Users] Kamailio dialog termination

2013-04-25 Thread Daniel-Constantin Mierla
Hello, On 4/25/13 3:07 PM, Grant Bagdasarian wrote: Hello, I've set the default_timeout to 3600 seconds, which is 1 hour. In the database the dialog record shows: StartTime Timeout 1366886241 1366929441 The difference is 12 hours. Shouldn't the timeout be StartTime + default_timeout? Al

Re: [SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-04-25 Thread Daniel-Constantin Mierla
Here is the link to the patch: http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blobdiff;f=modules/tm/t_msgbuilder.c;h=b5ff3094af2594e62a050ccc56768ad9237eb633;hp=aa0144c8443760c9e81ee121ef907be812fa9da8;hb=4e4b1339bfd3a832f5feeb1d2a2380c7455ec82b;hpb=744a8d317b894a1360e3441a9e69ac9190

Re: [SR-Users] Kamailio dialog termination

2013-04-25 Thread Grant Bagdasarian
Hello, Alright, thank you for your help. I'll try your suggestions next maintenance period. Regards, Grant From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel-Constantin Mierla Sent: Thursday, April 25, 2013 3:19 PM To: Kamailio (SER

Re: [SR-Users] Rtpproxy - IPv4/v6 Translation and earlier removing of session

2013-04-25 Thread Daniel-Constantin Mierla
Hello, I couldn't spot anything wring with the INVITE. What phone/application is the receiving party? Can you get any log messages from it? As I can spot based on Record route headers, there is another proxy in between IPv4-IPv6 gateway and the receiving party -- the intermediary proxy has n

[SR-Users] siptrace + flatstore

2013-04-25 Thread Victor V. Kustov
Hi all loadmodule "siptrace.so" modparam("siptrace", "db_url", "flatstore:/var/log/siptrace") call sip_trace(); nothing in /var/log/siptrace, no errors in logs. whats wrong? -- SY, Victor JID: coy...@bks.tv JID: coy...@bryansktel.ru I use FREE operation system: 3.8.4-calculate G

[SR-Users] Kamailio v4.0.1 Released

2013-04-25 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v4.0.1 stable release is out. This is a maintenance release of the latest stable branch, 4.0, that includes fixes since release of v4.0.0. There is no change to database schema or configuration language structure that you have to do on installations of v4.0.0. Deplo

Re: [SR-Users] RLS Module - Getting NOTIFY for offline users

2013-04-25 Thread Attila Megyeri
Dear Peter, Thank you for your quick response. we will look into of what you recommended! Regards, Attila -Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Peter Dunkley Sent: Wednesday, April 24, 2013 10:15 PM To

[SR-Users] Problem with PUA

2013-04-25 Thread andpe
Hi I am new to Kamailio. I have a configuration with existing phones. I call between them. However, I have a problem with the configuration of PRESENCE. I guess I'm doing something wrong. Can someone send me a sample setup working. I looked for a long time information, but I could not fix my probl