I installed the asterisk.module for 4.6.9 and when I am getting this when I execute:
# /usr/bin/php /usr/local/bin/drupal-scripts/asterisk_cron.php
Content-type: text/html
X-Powered-By: PHP/4.3.11Warning: main(../../../includes/xmlrpc.inc): failed to open stream: No such file or directory in /usr/local/bin/drupal-scripts/asterisk_cron.php on line 30
Fatal error: main(): Failed opening required '../../../includes/xmlrpc.inc' (include_path='.:/usr/share/pear') in /usr/local/bin/drupal-scripts/asterisk_cron.php on line 30
I checked with the line referred by the line 30 and it does exist in includes.
However, a little bit of confusion is what is password and user for xmlrpc.php in the asterisk_cron.php? It reads like this:
// URL of the xmlrpc server to query for a call queue
$servers['1']['url'] = 'http://192.168.1.100/drupal-4.6.9/xmlrpc.php';
$servers['1']['name'] = 'user';
$servers['1']['pass'] = 'password';
Is that the fields for admin user and password?
Thanks!