Module: kamailio
Branch: master
Commit: ce0a16b3426f500d66eb987ea9c0dd59f25018a4
URL:
https://github.com/kamailio/kamailio/commit/ce0a16b3426f500d66eb987ea9c0dd5…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-07-13T11:02:19+02:00
modules: readme files regenerated - dialog ... [skip ci]
---
Modified: src/modules/dialog/README
---
Diff:
https://github.com/kamailio/kamailio/commit/ce0a16b3426f500d66eb987ea9c0dd5…
Patch:
https://github.com/kamailio/kamailio/commit/ce0a16b3426f500d66eb987ea9c0dd5…
---
diff --git a/src/modules/dialog/README b/src/modules/dialog/README
index a3baacf621..2a29057b6b 100644
--- a/src/modules/dialog/README
+++ b/src/modules/dialog/README
@@ -2018,8 +2018,15 @@ kamcmd dlg.profile_list inbound_calls
Parameters:
* from - SIP address to initiate the call
* to - SIP address to refer 'from' to
- * op (optional) - outbound proxy SIP address
- * body (optional) - SDP body for initial INVITE
+ * op (optional) - outbound proxy SIP address. If its value is set to
+ '.' (dot), then it is ignored (like it would not have been
+ provided).
+ * body (optional) - SDP body for initial 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.
RPC Command Format:
...