Hi!
I have just commited 2 new modules into SVN trunk: - pua_dialoginfo: gets dialog states from dialog module and sends PUBLISH with the dialog state in RFC 4235 conform XML documents
- presence_dialoginfo: extends presence module to handle PUBLISH with dialog-info. Allows aggregation of multiple XML documents into one document.
With this module you can have BLF without the need for an PBX (Asterisk). It is know to work with SNOM and Linksys phones. Linksys requires some tweaking with module parameters.
The work was sponsored by Silver Server (www.sil.at)
For a full description please refer to the very extensive documentation in the associated READMEs.
regards Klaus
Hello,
On 09/17/08 14:53, Klaus Darilion wrote:
Hi!
I have just commited 2 new modules into SVN trunk:
- pua_dialoginfo: gets dialog states from dialog module and sends
PUBLISH with the dialog state in RFC 4235 conform XML documents
- presence_dialoginfo: extends presence module to handle PUBLISH with
dialog-info. Allows aggregation of multiple XML documents into one document.
With this module you can have BLF without the need for an PBX (Asterisk). It is know to work with SNOM and Linksys phones. Linksys requires some tweaking with module parameters.
The work was sponsored by Silver Server (www.sil.at)
For a full description please refer to the very extensive documentation in the associated READMEs.
this is a great addition, thanks! The READMEs are available to browse online at usual place:
http://www.kamailio.org/docs/modules/devel/
I see commit notification are missing for now, maybe some sf delays, but the sources are in the svn.
Cheers, Daniel
17 sep 2008 kl. 14.21 skrev Daniel-Constantin Mierla:
Hello,
On 09/17/08 14:53, Klaus Darilion wrote:
Hi!
I have just commited 2 new modules into SVN trunk:
- pua_dialoginfo: gets dialog states from dialog module and sends
PUBLISH with the dialog state in RFC 4235 conform XML documents
- presence_dialoginfo: extends presence module to handle PUBLISH with
dialog-info. Allows aggregation of multiple XML documents into one document.
With this module you can have BLF without the need for an PBX (Asterisk). It is know to work with SNOM and Linksys phones. Linksys requires some tweaking with module parameters.
The work was sponsored by Silver Server (www.sil.at)
For a full description please refer to the very extensive documentation in the associated READMEs.
this is a great addition, thanks!
Wow! Big applause from the Swedish community!
This is really important. /O
in order to understand this dialog event package, i read introduction section of rfc 4235. what i don't get is why it is not enough that user who wants to know when another user becomes available, subscriber to that user's presence event package. if the user is in a phone call, his/her user presence state could be 'open'/'busy' and when the call ends, the state would be changed to 'open'/'available' or something like that. the benefit of that over the dialog package would be that no dialog state info would be needed from the proxy.
so why do we need yet another event package to figure out when user's call ends?
-- juha