Skip to content

Commit

Permalink
add support for kamailio 5.7
Browse files Browse the repository at this point in the history
* adds dispatcher for branch 5.7
* use bflags registration
  • Loading branch information
lazedo committed Sep 19, 2023
1 parent 706d4e4 commit 2bfeb07
Show file tree
Hide file tree
Showing 7 changed files with 478 additions and 21 deletions.
6 changes: 3 additions & 3 deletions kamailio/accounting-role.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ modparam("acc", "early_media", 0)
modparam("acc", "report_ack", 0)
modparam("acc", "report_cancels", 1)
modparam("acc", "detect_direction", 0)
modparam("acc", "log_flag", 7)
modparamx("acc", "log_flag", $flag(FLAG_ACC))
modparam("acc", "log_level", 2)
modparam("acc", "log_missed_flag", 8)
modparam("acc", "failed_transaction_flag", 9)
modparamx("acc", "log_missed_flag", $flag(FLAG_ACCMISSED))
modparamx("acc", "failed_transaction_flag", $flag(FLAG_ACCFAILED))
modparam("acc", "log_extra",
"src_user=$fU;src_domain=$fd;src_ip=$si;"
"dst_ouser=$tU;dst_user=$rU;dst_domain=$rd")
Expand Down
3 changes: 0 additions & 3 deletions kamailio/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ loadmodule "uac.so"
loadmodule "avp.so"
loadmodule "avpops.so"

######## UAC Redirection module ########
loadmodule "uac_redirect.so"

#### json rpc ####
loadmodule "jsonrpcs.so"

Expand Down
Loading

0 comments on commit 2bfeb07

Please sign in to comment.