No private module.
The current kamailio.cfg is running under rhel 7/kamailio 5.0 with million requests per
day and without any errors.
It seems that if migration process (=> rhel 8 / kamailio 5.8) fails it is related to
dispatcher module changes (attrs_avp, dst_avp...no longer available).
I am not able to respond to the question "Do you process the SIP OPTIONS keepalives
via event routes or the replies via reply routes in any way?"
Here is my dispatcher.list file:
#
# dispatcher destination sets
#
# gateways
############# Call Server
99 sip:cs1-tool-misc.voicemail.net:5060 0 0
############# Fixed sfl
1 sip:frnappcoe3sfl05.voicemail.net:5060 0 0
############# Sip tool
##### 2 sip:vm-tool-misc.voicemail.net:5060 0 0
dispatcher module parameters
modparam("dispatcher", "list_file",
"/etc/kamailio/dispatcher.list")
modparam("dispatcher", "ds_probing_mode", 1)
modparam("dispatcher", "ds_probing_threshold",3)
modparam("dispatcher", "flags", 3)
#modparam("dispatcher", "attrs_avp", "$avp(dsattrs)")
#modparam("dispatcher", "dst_avp", "$avp(dsdst)")
#modparam("dispatcher", "grp_avp", "$avp(dsgrp)")
#modparam("dispatcher", "cnt_avp", "$avp(dscnt)")
modparam("dispatcher", "ds_hash_size", 8)
modparam("dispatcher", "ds_ping_interval", 10)
modparam("dispatcher", "ds_ping_reply_codes",
"class=2;class=3")
#modparam("dispatcher", "sock_avp", "$avp(dssocket)")
Some lines commented out for 5.8 version.
I will try to build a simplified kamailio.cfg to reproduce the issue.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4061#issuecomment-2531331321
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4061/2531331321(a)github.com>