-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathout_call.php
More file actions
56 lines (41 loc) · 1.4 KB
/
out_call.php
File metadata and controls
56 lines (41 loc) · 1.4 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
<?php
include ("./lib/defines.php");
include ("./lib/functions.php");
include ("locale.php");
getpost_ifset ('confno');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title><?php print GUI_TITLE; ?> <?php print _("control"); ?></title>
<meta http-equiv="Content-Type" content="text/html">
<link rel="stylesheet" type="text/css">
<style type="text/css" media="screen">
@import url("css/content.css");
@import url("css/docbook.css");
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body bgcolor="#acbdee">
<center>
<?php print _("Outbound Call to invited participant").":"; ?>
<FORM action="./call_operator.php" method=post name=WMOutCall>
<INPUT type="hidden" name="action" value="quickcall">
<INPUT type="hidden" name="data" value="<?php print $confno; ?>">
<?php print _("Telephone #"); ?><INPUT type="text" name="invite_num" value="">
<br>
<center>
<input type="submit" value=<?php print "\""._("CALL")."\""; ?> />
<center>
</FORM>
<script language="javascript">
<!--
document.WMOutCall.invite_num.focus()
//-->
</script>