File: index.html

package info (click to toggle)
kannel 1.4.5-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,284 kB
  • sloc: ansic: 105,659; sh: 32,211; xml: 20,360; php: 1,103; perl: 711; makefile: 583; yacc: 548; awk: 133; python: 122; javascript: 27; pascal: 3
file content (39 lines) | stat: -rw-r--r-- 1,459 bytes parent folder | download | duplicates (8)
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
<!DOCTYPE html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Administration</title>
</head>

<body bgcolor="#FFFFFF" text="#000000">

<hr>
<h1><u>Administration</u></h1>
<ul>
  <li><a href="admin.php?command=status">Get the current status of the gateway.</a></li>
  <li><a href="admin.php?command=suspend">Set Kannel state as
    'suspended'. (<i>Password required).</i></a></li>
  <li><a href="admin.php?command=isolate">Set Kannel state as
    'isolated'. (<i>Password required).</i></a></li>
  <li><a href="admin.php?command=resume">Set Kannel state as
    'running' if it is suspended or isolated. (<i>Password required).</i></a></li>
  <li><a href="admin.php?command=shutdown">Bring down the
    gateway, by setting state to 'shutdown'. (<i>Password required).</i></a></li>
  <li><a href="admin.php?command=restart">Restart Kannel. <i>(Password
    required).</i></a></li>
</ul>
<p>&nbsp;</p>
<h1><u>Usage</u></h1>
<ul>
  <li><a href="sendsms.php">Send a SMS Text message</a>.</li>
  <li><a href="sendota.php">Send an OTA WAP configuration</a>.</li>
  <li><a href="sendvcard.php">Send a vCard.</a></li>
  <li><a href="sendol.php">Send an Operator logo.</a></li>
  <li><a href="sendgl.php">Send a Group Logo.</a></li>
  <li><a href="sendrt.php">Send a Ringing tone.</a></li>
  <li><a href="sendvcal.php">Send a vCalendar.</a></li>
  <li><a href="sendcli.php">Send a Caller Line Identification logo.</a></li>
</ul>

</body>

</html>