I’m having trouble when dailing 1005 after creating the index.php file in the answer directory under my webroot. When I dail I get “failed with reason NORMAL_CLEARING”
I am using Clint's custom dailplan.xml and made all the configuration changes he mentioned. I am using FSComm as the softphone from a windows vista machine. I am running freeswitch and plivo in unbuntu 12.10 on a separate physical machine than the one the softphone is installed on.
Any help would be much appreciated. Thanks
<?xml version="1.0" encoding="UTF-8" ?> <Response> <Speak>Hello World</Speak> </Response>
Thanks for taking the time to help with this
--
You received this message because you are subscribed to the Google Groups "Plivo Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plivo-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Would you be able to paste bin the index.php please and I will take a look.
Have you tried using the freeswitch examples from their website. I have been following them and learned far much more on how freeswitch likes to run.
<?xml version="1.0" encoding="UTF-8" ?> <Response> <Speak>Hello World</Speak> </Response>
Ah okay. To keep it simple change index.php to index.xml basically in a php document it is meant to start with <?php which at the moment its starting with <?xml that will clear your syntax errors. Now go to your browser and load the index.xml file and you should see the output with your response.
Try and make a call to your extension and see if you get the correct response.
Cheers,
Derek
--
You received this message because you are subscribed to a topic in the Google Groups "Plivo Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/plivo-users/7bozZ37_U7A/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to plivo-users...@googlegroups.com.