Openser中文网

专注于VoIP,Opensips,Kamailio等技术,QQ群:QQ群:293697898

dispatcher 中的 分发逻辑是什么?


tags:opensips kamailio dispatcher模块 创建时间:2017-01-01 16:29:03

QQ群:293697898

在openser系列中,如果用dispatcher模块,总会看到类似以下这样的调用方式:

 ds_select_dst("1", "5");

第一个参数是网关组,第二个怎么选择呢?

“0” - hash over callid
“1” - hash over from uri.
“2” - hash over to uri.
“3” - hash over request-uri.
“4” - round-robin (next destination).
“5” - hash over authorization-username 
“6” - random (using rand()).
“7” - hash over the content of PVs string.
“X” - if the algorithm is not implemented, the first entry in set is chosen.


如果在有疑问或需要沟通的地方,可以QQ:1354608370 或 加FreeSWITCH+Kamailio+Opensips QQ群: 293697898 沟通交流!