> > ERROR: topos [tps_storage.c:1407]: tps_db_load_dialog(): invalid dlg uuid 
> > provided ,This error was noticed before the last commit 
> > [[9769806](https://github.com/kamailio/kamailio/commit/9769806b96148a2ede4612605c6d4af047c137f7)].
> >  After this update it was fine. I have tested with more than 135000 active 
> > registrations and many failures.
> 
> I'm also getting this with your latest commit. Do you have a bare minimum 
> config that works for you, so I can verify?
> 
> Also, I've tested with contact_mode=1 too, but for an INVITE, topos adds a 
> `tps=btpsh-xxxx`, do you do this manually?

It is not required to add btph/atph  to contact as Registration will not create 
a Dialog for another Indialog Method will not be orginated with this contact. 
For registration no change is done in the contact field by Topos.

modparam("topoh", "mask_key", "THIS_IS_TEST_KEY")       
modparam("topoh", "mask_callid", 1)
modparam("topoh", "callid_prefix", "TXX")       
modparam("topoh", "use_mode", 1)

modparam("topos", "storage", "redis")
modparam("topos_redis", "serverid", "tps")

modparam("topos", "contact_mode", 1)
modparam("topos", "rr_update", 1)
modparam("topos", "contact_host", EXTIP )

modparam("topos", "mask_callid", 1)
modparam("topos", "enable_register_publish",1)
This works perfectly for me, where TOPOS hide Via and mask Call-ID. Form. To 
and Requst URI chages as done manually/ through Dispatcher  
ds_select_domaincall in  dispatcher.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3766#issuecomment-1992397254
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/3766/c1992397...@github.com>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to