[OpenSIPS-Users] dialog replication

volga629 at networklab.ca volga629 at networklab.ca
Thu Aug 16 01:02:24 EDT 2018


Hello Everyone,
Based on this thread 
https://opensips.org/pipermail/users/2014-August/029635.html dialog 
replication is not design for active/active scanario. My question when 
federated no sql cluster enabled is it really need it ?

tried enable and getting errors

Aug 15 23:42:22 aitossbc01 /usr/sbin/opensips[12909]: 
WARNING:dialog:fetch_socket_info: non-local socket <udp:opensips public 
ip:5060>...ignoring
Aug 15 23:42:22 aitossbc01 /usr/sbin/opensips[12909]: 
ERROR:dialog:dlg_replicated_create: Replicated dialog doesn't match any 
listening sockets
Aug 15 23:42:22 aitossbc01 /usr/sbin/opensips[12909]: 
ERROR:dialog:receive_dlg_repl: Failed to process a binary packet!

#### Dialog
loadmodule "dialog.so"
modparam("dialog", "db_url", "postgres://")
modparam("dialog", "db_mode", 1)
modparam("dialog","profiles_with_value","outbound; inbound")
modparam("dialog", "dlg_match_mode", 1)
modparam("dialog", "default_timeout", 3600)
modparam("dialog", "options_ping_interval", 900)
modparam("dialog", "profiles_with_value", "caller ; domain")
modparam("dialog", "dialog_replication_cluster", 1)
modparam("dialog", "profile_replication_cluster", 1)
modparam("dialog", "dlg_sharing_tag", "vip1=active")


volga629




More information about the Users mailing list