From 518dd33c94e041db0444c7d1f33da363bb8e3faf Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Thu, 24 Mar 2016 11:59:32 +0100 Subject: Imported Upstream version 5.4.0 --- conf/plugins/p-cscf.conf | 18 ++++++++++++++++++ conf/plugins/p-cscf.opt | 11 +++++++++++ 2 files changed, 29 insertions(+) create mode 100644 conf/plugins/p-cscf.conf create mode 100644 conf/plugins/p-cscf.opt (limited to 'conf/plugins') 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 { + + # is the name of a connection with an ePDG from which to request + # P-CSCF server addresses. + # = 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. = no + is the name of a connection with an ePDG from which to request + P-CSCF server addresses. + + 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. -- cgit v1.2.3