Module: sip-router Branch: master Commit: f30f7bf4d723f78546ee2a8db607d80279bdd529 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f30f7bf4...
Author: Jason Penton jason.penton@gmail.com Committer: Jason Penton jason.penton@gmail.com Date: Tue Jun 3 09:42:41 2014 +0200
modules/ims_registrar_scscf: updated doc for cxdx_forced_peer
---
.../doc/ims_registrar_scscf_admin.xml | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/modules/ims_registrar_scscf/doc/ims_registrar_scscf_admin.xml b/modules/ims_registrar_scscf/doc/ims_registrar_scscf_admin.xml index 26de7fc..d54561e 100644 --- a/modules/ims_registrar_scscf/doc/ims_registrar_scscf_admin.xml +++ b/modules/ims_registrar_scscf/doc/ims_registrar_scscf_admin.xml @@ -249,7 +249,10 @@ <section> <title>cxdx_forced_peer (string)</title>
- <para>Forced HSS Peer to use for CxDx Diameter interface</para> + <para>FQDN of Diameter Peer (HSS) to use for communication (SAR). If you + use this, the routing defined in your diameter xml configuration file + (CDP) will be ignored and as a result you will lose the benefits of load + balancing and failover.</para>
<para><emphasis> Default value NULL (none)</emphasis></para>
@@ -686,7 +689,7 @@ if (can_subscribe_to_reg("location")){ </programlisting> </example> </section> - + <section> <title><function moreinfo="none">can_publish_reg(domain)</function></title> @@ -731,13 +734,12 @@ if (can_publish_reg("location")){ </programlisting> </example> </section> - + <section> - <title><function - moreinfo="none">publish_reg(domain)</function></title> + <title><function moreinfo="none">publish_reg(domain)</function></title>
- <para>Save the publish to the REG event for the UAC or the - appropriate P-CSCF (in the path to the UAC).</para> + <para>Save the publish to the REG event for the UAC or the appropriate + P-CSCF (in the path to the UAC).</para>
<para>Meaning of the parameters is as follows:</para>
@@ -761,8 +763,7 @@ if (can_publish_reg("location")){ </programlisting> </example> </section> - - </section> + </section>
<section> <title>RPC Commands</title>