blob: b1cd0b1cccefa0c16dcfac81efae7eb25c141e02 (
plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<& /elements/header-popup.html &>
<TABLE>
<TR>
<TH ALIGN="left">Generic</TH>
<TH ALIGN="left">Access</TH>
<TH ALIGN="left">Telephony</TH>
<TH ALIGN="left">Video</TH>
<!-- <TH>Hosting</TH>
<TH>Colocation</TH>
-->
</TR>
<TR>
<TD VALIGN="top">
<UL STYLE="margin:0">
<LI><B>svc_acct</B>: Accounts - anything with a username (mailbox, shell, RADIUS, etc.)
<LI><B>svc_hardware</B>: Equipment supplied to customers
<LI><B>svc_external</B>: Externally-tracked service
<LI><B>svc_group</B>: Generic group service
</UL>
</TD>
<TD VALIGN="top">
<UL STYLE="margin:0">
<LI><B>svc_dsl</B>: DSL
<LI><B>svc_broadband</B>: Fixed wireless broadband
<LI><B>svc_cable</B>: Cable
<LI><B>svc_fiber</B>: Fiber-to-the-premise service
</UL>
</TD>
<TD VALIGN="top">
<UL STYLE="margin:0">
<LI><B>svc_phone</B>: Customer phone number
<LI><B>svc_pbx</B>: Customer PBX
<LI><B>svc_conferencing</B>: Conferencing service
<LI><B>svc_circuit</B>: Phone circuits other than DSL
</UL>
</TD>
<TD VALIGN="top">
<UL STYLE="margin:0">
<LI><B>svc_video</B>: IPTV or video-on-demand service
<LI><B>svc_dish</B>: DISH Network
</UL>
</TD>
</TR>
</TABLE>
<BR>
<TABLE>
<TR>
<TH ALIGN="left">Hosting</TH>
<TH ALIGN="left">Colocation</TH>
<TH ALIGN="left">Alarm</TH>
<TH ALIGN="left">Real Estate</TH>
</TR>
<TD VALIGN="top">
<UL STYLE="margin:0">
<LI><B>svc_domain</B>: Domain
<LI><B>svc_cert</B>: Certificate
<LI><B>svc_forward</B>: Mail forwarding
<LI><B>svc_mailinglist</B>: Mailing list
<LI><B>svc_www</B>: Virtual domain website
</UL>
</TD>
<TD VALIGN="top">
<UL STYLE="margin:0">
<LI><B>svc_port</B>: Customer router/switch port
</UL>
</TD>
<TD VALIGN="top">
<UL STYLE="margin:0">
<LI><B>svc_alarm</B>: Alarm service
</UL>
</TD>
<TD VALIGN="top">
<UL STYLE="margin:0">
<LI><B>svc_realestate</B>: Real estate properties
</UL>
</TD>
</TR>
<TABLE>
</BODY>
</HTML>
|