Module: kamailio
Branch: master
Commit: 9d1f223c7705a7ed8d888f50f2611dea1649ffa5
URL:
https://github.com/kamailio/kamailio/commit/9d1f223c7705a7ed8d888f50f2611de…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-03-01T14:01:17+01:00
modules: readme files regenerated - corex ... [skip ci]
---
Modified: src/modules/corex/README
---
Diff:
https://github.com/kamailio/kamailio/commit/9d1f223c7705a7ed8d888f50f2611de…
Patch:
https://github.com/kamailio/kamailio/commit/9d1f223c7705a7ed8d888f50f2611de…
---
diff --git a/src/modules/corex/README b/src/modules/corex/README
index d1721ffa84..dc28b471ec 100644
--- a/src/modules/corex/README
+++ b/src/modules/corex/README
@@ -249,10 +249,13 @@ modparam("corex", "alias_subdomains",
"udp:sip-router.org:5060")
The format of the value follows the SIP params style:
"attr1=val1;attr2=val2;...". The attributes can be:
- * type - it can be "A" (IPv4) or "AAAA" (IPv6)
+ * type - it can be "A" (IPv4), "AAAA" (IPv6) or "SRV"
* name - the domain name
* addr - the IP address
* ttl - TTL value
+ * priority - priority value for SRV record
+ * weight - weight value for SRV record
+ * port - port value for SRV record
* flags - can be: 1 - the domain is unresolvable (like blocklisted);
2 - the record is permanent (never times out, never deleted, never
overwritten)