Module: kamailio Branch: master Commit: 240bf9d122a9800ccfcac320776fb89a2c60d544 URL: https://github.com/kamailio/kamailio/commit/240bf9d122a9800ccfcac320776fb89a2c60d544
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2014-12-29T22:56:38+01:00 pua_dialoginfo: documentation for new parameters - pubruri_caller_dlg_var and pubruri_callee_dlg_var --- Modified: modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/240bf9d122a9800ccfcac320776fb89a2c60d544.diff Patch: https://github.com/kamailio/kamailio/commit/240bf9d122a9800ccfcac320776fb89a2c60d544.patch --- diff --git a/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml b/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml index 6864a00..e08402d 100644 --- a/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml +++ b/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml @@ -416,7 +416,51 @@ modparam("pua_dialoginfo", "pubruri_callee_avp", "$avp(s:puburis_callee)") </programlisting> </example> </section> + + <section id="pua_dialoginfo.p.pubruri_caller_dlg_var"> + <title><varname>pubruri_caller_dlg_var</varname> (str)</title> + <para> + Must be set to the name of dialog variable where to store + the URI for caller, used to send the notifications. This is needed + to restored the value after &kamailio; restart. If not set, loaded + dialogs at restart are no longer sending notifications. New dialogs + are working fine. + </para> + <para> + <emphasis>Default value is <quote>NULL</quote>.</emphasis> + </para> + <example> + <title>Set <varname>pubruri_caller_avp</varname> parameter</title> + <programlisting format="linespecific"> +... +modparam("pua_dialoginfo", "pubruri_caller_dlg_var", "pubruri_caller") +... +</programlisting> + </example> + </section> + <section id="pua_dialoginfo.p.pubruri_callee_dlg_var"> + <title><varname>pubruri_callee_dlg_var</varname> (int)</title> + <para> + Must be set to the name of dialog variable where to store + the URI for callee, used to send the notifications. This is needed + to restored the value after &kamailio; restart. If not set, loaded + dialogs at restart are no longer sending notifications. New dialogs + are working fine. + </para> + <para> + <emphasis>Default value is <quote>NULL</quote>.</emphasis> + </para> + <example> + <title>Set <varname>pubruri_callee_dlg_var</varname> parameter</title> + <programlisting format="linespecific"> +... +modparam("pua_dialoginfo", "pubruri_callee_dlg_var", "pubruri_callee") +... +</programlisting> + </example> + </section> + </section> <section> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
