• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Apr-2021-

doc/H15-Apr-2021-151129

test_framework/H15-Apr-2021-615519

MakefileH A D15-Apr-2021592 4521

READMEH A D15-Apr-20212 KiB10763

add_events.cH A D15-Apr-20211.9 KiB6528

add_events.hH A D15-Apr-20211,018 314

notify_body.cH A D15-Apr-20216.7 KiB263179

notify_body.hH A D15-Apr-20211.3 KiB387

pidf.cH A D15-Apr-20214.2 KiB197136

pidf.hH A D15-Apr-20211.5 KiB4913

presence_conference.cH A D15-Apr-20212.8 KiB11162

presence_conference.hH A D15-Apr-20211 KiB314

publish.xmlH A D15-Apr-20210 10

README

1presence_conference Module
2
3Marius-Ovidiu Bucur
4
5Edited by
6
7Marius-Ovidiu Bucur
8
9   Copyright © 2010 Marius-Ovidiu Bucur
10     __________________________________________________________________
11
12   Table of Contents
13
14   1. Admin Guide
15
16        1. Overview
17        2. Dependencies
18
19              2.1. Kamailio Modules
20              2.2. External Libraries or Applications
21
22        3. Parameters
23
24              3.1. use_partial_states (int)
25
26        4. MI Commands
27
28              4.1. conference_reset
29
30   List of Examples
31
32   1.1. Set use_partial_states parameter
33
34Chapter 1. Admin Guide
35
36   Table of Contents
37
38   1. Overview
39   2. Dependencies
40
41        2.1. Kamailio Modules
42        2.2. External Libraries or Applications
43
44   3. Parameters
45
46        3.1. use_partial_states (int)
47
48   4. MI Commands
49
50        4.1. conference_reset
51
521. Overview
53
54   This module is a mixer for presence notifications published by an audio
55   conference mixer as per RFC 4353: A Framework for Conferencing with SIP
56   and RFC 4575: A SIP Event Package for Conference State. In other words
57   it is presence handling of conference events - conference-info+xml
58   documents.
59
602. Dependencies
61
62   2.1. Kamailio Modules
63   2.2. External Libraries or Applications
64
652.1. Kamailio Modules
66
67   The following modules must be loaded before this module:
68     * presence.
69
702.2. External Libraries or Applications
71
72   The following libraries or applications must be installed before
73   running Kamailio with this module loaded:
74     * libxml2 - xml handling library.
75
763. Parameters
77
78   3.1. use_partial_states (int)
79
803.1. use_partial_states (int)
81
82   Control usage of partial state notifications.
83
84   Default value is “0”.
85
86   Example 1.1. Set use_partial_states parameter
87...
88modparam("presence_conference", "use_partial_states", 0)
89...
90
914. MI Commands
92
93   4.1. conference_reset
94
954.1.  conference_reset
96
97   Reset internal data.
98
99   Name: conference_reset
100
101   Parameters:
102     * none
103
104   MI FIFO Command Format:
105                :conference_reset:_reply_fifo_file_
106                _empty_line_
107