![]()
A php implementation using Asterisk
Free to use free for everyone!

Key Features
The ability to use an hyperlink tag callto:// able to use as link to call
like this +0123456789
note. callto it’s a replacement of netmeeting or other applications

Click for Call Manager preview
♦
Install
Requires Asterisk 1.2 or above
A Linux desktop with Mozilla Firefox or Windows with Firefox or IE6 and above
Apache 2.0+ Web server daemon with PHP-4.3 HTML-embedded scripting language
Download callto.zip
Install this distribution simply going on:
change to doc_root, like cd /var/www/html
mkdir callto
extract callto.zip and upload all files to doc_root/callto of your asterisk machine
chown -R root:root callto
chmod -R 755 callto
To import regkey file into your windows registry
open callto.reg and read the comment below this file
double click callto.reg on your windows workplace
note thus tag ‘callto’ it replaces ms netmeeting
Usage
Run within browser http://your_pbx/callto/callto.php
URL http://your_pbx use instead your valid host name or ip address
note consult the file manager.php, goto line two $prefix=”0″; set your appropriate prefix
prefix zero probably to use for outgoing trunk
Using website building
<p><a href=”callto://0441234567″>
<img src=”dialfox_icon.gif” width=”80″ height=”15″ border=”0″
title=”callto 0441234567″ alt=”callto 0441234567″></a></p>
To use Asterisk Manager
edit /etc/asterisk/manager.conf and enable the Asterisk Call Management support, here an example using trixbox distribution
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0
[admin] # Logon name
secret = amp111 # this is the password
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
permit=192.168.1.0/255.255.255.0 # allow your local subnet
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user
License
Copyright (C) 2006 by A-Enterprise GmbH. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html






