Module: kamailio
Branch: master
Commit: c0aa8ab52e635c8b3173fdef77b25925e44cd4d4
URL: 
https://github.com/kamailio/kamailio/commit/c0aa8ab52e635c8b3173fdef77b25925e44cd4d4

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2018-07-13T10:46:48+02:00

dialog: docs - notes about special values for optional parameters

---

Modified: src/modules/dialog/doc/dialog_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/c0aa8ab52e635c8b3173fdef77b25925e44cd4d4.diff
Patch: 
https://github.com/kamailio/kamailio/commit/c0aa8ab52e635c8b3173fdef77b25925e44cd4d4.patch

---

diff --git a/src/modules/dialog/doc/dialog_admin.xml 
b/src/modules/dialog/doc/dialog_admin.xml
index e1d2bc275d..6d936491cb 100644
--- a/src/modules/dialog/doc/dialog_admin.xml
+++ b/src/modules/dialog/doc/dialog_admin.xml
@@ -2581,11 +2581,17 @@ if(has_totag()) {
                                <emphasis>to</emphasis> - SIP address to refer 
'from' to
                        </para></listitem>
                        <listitem><para>
-                               <emphasis>op</emphasis> (optional) - outbound 
proxy SIP address
+                               <emphasis>op</emphasis> (optional) - outbound 
proxy SIP address.
+                               If its value is set to '.' (dot), then it is 
ignored (like it
+                               would not have been provided).
                        </para></listitem>
                        <listitem><para>
                                <emphasis>body</emphasis> (optional) - SDP body 
for initial
-                               INVITE
+                               INVITE. If its value is set to '.' (dot), then 
it is ignored
+                               (like it would not have been provided). If body 
is not set via
+                               RPC command parameter, then an internal 
generated SDP with G711a
+                               and G711u is used. If its value is set to '' 
(empty string) or
+                               '_' (underline), then the INVITE is sent 
without an SDP body.
                        </para></listitem>
                </itemizedlist>
                <para>RPC Command Format:</para>


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to