Module: kamailio
Branch: master
Commit: ced18c6f3c3a4632cb23510334466c236f08d26f
URL: https://github.com/kamailio/kamailio/commit/ced18c6f3c3a4632cb23510334466c2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-11-23T09:07:44+01:00
presence: docs - small typo
---
Modified: src/modules/presence/doc/presence_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/ced18c6f3c3a4632cb23510334466c2…
Patch: https://github.com/kamailio/kamailio/commit/ced18c6f3c3a4632cb23510334466c2…
---
diff --git a/src/modules/presence/doc/presence_admin.xml b/src/modules/presence/doc/presence_admin.xml
index 7e425105aa4..9a1a655cc17 100644
--- a/src/modules/presence/doc/presence_admin.xml
+++ b/src/modules/presence/doc/presence_admin.xml
@@ -1381,7 +1381,7 @@ pres_update_watchers("sip:test@kamailio.org", "presence");
<itemizedlist>
<listitem>
<para>mode - (optional) it can be 'full' to print all the
- fields of presentity record. If missine, only a selected
+ fields of presentity record. If missing, only a selected
set of fields are printed in the response.</para>
</listitem>
</itemizedlist>
Hello!
We needed rtpengine module to be asynchronous. I needed help for this.
1) I want to understand how many of the commands in the list are needed to be made asynchronous.
2) I went through evapi module to understand how asynchronous commands were implemented by suspending request/responses and then continuing. But I couldn't see anywhere where the suspended commands were being continued.
Thank you.