You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/misc/examples/scripts/web_im/send_im.html

38 lines
393 B

<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>