Menu Content/Inhalt
Home arrow Projects arrow DialFox arrow Asterisk Dialer for Browser





Lost Password?

Paypal Donate

Your help brings me inspiration to made improvements continued and further development for this Asterisk Phonebook
Asterisk Dialer for Browser PDF Print E-mail
Written by webmaster   
Friday, 17 August 2007

 


Push to callA php implementation for using Asterisk API Call Management

 

 
Key Features

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

 Call Manager
Call Manager preview

 

Install

DialFox requires Asterisk 1.2 or above
A Linux or Mac desktop with Safari browser or Windows with Firefox or IE6 and above
Apache 2.0+ Web server daemon with PHP-4.3 HTML-embedded scripting language


Download

download callto.zip

Install this distribution simply going on:
        change to doc_root like /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
        To 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

Example: using trixbox distribution

[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0

[admin]   # Logon name
secret = amp111   # 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

-eof-


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

 

Last Updated ( Saturday, 08 August 2009 )
 
< Prev   Next >
designed by www.madeyourweb.com