Module: kamailio
Branch: master
Commit: c0fd507e5bf4a588acdfd71064f15b5a79418cd5
URL: https://github.com/kamailio/kamailio/commit/c0fd507e5bf4a588acdfd71064f15b5…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-05-05T21:20:56+02:00
Merge pull request #147 from mslehto/patch-1
pua_mi: document missing mi_pua_publish MI input parameter "id"
---
Modified: modules/pua_mi/mi_func.c
---
Diff: https://github.com/kamailio/kamailio/commit/c0fd507e5bf4a588acdfd71064f15b5…
Patch: https://github.com/kamailio/kamailio/commit/c0fd507e5bf4a588acdfd71064f15b5…
---
diff --git a/modules/pua_mi/mi_func.c b/modules/pua_mi/mi_func.c
index a107c4d..f92c9ff 100644
--- a/modules/pua_mi/mi_func.c
+++ b/modules/pua_mi/mi_func.c
@@ -41,7 +41,9 @@
* <expires>
* <event package>
* <content_type> - body type if body of a type different from default
- * event content-type or .
+ * event content-type or .
+ * <id> - id for a series of related PUBLISHes to the same
+ * presentity-uri or .
* <ETag> - ETag that publish should match or . if no ETag
* <outbound_proxy> - outbound proxy or .
* <extra_headers> - extra headers to be added to the request or .
Module: kamailio
Branch: master
Commit: 201dc5b600d8516368a54c70af6f02c3ea06353b
URL: https://github.com/kamailio/kamailio/commit/201dc5b600d8516368a54c70af6f02c…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2015-05-05T21:54:22+03:00
pua_mi: document missing mi_pua_publish parameter "id"
---
Modified: modules/pua_mi/mi_func.c
---
Diff: https://github.com/kamailio/kamailio/commit/201dc5b600d8516368a54c70af6f02c…
Patch: https://github.com/kamailio/kamailio/commit/201dc5b600d8516368a54c70af6f02c…
---
diff --git a/modules/pua_mi/mi_func.c b/modules/pua_mi/mi_func.c
index a107c4d..f92c9ff 100644
--- a/modules/pua_mi/mi_func.c
+++ b/modules/pua_mi/mi_func.c
@@ -41,7 +41,9 @@
* <expires>
* <event package>
* <content_type> - body type if body of a type different from default
- * event content-type or .
+ * event content-type or .
+ * <id> - id for a series of related PUBLISHes to the same
+ * presentity-uri or .
* <ETag> - ETag that publish should match or . if no ETag
* <outbound_proxy> - outbound proxy or .
* <extra_headers> - extra headers to be added to the request or .
Hi,
I would like to propose a patch in which the dialog duration displayed
in the cdrs is:
/0 -> timed-out not acknowledged dialogs
duration from creation to timeout -> timed-out acknowledged dialogs
/
I am still testing the solution for the master branch while tests pass
on a previous version.
Any comments on the code? (I am not particularly proud of the string
defines in the dlg_cb.h, but am unsure where to include some const
variable accessible to both acc and dialog to pass as calback param for
dialog expiration)
Thank you,
Lucian Balaceanu