THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#424 - zombie dialogs in state 5
User who did this - Alex Balashov (abalashov)
----------
I frequently run into this issue as well (usually there's a >= 1 ref count on the state 5 dialogs), and would be quite interested in any solution.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=424#comment1418
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#424 - zombie dialogs in state 5
User who did this - Ovidiu Sas (osas)
----------
Already tried that and it didn't work:
<code>
Apr 28 16:14:30 centos k[7601]: DEBUG: dialog [dlg_handlers.c:1117]: dlg_onroute(): route param is '9c3.c1d2' (len=8)
Apr 28 16:14:30 centos k[7601]: DEBUG: dialog [dlg_hash.c:647]: dlg_lookup(): ref dlg 0x7f3347ede578 with 1 -> 3
Apr 28 16:14:30 centos k[7601]: DEBUG: dialog [dlg_hash.c:649]: dlg_lookup(): dialog id=11548 found on entry 969
Apr 28 16:14:30 centos k[7601]: DEBUG: dialog [dlg_profile.c:406]: set_current_dialog(): setting current dialog [969:11548]
Apr 28 16:14:30 centos k[7601]: DEBUG: dialog [dlg_hash.c:1006]: next_state_dlg(): dialog 0x7f3347ede578 changed from state 4 to state 5, due event 7 (ref 3)
Apr 28 16:14:30 centos k[7601]: DEBUG: dialog [dlg_hash.c:794]: dlg_ref(): ref dlg 0x7f3347ede578 with 1 -> 4
Apr 28 16:14:30 centos k[7601]: DEBUG: dialog [dlg_handlers.c:1487]: dlg_run_event_route(): executing event_route 1 on state 5
Apr 28 16:14:30 centos k[7601]: INFO: <script>: [4] entering event_route[dialog:end]
Apr 28 16:14:30 centos k[7605]: DEBUG: dialog [dlg_handlers.c:323]: dlg_iuid_sfree(): freeing dlg iuid [969:11548] (0x7f3347ee00b0)
Apr 28 16:14:31 centos k[7601]: INFO: <script>: [4] exiting event_route[dialog:end]
Apr 28 16:14:31 centos k[7601]: WARNING: tm [t_lookup.c:1537]: t_unref(): WARNING: script writer didn't release transaction
Apr 28 16:14:31 centos k[7601]: DEBUG: dialog [dlg_hash.c:812]: dlg_unref(): unref dlg 0x7f3347ede578 with 1 -> 3
Apr 28 16:14:31 centos k[7601]: DEBUG: dialog [dlg_hash.c:794]: dlg_ref(): ref dlg 0x7f3347ede578 with 1 -> 4
Apr 28 16:14:31 centos k[7601]: DEBUG: dialog [dlg_handlers.c:1225]: dlg_onroute(): BYE successfully processed
Apr 28 16:14:31 centos k[7601]: DEBUG: dialog [dlg_hash.c:812]: dlg_unref(): unref dlg 0x7f3347ede578 with 2 -> 2
Apr 28 16:14:31 centos k[7601]: DEBUG: dialog [dlg_hash.c:812]: dlg_unref(): unref dlg 0x7f3347ede578 with 1 -> 1
</code>
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=424#comment1417
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#424 - zombie dialogs in state 5
User who did this - Daniel-Constantin Mierla (miconda)
----------
Very likely the problem is that the second bye overtakes the first one. The first one will be discarded then as retransmission, not completing the callbacks...
for the moment you can try to create transaction before BYE is handled by dialog. I will look more at it with the first chance for a fix.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=424#comment1416
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#410 - textops: add functions to convert and append multipart bodies.
User who did this - Víctor Seva (linuxmaniac)
----------
Now the code do not assume any hardcode boundary.
The user can choose any string as boundary.
----------
One or more files have been attached.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=410#comment1415
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#424 - zombie dialogs in state 5
User who did this - Ovidiu Sas (osas)
----------
The config is using dlg_manage to create the dialog.
Here are the logs. The first BYE is handled by PID 7386 and the second BYE is handled by PID 7385.
<code>
Apr 28 10:21:31 centos k[7386]: DEBUG: dialog [dlg_handlers.c:1117]: dlg_onroute(): route param is '358.edf1' (len=8)
Apr 28 10:21:31 centos k[7386]: DEBUG: dialog [dlg_hash.c:647]: dlg_lookup(): ref dlg 0x7f15c8246578 with 1 -> 3
Apr 28 10:21:31 centos k[7386]: DEBUG: dialog [dlg_hash.c:649]: dlg_lookup(): dialog id=8158 found on entry 2131
Apr 28 10:21:31 centos k[7386]: DEBUG: dialog [dlg_profile.c:406]: set_current_dialog(): setting current dialog [2131:8158]
Apr 28 10:21:31 centos k[7386]: DEBUG: dialog [dlg_hash.c:1006]: next_state_dlg(): dialog 0x7f15c8246578 changed from state 4 to state 5, due event 7 (ref 3)
Apr 28 10:21:31 centos k[7386]: DEBUG: dialog [dlg_hash.c:794]: dlg_ref(): ref dlg 0x7f15c8246578 with 1 -> 4
Apr 28 10:21:31 centos k[7386]: DEBUG: dialog [dlg_handlers.c:1487]: dlg_run_event_route(): executing event_route 1 on state 5
Apr 28 10:21:31 centos k[7386]: INFO: <script>: [4] entering event_route[dialog:end]
Apr 28 10:21:31 centos k[7385]: DEBUG: dialog [dlg_handlers.c:1117]: dlg_onroute(): route param is '358.edf1' (len=8)
Apr 28 10:21:31 centos k[7385]: DEBUG: dialog [dlg_hash.c:647]: dlg_lookup(): ref dlg 0x7f15c8246578 with 1 -> 5
Apr 28 10:21:31 centos k[7385]: DEBUG: dialog [dlg_hash.c:649]: dlg_lookup(): dialog id=8158 found on entry 2131
Apr 28 10:21:31 centos k[7385]: DEBUG: dialog [dlg_profile.c:406]: set_current_dialog(): setting current dialog [2131:8158]
Apr 28 10:21:31 centos k[7385]: DEBUG: dialog [dlg_hash.c:1006]: next_state_dlg(): dialog 0x7f15c8246578 changed from state 5 to state 5, due event 7 (ref 5)
Apr 28 10:21:31 centos k[7385]: DEBUG: dialog [dlg_hash.c:812]: dlg_unref(): unref dlg 0x7f15c8246578 with 1 -> 4
Apr 28 10:21:31 centos k[7385]: DEBUG: dialog [dlg_hash.c:647]: dlg_lookup(): ref dlg 0x7f15c8246578 with 1 -> 5
Apr 28 10:21:31 centos k[7385]: DEBUG: dialog [dlg_hash.c:649]: dlg_lookup(): dialog id=8158 found on entry 2131
Apr 28 10:21:31 centos k[7385]: DEBUG: dialog [dlg_hash.c:812]: dlg_unref(): unref dlg 0x7f15c8246578 with 1 -> 4
Apr 28 10:21:32 centos k[7386]: INFO: <script>: [4] exiting event_route[dialog:end]
Apr 28 10:21:32 centos k[7386]: DEBUG: dialog [dlg_hash.c:812]: dlg_unref(): unref dlg 0x7f15c8246578 with 1 -> 3
Apr 28 10:21:32 centos k[7386]: DEBUG: dialog [dlg_hash.c:794]: dlg_ref(): ref dlg 0x7f15c8246578 with 1 -> 4
Apr 28 10:21:32 centos k[7386]: DEBUG: dialog [dlg_handlers.c:1225]: dlg_onroute(): BYE successfully processed
Apr 28 10:21:32 centos k[7386]: DEBUG: dialog [dlg_hash.c:812]: dlg_unref(): unref dlg 0x7f15c8246578 with 2 -> 2
Apr 28 10:21:32 centos k[7386]: DEBUG: dialog [dlg_hash.c:812]: dlg_unref(): unref dlg 0x7f15c8246578 with 1 -> 1
</code>
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=424#comment1414
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#258 - Problem when using add_contact_alias() and dialog module
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: This has been fixed a while ago, being in 4.1 as well.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=258
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#256 - [sr-dev] Dialog module: dlg_terminate_dlg and register_dlgcb function
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Constraint on req removed from terminated dlg acc callback.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=256
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#269 - parallel build fails
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Won't fix
Additional comments about closing: Link on the comment has details about this case.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=269
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.