Skip to content

Commit

Permalink
modules: readme files regenerated - pua ...
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Jan 2, 2017
1 parent 719b129 commit eb6ef99
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
23 changes: 12 additions & 11 deletions src/modules/pua/README
Expand Up @@ -41,9 +41,9 @@ Anca-Maria Vamanu

4.1. pua_update_contact()

5. MI Commands
5. RPC Commands

5.1. pua_cleanup
5.1. pua.cleanup

6. Installation

Expand Down Expand Up @@ -107,9 +107,9 @@ Chapter 1. Admin Guide

4.1. pua_update_contact()

5. MI Commands
5. RPC Commands

5.1. pua_cleanup
5.1. pua.cleanup

6. Installation

Expand Down Expand Up @@ -373,22 +373,23 @@ if(method=="NOTIFY")
pua_update_contact();
...

5. MI Commands
5. RPC Commands

5.1. pua_cleanup
5.1. pua.cleanup

5.1. pua_cleanup
5.1. pua.cleanup

Manually triggers the cleanup functions for the pua table. Useful if
you have set update_period to zero or less.

Name: pua_cleanup
Name: pua.cleanup

Parameters: none

MI FIFO Command Format:
:pua_cleanup:fifo_reply
_empty_line_
RPC Command Format:
...
kamcmd pua.cleanup
...

6. Installation

Expand Down
12 changes: 6 additions & 6 deletions src/modules/pua_rpc/README
Expand Up @@ -8,9 +8,9 @@ Anca-Maria Vamanu

Voice Sistem SRL

Copyright 2016 TutPro Inc.
Copyright © 2016 TutPro Inc.

Copyright 2006 Voice Sistem SRL
Copyright © 2006 Voice Sistem SRL
__________________________________________________________________

Table of Contents
Expand Down Expand Up @@ -49,9 +49,9 @@ Chapter 1. Admin Guide

1. Overview

The pua_rpc offers the possibility to publish presence information via
RPC transport. Subscribing to presence information has not been
implemented yet.
The pua_rpc module offers the possibility to publish presence
information via the RPC transport. Subscribing to presence information
has not been implemented yet.

Using this module you can create independent applications/scripts to
publish SIP and not SIP related information (e.g., MWI message summary
Expand Down Expand Up @@ -84,7 +84,7 @@ Chapter 1. Admin Guide

4.1. pua.publish

4.1. pua.publish
4.1. pua.publish

Command parameters:
* presentity_uri - e.g. sip:jh@tutpro.com
Expand Down

0 comments on commit eb6ef99

Please sign in to comment.