Do I have to license VAD even for the free components?

Dedicated forum for the visual 'drag and drop' voice application designer that allows easy creation of advanced voice applications without programming knowledge

Moderators: kevin, 3CX staff

Do I have to license VAD even for the free components?

Postby AdemMeral » Thu Jul 22, 2010 9:20 pm

I am not able to run even a simple playback with VAD.
I have Installed version 9 of 3cx and Version 2 of VAD . I deploy the app without error but when I call 851 with 3cx Phone 4 it hangs up after 3 seconds.

Do I Have to install the server components mentioned on some posts ? How can I get them?

Thanks
Adem
AdemMeral
New User
 
Posts: 2
Joined: Thu Jul 22, 2010 7:31 pm

Re: Do I have to license VAD even for the free components?

Postby VAD_Support » Thu Jul 22, 2010 10:25 pm

HI,

Server components are pre-installed since 3CX version 8, so you don't need to install them. And you should be able to use the free components without a license.

Are you using IIS or Abyss web server in 3CX? Maybe you need to make some adjustments to the deployment options of the project. Take a look at this post, and verify if those options are correclty configured:
an-error-occured-in-ivr-session-v9-vad-v2-15983.html
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 439
Joined: Thu Aug 06, 2009 5:29 pm

Re: Do I have to license VAD even for the free components?

Postby AdemMeral » Fri Jul 23, 2010 6:18 am

Hi, no that post didnt help as I had already read and tried it. It doesnt even deploy if I change the port.

Uninstalling and Installing with IIS instead of Abyss solved the problem. It seems Abyss has some problems , and it may be due to Turkish locales (My Guess).

Thanks for your time.
Adem
AdemMeral
New User
 
Posts: 2
Joined: Thu Jul 22, 2010 7:31 pm

Re: Do I have to license VAD even for the free components?

Postby VAD_Support » Fri Jul 23, 2010 2:13 pm

Maybe Turkish locales have problems with Abyss, I never tried.
To get detailed information about IVR errors, you can always check out the log file %ProgramData%\3CX\Data\Logs\3CXIvrServer.log
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 439
Joined: Thu Aug 06, 2009 5:29 pm

Re: Do I have to license VAD even for the free components?

Postby gymbo86 » Mon Jul 26, 2010 9:22 pm

VAD_Support wrote:HI,

Server components are pre-installed since 3CX version 8, so you don't need to install them. And you should be able to use the free components without a license.

Are you using IIS or Abyss web server in 3CX? Maybe you need to make some adjustments to the deployment options of the project. Take a look at this post, and verify if those options are correclty configured:
an-error-occured-in-ivr-session-v9-vad-v2-15983.html


Checked and double checked... 3XC Voice Application Designer Server Component is definitely not installed... This is a clean install of V9.

When I try to deploy a work flow to the server (remotely) I get the following error;

An error occurred while deploying the project:

Could not connect to the deployment URI. Verify that 3CX Phone System has the 3CX Voice Application Designer Server Components installed. Also verify the PbxDeploymentUri property for the project.
The remote server returned an error: (404) Not Found.

As per the link you posted I have adjusted the port setting for Abyss web server and this is the result.

Any help appreciated.
Thanks
gymbo86
New User
 
Posts: 5
Joined: Wed Jul 15, 2009 5:11 am

Re: Do I have to license VAD even for the free components?

Postby VAD_Support » Mon Jul 26, 2010 9:48 pm

Server side components are only 3 files in 3CX server located at %ProgramData%\3CX\Data\Http\Interface\ivr:
VAD_Deploy.aspx
VAD_DownloadDebugInfoFile.aspx
VAD_GetDebugInfoFileNames.aspx

If you have those files, then server side components are installed.

When you deploy a project remotely, you need to allow remote access to the configuration, as described in the user's manual. To do that you need to change the 3CX Phone System.ini file and restart the services. Have you done that?
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 439
Joined: Thu Aug 06, 2009 5:29 pm

Re: Do I have to license VAD even for the free components?

Postby gymbo86 » Wed Jul 28, 2010 3:14 pm

VAD_Support wrote:Server side components are only 3 files in 3CX server located at %ProgramData%\3CX\Data\Http\Interface\ivr:
VAD_Deploy.aspx
VAD_DownloadDebugInfoFile.aspx
VAD_GetDebugInfoFileNames.aspx

If you have those files, then server side components are installed.

When you deploy a project remotely, you need to allow remote access to the configuration, as described in the user's manual. To do that you need to change the 3CX Phone System.ini file and restart the services. Have you done that?


Checked for files... all good..

Definitely allowed remote access as per manual. Also have tried installing VAD builder on server machine.. Still getting the same error.
gymbo86
New User
 
Posts: 5
Joined: Wed Jul 15, 2009 5:11 am

Re: Do I have to license VAD even for the free components?

Postby VAD_Support » Wed Jul 28, 2010 3:28 pm

Have you checked the firewall settings? When using Abyss in 3CX you need to open port 5481. When using IIS you need to open port 80. Are you using Abyss or IIS?
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 439
Joined: Thu Aug 06, 2009 5:29 pm

Re: Do I have to license VAD even for the free components?

Postby gymbo86 » Thu Jul 29, 2010 11:47 am

Abyss .. and no firewall active at present.
gymbo86
New User
 
Posts: 5
Joined: Wed Jul 15, 2009 5:11 am

Re: Do I have to license VAD even for the free components?

Postby VAD_Support » Thu Jul 29, 2010 1:43 pm

What value has the property PbxDeploymentUri for the project? You can check it in the Properties Window after selecting the project in the Project Explorer Window.
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 439
Joined: Thu Aug 06, 2009 5:29 pm

Re: Do I have to license VAD even for the free components?

Postby gymbo86 » Fri Jul 30, 2010 8:59 am

I've attached a screen grab.
Attachments
VAD_settings.jpg
VAD_settings.jpg (28.1 KiB) Viewed 1295 times
gymbo86
New User
 
Posts: 5
Joined: Wed Jul 15, 2009 5:11 am

Re: Do I have to license VAD even for the free components?

Postby VAD_Support » Fri Jul 30, 2010 3:29 pm

The PbxConfigurationPort should be 5485. The port number 5481 is for the URIs, because that's where the web server is listening for requests. But the configuration server listens in 5485.

Try changing that and let me know.
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 439
Joined: Thu Aug 06, 2009 5:29 pm


Return to 3CX Voice Application Designer (VAD)


Who is online

Users browsing this forum: No registered users and 0 guests

Announcements: