3.0 Apache Forward
Due to cross-domain browser restrictions you will need to add a forward into your apache server configuration to allow Noojee Click for AJAX to function correctly.
for deployment on Noojee PBX add the following lines to /etc/apache2/sites-enabled/njadmin
ProxyPassReverse /noojeeclick http://pbx.yourdomain.com:8080/noojeeclick ProxyPass /noojeeclick http://pbx.yourdomain.com:8080/noojeeclick
Where pbx.yourdomain.com is either the IP address or FQDN of your Asterisk pbx which is running the Noojee Click for AJAX service.