File: send_im.html

package info (click to toggle)
kamailio 6.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 70,432 kB
  • sloc: ansic: 859,295; xml: 203,409; makefile: 9,687; sh: 9,043; sql: 8,571; yacc: 4,121; python: 3,086; perl: 2,955; java: 449; cpp: 289; javascript: 270; php: 258; ruby: 248; awk: 27
file content (37 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (10)
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
<html>
<!-- $Id$ -->
<header>
<title>
Send IM
</title>
</header>

<body>
<h1>
Send IM
</h1>

<form method=POST action=send_im.php>
<table>
<tr>
<td>
SIP Address
<br>
Example: sip:gwb@iptel.org
<td>
<input name=sip_address>
<tr>
<td>
Message
<td>
<textarea name=instant_message rows=6 cols=40>
</textarea>
<tr>
<td>Click to send
<td>
<input type=submit value=submit>
</table>
</form>


</body>