Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting a blank screen on VM #1

Closed
oneadvent opened this issue Jan 19, 2011 · 1 comment
Closed

Getting a blank screen on VM #1

oneadvent opened this issue Jan 19, 2011 · 1 comment

Comments

@oneadvent
Copy link

I am getting a blank screen after the get voice mail line:
$voicemails = $gv->getNewVoicemail();

I put a:
echo "test";
directly after that line and I dont get that either. All of this as part of example.php.

I also marked one of my vm transcripts as unread and put it there, and still got no joy. Seems it isn't parsing vm correctly.

@oneadvent
Copy link
Author

This can be cleared by:
yum install curl curl-devel php-xml php-pear php-devel
pecl download json
pear install json-1.2.1.tgz
and making the file: /etc/php.d/json.ini
and filling it with:
; php-json extension
extension=json.so

finally restart httpd.
credit goes to rxcomm at:
http://pbxinaflash.com/forum/showthread.php?p=58412&posted=1#post58412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants