Is it possible to sync a suspended transaction between two nodes using t_suspend() from the TMX module and DMQ (or similar module)?
More specifically, can I suspend it on one node and resume the transaction on another in a cluster?
It is not. This discussion has been ongoing for at least a decade, but there are real technical challenges in making that happen.
On Sep 26, 2024, at 10:24 AM, Knserbrave via sr-users sr-users@lists.kamailio.org wrote:
Is it possible to sync a suspended transaction between two nodes using t_suspend() from the TMX module and DMQ (or similar module)?
More specifically, can I suspend it on one node and resume the transaction on another in a cluster? __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
Thanks for the confirmation Alex. It's a challenge for sure.
On Thu, Sep 26, 2024 at 11:19 AM Alex Balashov via sr-users < sr-users@lists.kamailio.org> wrote:
It is not. This discussion has been ongoing for at least a decade, but there are real technical challenges in making that happen.
On Sep 26, 2024, at 10:24 AM, Knserbrave via sr-users <
sr-users@lists.kamailio.org> wrote:
Is it possible to sync a suspended transaction between two nodes using
t_suspend() from the TMX module and DMQ (or similar module)?
More specifically, can I suspend it on one node and resume the
transaction on another in a cluster?
Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to
the sender!
Edit mailing list options or unsubscribe:
-- Alex Balashov Principal Consultant Evariste Systems LLC Web: https://evaristesys.com Tel: +1-706-510-6800
Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
Have you considered simring?
Well, we have solved this by virtualizing the customer's extension, i.e. each device under this extension has its own unique SIP username. And when calling this extension, the FS originates calls to all these usernames (devices).
чт, 26 сент. 2024 г. в 17:42, Knserbrave via sr-users < sr-users@lists.kamailio.org>:
Thanks for the confirmation Alex. It's a challenge for sure.
On Thu, Sep 26, 2024 at 11:19 AM Alex Balashov via sr-users < sr-users@lists.kamailio.org> wrote:
It is not. This discussion has been ongoing for at least a decade, but there are real technical challenges in making that happen.
On Sep 26, 2024, at 10:24 AM, Knserbrave via sr-users <
sr-users@lists.kamailio.org> wrote:
Is it possible to sync a suspended transaction between two nodes using
t_suspend() from the TMX module and DMQ (or similar module)?
More specifically, can I suspend it on one node and resume the
transaction on another in a cluster?
Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only
to the sender!
Edit mailing list options or unsubscribe:
-- Alex Balashov Principal Consultant Evariste Systems LLC Web: https://evaristesys.com Tel: +1-706-510-6800
Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
Hey!
More specifically, can I suspend it on one node and resume the
transaction on another in a cluster? I am not a developer, but I feel that the transaction is a rather complex structure and it is unlikely that it can be shared. But we solved a similar problem by simply forking a call to all the nodes of the "cluster" in advance. And we only unfroze where the registration came from a mobile device (I understand that you are solving the problem with pushes).
чт, 26 сент. 2024 г. в 17:01, Knserbrave via sr-users < sr-users@lists.kamailio.org>:
Is it possible to sync a suspended transaction between two nodes using t_suspend() from the TMX module and DMQ (or similar module)?
More specifically, can I suspend it on one node and resume the transaction on another in a cluster? __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
Hello,
Not really a transaction, but you can recover dialog via
https://www.kamailio.org/docs/modules/5.8.x/modules/dialog.html#dialog.f.dlg...
Maybe this can give a hint somehow?
Le 26/09/2024 à 16:24, Knserbrave via sr-users a écrit :
Is it possible to sync a suspended transaction between two nodes using t_suspend() from the TMX module and DMQ (or similar module)?
More specifically, can I suspend it on one node and resume the transaction on another in a cluster?
Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
Thank you Ihor. Denys hit the nail on the head and knew exactly what I was referring to. I also think Denys' approach is brilliant and probably optimal for this scenario.
On Sat, Sep 28, 2024 at 3:26 AM Ihor Olkhovskyi via sr-users < sr-users@lists.kamailio.org> wrote:
Hello,
Not really a transaction, but you can recover dialog via
https://www.kamailio.org/docs/modules/5.8.x/modules/dialog.html#dialog.f.dlg...
Maybe this can give a hint somehow?
Le 26/09/2024 à 16:24, Knserbrave via sr-users a écrit :
Is it possible to sync a suspended transaction between two nodes using t_suspend() from the TMX module and DMQ (or similar module)?
More specifically, can I suspend it on one node and resume the transaction on another in a cluster?
Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to
the sender!
Edit mailing list options or unsubscribe:
Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe: