Module: kamailio
Branch: master
Commit: fc182198c7182759cc2c10b4afa3569336a438c9
URL:
https://github.com/kamailio/kamailio/commit/fc182198c7182759cc2c10b4afa3569…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2025-01-03T12:02:21+01:00
presence_dfks: added README file
- initial import, it is going to be autmatically generated from now on
---
Added: src/modules/presence_dfks/README
---
Diff:
https://github.com/kamailio/kamailio/commit/fc182198c7182759cc2c10b4afa3569…
Patch:
https://github.com/kamailio/kamailio/commit/fc182198c7182759cc2c10b4afa3569…
---
diff --git a/src/modules/presence_dfks/README b/src/modules/presence_dfks/README
new file mode 100644
index 00000000000..d965a6e4c6a
--- /dev/null
+++ b/src/modules/presence_dfks/README
@@ -0,0 +1,78 @@
+presence_dfks Module
+
+Maja Stanislawska
+
+ <maja.stanislawska(a)yahoo.com>
+
+Victor Seva
+
+ Sipwise GmbH
+ <vseva(a)sipwise.com>
+
+Edited by
+
+Victor Seva
+
+ Sipwise GmbH
+ <vseva(a)sipwise.com>
+
+ Copyright �� 2014 Maja Stanislawska
+
+ Copyright �� 2024 Victor Seva
+ __________________________________________________________________
+
+ Table of Contents
+
+ 1. Admin Guide
+
+ 1. Overview
+ 2. Dependencies
+
+ 2.1. Kamailio Modules
+ 2.2. External Libraries or Applications
+
+ 3. Parameters
+
+Chapter 1. Admin Guide
+
+ Table of Contents
+
+ 1. Overview
+ 2. Dependencies
+
+ 2.1. Kamailio Modules
+ 2.2. External Libraries or Applications
+
+ 3. Parameters
+
+1. Overview
+
+ This module for handling as-feature-event presence messages Provides
+ support for 'Device FeatureKey Synchronization', as described in
+
http://community.polycom.com/polycom/attachments/polycom/VoIP/2233/1/De
+ viceFeatureKeySynchronizationFD.pdf This 'protocol' was developed at
+ Broadsoft, and is used in Linksys/Cisco and Polycom phones and probably
+ some other too. It allows to set up features like dnd (No Not Disturb)
+ and call forwarding using phone interface and have that status updated
+ on aplication server/ proxy or otherway, set those features on
+ aplication server using some gui, and have this data provisioned on
+ phone. For Shared Line Appreance application this let You share status
+ on all phones.
+
+2. Dependencies
+
+ 2.1. Kamailio Modules
+ 2.2. External Libraries or Applications
+
+2.1. Kamailio Modules
+
+ The following modules must be loaded before this module:
+ * sl. presence. pua.
+
+2.2. External Libraries or Applications
+
+ The following libraries or applications must be installed before
+ running Kamailio with this module loaded:
+ * libxml2 - xml handling library.
+
+3. Parameters