I always get following errors for my VXML files:
useless expression line 25
TypeError: useless expression line 25
useless expression line 25
TypeError: useless expression line 25
and the URL of my VXML file is:
http://app.cellpodium.com/public/vxml/S ... Voice.vxml
thank you guys, for I can't find what's wrong with my VXML file. I used to use this vxml file in another service, and it worked well. But when I moved the file to PlumVoice. The thing happened like the case above...
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
VXML Error
Re: VXML Error
Hi,
We are currently reviewing your application code to attempt to find this error. We have found two issues, but they are unrelated with the current issue.
The property "com.visibridge.logoptions" is not a valid property. Here is a list of the valid properties.
To fetch the ANI of the caller, you should reference the session.telephone.ani instead of "session.connection.remote.uri".
Regards,
Plum Support
We are currently reviewing your application code to attempt to find this error. We have found two issues, but they are unrelated with the current issue.
Code: Select all
<property name="com.visibridge.logoptions" value="11"/>
Code: Select all
<script>phone = getSimplePhoneNumber(session.connection.remote.uri)</script>
Regards,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com
Re: VXML Error
Hi,
We've found that the lines: within the Profile function were causing the ecmascript errors to be thrown. We found that by initializing each of these variables to "null" would allow the application to correctly run through.
Regards,
Plum Support
We've found that the lines:
Code: Select all
this.hasProfile;
this.type;
this.data;
this.status;
this.user; // array roles and firstname and lastname
Regards,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com