Re: [SR-Users] To stop automatic creation of RabbitMQ queues by kazoo module

2022-11-25 Thread Luis Azedo
your expectation is wrong, that's how it works, all channels are bi-directional and for that they use a queue. > -- > > Message: 1 > Date: Thu, 24 Nov 2022 12:48:58 +0530 > From: Sharmila Sundar > To:

Re: [SR-Users] $Rp variable seems to contain wrong port

2022-11-04 Thread Luis Azedo
have you tried to use $T_rpl($Rp) ? __ Kamailio - Users Mailing List - Non Commercial Discussions sr-users@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or

Re: [SR-Users] ERROR: kazoo [kz_pua.c:131]: kz_pua_update_presentity(): in start_transaction

2020-07-28 Thread Luis Azedo
looks like some process starting and not releasing a transaction. i don’t see kz_pua as the origin of the problem. > On 28 Jul 2020, at 09:25, Denys Pozniak wrote: > > Hello! > > Sometimes presence server stops sending SIP NOTIFY events with syslog output > below (after Kamailio restarting

Re: [SR-Users] RFC: dispatcher refactoring to use xavp and options for attributes

2018-06-06 Thread Luis Azedo
Hi Daniel, love the idea! just to be sure i understand..., current params declaration modparam("dispatcher", "dst_avp", "$avp(ds_dst)") modparam("dispatcher", "attrs_avp", "$avp(ds_attrs)") new params declaration modparam("dispatcher", "dst_xavp", "$xavp(ds_dst)") ##modparam("dispatcher",