koreystanley
New Member
- Joined
- May 29, 2008
- Messages
- 6
- Reaction score
- 0
I have a new PBXinaFlash system ready to deploy. Everything is working great except the Aastra visual voicemail XML feature. On the Aastra 57i phones I can view the voicemails, see all info about the voicemail, but when I press "play" the word "Loading..." flashes on the screen for 1/2 a second and then nothing. No errors.
My httpd error_log shows this when I press "play":
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: page in /var/www/html/aastra/vmail.php on line 38
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: target in /var/www/html/aastra/vmail.php on line 44
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD1 in /var/www/html/aastra/include/AastraCommon.php on line 67
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD2 in /var/www/html/aastra/include/AastraCommon.php on line 68
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD3 in /var/www/html/aastra/include/AastraCommon.php on line 69
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD1 in /var/www/html/aastra/include/AastraCommon.php on line 67
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD2 in /var/www/html/aastra/include/AastraCommon.php on line 68
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD3 in /var/www/html/aastra/include/AastraCommon.php on line 69
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD1 in /var/www/html/aastra/include/AastraCommon.php on line 67
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD2 in /var/www/html/aastra/include/AastraCommon.php on line 68
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD3 in /var/www/html/aastra/include/AastraCommon.php on line 69
Here is what the CLI shows when I press play:
== Parsing '/etc/asterisk/manager.conf':Found
== Parsing '/etc/asterisk/manager_additional.conf':Found
== Parsing '/etc/asterisk/manager_custom.conf':Found
== Manager 'admin' logged on from 127.0.0.1
== Manager 'admin' logged off from 127.0.0.1
I do not know where else to look? Is there another log file I can view? I followed the NV article to setup my Aastra phones. I have searched these and other forums and now do not know where to go. Thanks in advance for any help!
My httpd error_log shows this when I press "play":
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: page in /var/www/html/aastra/vmail.php on line 38
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: target in /var/www/html/aastra/vmail.php on line 44
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD1 in /var/www/html/aastra/include/AastraCommon.php on line 67
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD2 in /var/www/html/aastra/include/AastraCommon.php on line 68
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD3 in /var/www/html/aastra/include/AastraCommon.php on line 69
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD1 in /var/www/html/aastra/include/AastraCommon.php on line 67
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD2 in /var/www/html/aastra/include/AastraCommon.php on line 68
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD3 in /var/www/html/aastra/include/AastraCommon.php on line 69
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD1 in /var/www/html/aastra/include/AastraCommon.php on line 67
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD2 in /var/www/html/aastra/include/AastraCommon.php on line 68
[Wed Jun 11 10:21:46 2008] [error] [client 192.168.10.13] PHP Notice: Undefined index: HTTP_X_AASTRA_EXPMOD3 in /var/www/html/aastra/include/AastraCommon.php on line 69
Here is what the CLI shows when I press play:
== Parsing '/etc/asterisk/manager.conf':Found
== Parsing '/etc/asterisk/manager_additional.conf':Found
== Parsing '/etc/asterisk/manager_custom.conf':Found
== Manager 'admin' logged on from 127.0.0.1
== Manager 'admin' logged off from 127.0.0.1
I do not know where else to look? Is there another log file I can view? I followed the NV article to setup my Aastra phones. I have searched these and other forums and now do not know where to go. Thanks in advance for any help!