hasina - 2014-03-24

I use Voxy ( webrowser for Voice XML )and I have follow its guide install.
, the url in wish I downloaded voxy is
http://sourceforge.net/projects/voxy/and it's is the xoxy-1.3

I compiled, Voxy then I put the script voxy.agi in the file
/ usr / share / asterisk / agi-bin /

then I use it in my extensions.conf

exten => _03385, 1, AGI (voxy.agi, http://localhost/page.vxml, debug) and
lorseque I appeal to 03385 there is an error
exten => _03385, 1, Dial (SIP/03385 / $ {EXTEN}, 60, RTT)

I put my page.vxml at /var/www , and http://localhost/page.vxml exists

SO,when I call 03385 , I've inreturn: ,

Executing [03385@from_intern:1]

AGI("SIP/03385-00000000", "voxy.agi,http://localhost/page.vxml,debug") in
new stack
-- Launched AGI Script /usr/share/asterisk/agi-bin/voxy.agi
== voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53] INFO
- Voxy 1.2 (Copyright (C) 2005-2009 Shift Services).

voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - agi_callerid parameter: 03385
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - agi_dnid parameter: 03385
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: VXBrowser object created
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: VXHandler object created
== voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53] INFO
- BROWSER: GETing 'http://localhost/page.vxml'
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: Start cookies header building
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: Start cookies parsing
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: Cookie stored in memory 0 OK
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: Cookie stored in memory , 19 Mar 2014 05:46:53
GMT
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: Cookie stored in memory pache/2.2.22 (Debian)
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: Cookie stored in memory fied: Fri, 14 Mar 2014
13:44:37 GMT
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53] DEBUG -
BROWSER: Cookie stored in memory 29a-9f-4f49145508f3f 4
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: Cookie stored in memory nges: bytes
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: Cookie stored in memory ength: 159
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: Cookie stored in memory e: timeout=5, max=100
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53]
DEBUG - BROWSER: Cookie stored in memory n: Keep-Alive
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53] ERROR -
An exception has occured:
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53] ERROR -
Class: Http
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53] ERROR -
Method: parseCookies
voxy.agi,http://localhost/page.vxml,debug: [2014-03-19 08:46:53] ERROR -
Description: basic_string::-Substr
-- 03385-00000000>AGI Script voxy.agi completed, returning 0
-- Executing [03385@from_intern:2] Hangup("SIP/03385-00000000", "") in
new stack
== Spawn extension (from_intern, 03385, 2) exited non-zero on
'SIP/03385-00000000'
debian*CLI>

My voiceXML code is
<vxml version="2.0">
<form>
<block>
<prompt>
Hello World
</prompt>
</block>
</form>
</vxml>

Could you help me everybody ?

Thank a lot ,