DialFox Callto is a super handy web-based dialer designed for Asterisk PBX and AMI Call Management. What’s cool about it is that you can use an HTML hyperlink tag to call numbers using the callto://+44441234567 URI. It makes calling easier, right from your browser!
If you want to get started with DialFox, here are the requirements you need:
You can run it right in your browser! Just navigate to: http://your_pbx/callto/callto.php. Remember to replace your_pbx with your valid host name or IP address.
You’ll need to consult the file manager.php for some tweaks. Go to line two where you see $prefix="0"; and set your prefix correctly. Usually, a prefix of zero is used for outgoing trunk calls, like in Switzerland.
If you're building a webpage, here’s how you can set up a clickable link:
<p><a href="callto://0441234567">
<img src="dialfox_icon.gif" width="80" height="15" border="0"
title="callto 0441234567" alt="callto 0441234567"></a></p>
If you're using Asterisk Manager, you'll need to do a bit of editing. Open up /etc/asterisk/manager.conf and enable Asterisk Call Management support.
[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
Go to the Softpas website, press the 'Downloads' button, and pick the app you want to download and install—easy and fast!
SoftPas is your platform for the latest software and technology news, reviews, and guides. Stay up to date with cutting-edge trends in tech and software development.
Subscribe to newsletter
© Copyright 2024, SoftPas, All Rights Reserved.