[Plivo] Call Failed To Connect (error_message: (voipplivocore) Invalid plivo_: @)
Current status on getting VoIP Drupal to work with Plivo (framework):
- When I dial in X-Lite says "Call Failed To Connect".
- I can curl http://username:password@127.0.0.1:8088 (see http://pastebin.com/PhCKiAkG).
- I can curl http://192.168.1.72/voip/plivoframework/callhandler/ (see http://pastebin.com/RB0a9jdQ).
- Looking at the VoIP Call Log (http://pastebin.com/xp0zwESd), for come reason the user is always "Anonymous" and odly, every other call the Caller Name is filled or blank; the Caller Number is always the same (1001).
Can't Find Callhandler File For Plivo
Moving a comment thread here.
Can't Find Callhandler File For Plivo
Posted by bdrhoa on May 12, 2013 at 2:26am
I'm trying to get voip drupal working with freeswitch via plivo.
The README.txt says to set DEFAULT_ANSWER_URL = http://mysite.com/voip/plivo/callhandler/
But there is no callhandler file or directory that I can find.
Also, I registered fro the group about a week ago, but haven't been approved yet.
Thanks!
Login or register to post comments
Re: Can't Find Callhandler File For Plivo
Posted by leoburd on May 12, 2013 at 1:47pm
Hello Brad,
Read moreVoip_plivo module added
I attempted to create a quick and dirty voip_plivo module for a project I'm working on.
http://drupal.org/sandbox/macneib/1277398
git clone http://git.drupal.org/sandbox/macneib/1277398.git voip_plivo
It's still new and very much non-functional.
I was hoping someone in the community would be interested in lending a hand to help me finish it.
TIA
macneib