Search found 11 matches

by cipher#1
Fri Jul 06, 2007 6:52 am
Forum: PHP - Code
Topic: VXML and PHP
Replies: 7
Views: 1373

Here is the error message, it's from an AIX system.

Code: Select all

Line: 2
Column: 183
URI: null
MSG: Element type "br" must be declared
by cipher#1
Fri Jul 06, 2007 6:31 am
Forum: PHP - Code
Topic: VXML and PHP
Replies: 7
Views: 1373

Let me break it down. The Caller calls the number, the voiceXML application picks up and asks the caller to type in a reference number form the keypad -- number?length=6 -- now the VoiceXML application sends this number to the php via a submit statement in the VoiceXML application with a POST action...
by cipher#1
Fri Jul 06, 2007 6:16 am
Forum: PHP - Code
Topic: VXML and PHP
Replies: 7
Views: 1373

Hi volka, I did do the multiple submit and it worked (for the audio files) i just cant get numbers to work with php. The VoiceXML submit is: <submit next="http://www.domain.com/folder/submit.php" enctype="multipart/form-data" namelist="rec_name contact_number rec_audition&qu...
by cipher#1
Fri Jul 06, 2007 4:24 am
Forum: PHP - Code
Topic: VXML and PHP
Replies: 7
Views: 1373

VXML and PHP

Hi there, I've got a VoiceXML application that asks the caller to input his/her contact number, then VoiceXML post this number to a php script, the php script should now store this value in a mySQL database. The code that is used in php to get the number is: $number = ""; $tmpNumber = $HTT...
by cipher#1
Wed Jul 04, 2007 10:26 am
Forum: PHP - Code
Topic: Sending values from php
Replies: 4
Views: 442

Hi feyd.

The previous thread was about sending variables from VoiceXML to php.
Now i need to know how to send variables from php to VoiceXML.

Care to share your knowledge.
by cipher#1
Wed Jul 04, 2007 10:22 am
Forum: PHP - Code
Topic: Sending values from php
Replies: 4
Views: 442

I am working with v1ruz666 on the project, we work for the same company.
Ill look into it a bit more.

If you have any suggestions, will you please inform me.
Thanx.
by cipher#1
Wed Jul 04, 2007 7:29 am
Forum: PHP - Code
Topic: Sending values from php
Replies: 4
Views: 442

Sending values from php

Hi.

I need to send a value from php to a VXML app.
The VoiceXML app sends a reference number to php, php checks in the database if the number is there and sends back a string value containing a directory to the VoiceXML app.

Could someone please help me.
by cipher#1
Wed Jul 04, 2007 5:25 am
Forum: PHP - Code
Topic: Submit multiple values to PHP
Replies: 6
Views: 738

Will do.
Thanx ALOT !
by cipher#1
Wed Jul 04, 2007 5:21 am
Forum: PHP - Code
Topic: Submit multiple values to PHP
Replies: 6
Views: 738

OK thanx. But i need to store the three variables seperatly in the database, each variable in its own database field. If im understanding your code right, it only sends over one variable. In my VXML code i post the variables as: <submit src="http://www.########.co.za/####/submit.php" encty...
by cipher#1
Wed Jul 04, 2007 4:28 am
Forum: PHP - Code
Topic: Submit multiple values to PHP
Replies: 6
Views: 738

Well, The voice app gets a callers name, contact number, and has a chance to leave a message. After that is done, the three variables need to be sent to php so that php can store them in a mySQL database. The name is recorded over the fone, the contact number is being keyed in from the telephone key...
by cipher#1
Wed Jul 04, 2007 4:13 am
Forum: PHP - Code
Topic: Submit multiple values to PHP
Replies: 6
Views: 738

Submit multiple values to PHP

Hi all,

I came across this problem where i have to submit three variables from VoiceXML to PHP.
It seems like php doesn't allow it.

Could someone please tell me if it is posible to do so, and if so, how do i do it ?[/syntax]