JAC2C - Asterisk Joomla Click to Call Module
Introduction:
JAC2C is a Joomla module that allows you integrate your Asterisk PBX to your Joomla 1.5 by adding an Click To Call application.
Download: JAC2C 1.0
Setting up your Asterisk to receive and accept JAC2C requests.
Here is a quick tutorial to help you with the Asterisk Manager configuration
# vi /etc/asterisk/manager.conf
; make sure it is enabled and and the port is correct:
enabled = yes
port = 5038
; At the end of the file you can add the following line:
[yourUserName]
secret = yourPassword
deny=0.0.0.0/0.0.0.0
permit=yourWebServerIP/255.255.255.255
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config
;; youWebserverIP is the IP address where Joomla is installed. In order to figure that out you can ping www.yourWebSite.com.
;; ex ping www.google.com (if google.com were my website)
:x -> save and exit
Now your Asterisk manager is ready to accept and process JAC2C calls.
JAC2C module installation and configuration:
You will only need to set the parameters in the JAC2C module configuration. Go to Extesions / Module Manager and select
Last Updated (Friday, 26 March 2010 00:00)



Comments
Hello!
Processing . . . Warning: fsockopen(): php_network_get addresses: getaddrinfo failed: Name or service not known in /var/www/katusha/modules/mod_jac2c/helper.php on line 55 Warning: fsockopen(): unable to connect to :5038 (php_network_ge t addresses: getaddrinfo failed: Name or service not known) in /var/www/katusha/modules/mod_jac2c/helper.php on line 55 Connection to host failed
Thanks for your module .
i have problem i received this message:
Processing . . .Connection to host failed
can you help me
regards
Alex
Step 1) Unpack the original archive mod_jac2c1-1.zip to its directory (e.g. dir/mod_jac2c1-1)
Step 2) Find and edit the XML file mod_jac2c.xml to include the following lines (place this AFTER the and before the ):
--------Then Save this XML file-----
Step 3) Re-archive the entire folder mod_jac2c1-1 and install to Joomla 1.6 or 1.7
Step 4) On Asterisk, modify the etc/asterisk/manager.conf file to add a new user (or existing user/password) as in the example above, but in on Asterisk 1.6 and greater make sure the Originate command is in the list as follows:
[yourUserName]
secret = yourPassword
deny=0.0.0.0/0.0.0.0
permit=yourWebServerIP /255.255.255.255
read = system,call,log ,verbose,comman d,agent,user,co nfig,command,dt mf,reporting,cd r,dialplan,orig inate
write = system,call,log ,verbose,comman d,agent,user,co nfig,command,dt mf,reporting,cd r,dialplan,orig inate
--------
Tested and works like a champ!
Thanks,
Glenn
Thanks,
Glenn
Thanks!
Can you please share your success configurations. Thanks.
Bawo.
== Connect attempt from '10.10.1.55' unable to authenticate
Please help. Thanks.
Bawo.
Thank you partner!
RSS feed for comments to this post.