Module: sip-router Branch: master Commit: e7bb3af61bea673af801a5b9280f50ec13958a3b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e7bb3af6...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Mon Jan 7 16:10:46 2013 +0000
modules_k/outbound: Updated the module documentation
---
modules_k/outbound/README | 3 ++- modules_k/outbound/doc/outbound_admin.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/modules_k/outbound/README b/modules_k/outbound/README index d1d920b..ff5c195 100644 --- a/modules_k/outbound/README +++ b/modules_k/outbound/README @@ -205,7 +205,8 @@ failure_route[REPLY_OUTBOUND] { ... loadmodule "registrar.so" ... -TBD +modparam("registrar", "outbound_mode", 2) +### TBD ...
2. Dependencies diff --git a/modules_k/outbound/doc/outbound_admin.xml b/modules_k/outbound/doc/outbound_admin.xml index 97e718d..8f0b057 100644 --- a/modules_k/outbound/doc/outbound_admin.xml +++ b/modules_k/outbound/doc/outbound_admin.xml @@ -163,7 +163,8 @@ failure_route[REPLY_OUTBOUND] { ... loadmodule "registrar.so" ... -TBD +modparam("registrar", "outbound_mode", 2) +### TBD ... ]]></programlisting> </example>