diff options
Diffstat (limited to 'conf/plugins')
-rw-r--r-- | conf/plugins/p-cscf.conf | 18 | ||||
-rw-r--r-- | conf/plugins/p-cscf.opt | 11 |
2 files changed, 29 insertions, 0 deletions
diff --git a/conf/plugins/p-cscf.conf b/conf/plugins/p-cscf.conf new file mode 100644 index 000000000..5225a7ce6 --- /dev/null +++ b/conf/plugins/p-cscf.conf @@ -0,0 +1,18 @@ +p-cscf { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # Section to enable requesting P-CSCF server addresses for individual + # connections. + enable { + + # <conn> is the name of a connection with an ePDG from which to request + # P-CSCF server addresses. + # <conn> = no + + } + +} + diff --git a/conf/plugins/p-cscf.opt b/conf/plugins/p-cscf.opt new file mode 100644 index 000000000..ec7f8153f --- /dev/null +++ b/conf/plugins/p-cscf.opt @@ -0,0 +1,11 @@ +charon.plugins.p-cscf.enable {} + Section to enable requesting P-CSCF server addresses for individual + connections. + +charon.plugins.p-cscf.enable.<conn> = no + <conn> is the name of a connection with an ePDG from which to request + P-CSCF server addresses. + + <conn> is the name of a connection with an ePDG from which to request + P-CSCF server addresses. Requests will be sent for addresses of the same + families for which internal IPs are requested. |