opensips源代码安装与配置的技巧方法

2019-10-15 10:19:36于丽

       modparam("auth", "calculate_ha1", yes)

       modparam("auth_db", "password_column", "password")等。

       第三部分主要是路由策略和功能应用,如:

       route[relay] {

              # for INVITEs enable some additional helper routes

              if (is_method("INVITE")) {

              t_on_branch("per_branch_ops");

              t_on_reply("handle_nat");

              t_on_failure("missed_call");

       }

       ……

}

       opensipsctlrc文件中包含了数据库配置的信息。