forked from YeeYoungHan/cppsipstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServerMonitor.xml
More file actions
56 lines (56 loc) · 2.03 KB
/
Copy pathServerMonitor.xml
File metadata and controls
56 lines (56 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<ServerMonitor>
<MonitorList>
<MonitorEntry command="call_map_list" title="Call List">
<MonitorAttribute name="Call-Id" />
<MonitorAttribute name="Call-Id" />
<MonitorAttribute name="Invite" />
<MonitorAttribute name="Peer-Port" />
</MonitorEntry>
<MonitorEntry command="sip_server_map_list" title="SipServer List">
<MonitorAttribute name="key" />
<MonitorAttribute name="name" />
<MonitorAttribute name="flag" />
<MonitorAttribute name="ip" />
<MonitorAttribute name="domain" />
<MonitorAttribute name="userid" />
<MonitorAttribute name="timeout" />
<MonitorAttribute name="login" />
</MonitorEntry>
<MonitorEntry command="user_map_list" title="User List">
<MonitorAttribute name="id" />
<MonitorAttribute name="ip" />
<MonitorAttribute name="login time" />
<MonitorAttribute name="timeout" />
</MonitorEntry>
<MonitorEntry command="rtp_map_list" title="Rtp List">
<MonitorAttribute name="Port" />
<MonitorAttribute name="StartPort" />
<MonitorAttribute name="Rtp" />
<MonitorAttribute name="Rtcp" />
<MonitorAttribute name="Rtp" />
<MonitorAttribute name="Rtcp" />
<MonitorAttribute name="Stop" />
</MonitorEntry>
<MonitorEntry command="dialog_map_list" title="Dialog List">
<MonitorAttribute name="Call-Id" />
<MonitorAttribute name="From" />
<MonitorAttribute name="To" />
<MonitorAttribute name="ContactIp" />
<MonitorAttribute name="RtpLocalIp" />
<MonitorAttribute name="RtpRemoteIp" />
<MonitorAttribute name="InviteTime" />
<MonitorAttribute name="StartTime" />
<MonitorAttribute name="EndTime" />
</MonitorEntry>
<MonitorEntry command="sip_stack_count_list" title="Transaction List">
<MonitorAttribute name="ICT" />
<MonitorAttribute name="NICT" />
<MonitorAttribute name="IST" />
<MonitorAttribute name="NIST" />
<MonitorAttribute name="Delete" />
</MonitorEntry>
</MonitorList>
<SendCommandList>
<SendCommandEntry command="stop" />
</SendCommandList>
</ServerMonitor>