THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#326 - Websocket module leaks tcp connection buffers
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: I guess this was fixed meanwhile. Reopen if not.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=326
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#352 - UAC Module Fail to refresh REGISTER
User who did this - Daniel-Constantin Mierla (miconda)
----------
Can you try with latest branch 4.0? I pushed a patch there. If still doesn't work, then run with debug=3 in config and attach the logs messages.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=352#comment1134
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#350 - pua_reginfo: Duplicate contacts in the location table
User who did this - Wonbin Cho (wbcho)
----------
Sorry, I tried to remove typos in the patch manually.
Hereby attached 'git diff'.
Thanks.
----------
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=350#comment1133
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#351 - registrar: memory and db get not synced
User who did this - Daniel-Constantin Mierla (miconda)
----------
It seems that now updating contacts without instance will not work anymore. There is a condition in db_update_ucontact_instance() filtering on instance:
<code>
+ if(_c->instance.len<=0) {
+ LM_ERR("updating record in database failed - empty instance\n");
+ return -1;
+ }
</code>
I guess it has to be on instance if instance exists, otherwise to be done old way with address.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=351#comment1132
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#358 - equals $null and 0 return the same
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Re-open if still an issue.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=358
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Hi,
I have been working on replicating SIP registrations with PUA_REGINFO module and found a bug that it creates duplicate contacts.
I explained why duplications take place and attached a patch to fix the problem in the bug tracking system.
FS#350: http://sip-router.org/tracker/index.php?do=details&task_id=350
Any comments or reviews will be appreciated very much.
Thanks.
Wonbin
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#350 - pua_reginfo: Duplicate contacts in the location table
User who did this - Daniel-Constantin Mierla (miconda)
----------
The patch doesn't apply, giving error:
patching file modules/pua_reginfo/pua_reginfo.h
patching file modules/pua_reginfo/pua_reginfo.c
patch: **** malformed patch at line 22:
How did you generate it? Can you use 'git diff' or 'diff -u ..."?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=350#comment1131
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Dmitry Davletbaev (ddomgn)
Attached to Project - sip-router
Summary - Unmet dependency for kamailio-perl-modules
Task Type - Bug Report
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - 4.0
Due in Version - Undecided
Due Date - Undecided
Details - **System**: Debian 7.2 Squeeze, Kamailio 4.0.3
**Description**: the kamailio-perl-modules package is dependent on libperl5.10 and can not be installed, though libperl5.14 is installed.
**Additional information**:
root@tel:~# apt-get install kamailio-perl-modules
[...]
The following packages have unmet dependencies:
kamailio-perl-modules : Depends: libperl5.10 (>= 5.10.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
root@tel:~# dpkg -l | grep libperl
ii libperl-dev 5.14.2-21+deb7u1 [...]
ii libperl5.14 5.14.2-21+deb7u1 [...]
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=361
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.