diff options
Diffstat (limited to 'conf/plugins/p-cscf.conf')
-rw-r--r-- | conf/plugins/p-cscf.conf | 18 |
1 files changed, 18 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 + + } + +} + |