Hi team,

I used redis cache for dialog storage. I have 2 different servers both are
sharing the same redis. Is the profile size shared in this case?

here is the dialog config.

loadmodule "dialog.so"
modparam("dialog", "enable_stats", 1)
modparam("dialog", "cachedb_url", "redis:mysip://mysipx.xx.xx:xxxx/")

This is how I check my profile size.
        create_dialog();
        set_dlg_profile("myuniqprof","$avp(myprofile_id)");
        get_profile_size("myuniqprof","$avp(myprofile_id
)","$var(current_profile_size)");

Please note I am using version: opensips 1.11.3-notls




-- 
Regards,
Jehanzaib
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to