Improved instructions for XP

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

Improved instructions for XP

Postby zensoftware » Mon Aug 03, 2009 3:03 pm

Hi,

The manual could do with more explicit instructions on how to get the VAD working with XP.

Thanks.
zensoftware
3CX Valued Professional
3CX Valued Professional
 
Posts: 322
Joined: Thu Aug 23, 2007 12:09 pm
Location: Manchester, UK

Re: Improved instructions for XP

Postby edossantos » Mon Aug 03, 2009 3:08 pm

The only difference is how projects are deployed, because the IIS in Windows XP does not support multiple web sites, the VAD deploys its files to a virtual directory. This is explained in section "Configuring Phone System location".

Are you having any other problem?
Ernesto Dos Santos Afonso
BORTECH
Sage ACT! plug-in for 3CX Phone System
SugarCRM plug-in for 3CX Phone System
Download FREE 30 days trial
http://www.bor-tech.com
edossantos
3CX Valued Professional
3CX Valued Professional
 
Posts: 663
Joined: Wed Jun 27, 2007 6:54 pm
Location: Buenos Aires, Argentina

Re: Improved instructions for XP

Postby zensoftware » Mon Aug 03, 2009 3:47 pm

When I make the change, I get an error saying that it cant connect to the deployment URI.
zensoftware
3CX Valued Professional
3CX Valued Professional
 
Posts: 322
Joined: Thu Aug 23, 2007 12:09 pm
Location: Manchester, UK

Re: Improved instructions for XP

Postby edossantos » Mon Aug 03, 2009 3:54 pm

Did you install server side components? Can you post the deployment uri you're using?
Ernesto Dos Santos Afonso
BORTECH
Sage ACT! plug-in for 3CX Phone System
SugarCRM plug-in for 3CX Phone System
Download FREE 30 days trial
http://www.bor-tech.com
edossantos
3CX Valued Professional
3CX Valued Professional
 
Posts: 663
Joined: Wed Jun 27, 2007 6:54 pm
Location: Buenos Aires, Argentina

Re: Improved instructions for XP

Postby zensoftware » Mon Aug 03, 2009 4:08 pm

Hi, I have deployed the server side components (although they are listed as being for v7.1) and rebooted, now I get "An error occured while deploying the project: IVR"

An example uri is:

http://localhost/3CX PhoneSystem/Data/Ivr/VAD_Deploy.aspx
zensoftware
3CX Valued Professional
3CX Valued Professional
 
Posts: 322
Joined: Thu Aug 23, 2007 12:09 pm
Location: Manchester, UK

Re: Improved instructions for XP

Postby edossantos » Mon Aug 03, 2009 4:20 pm

In Windows XP the deployment URI should be http://localhost/ivr/VAD_Deploy.aspx
You should only replace "localhost" with the server name or IP address of the server where you have 3CX installed.
What version of 3CX are you using?
Ernesto Dos Santos Afonso
BORTECH
Sage ACT! plug-in for 3CX Phone System
SugarCRM plug-in for 3CX Phone System
Download FREE 30 days trial
http://www.bor-tech.com
edossantos
3CX Valued Professional
3CX Valued Professional
 
Posts: 663
Joined: Wed Jun 27, 2007 6:54 pm
Location: Buenos Aires, Argentina

Re: Improved instructions for XP

Postby zensoftware » Mon Aug 03, 2009 4:29 pm

Ok, I have corrected all that but now I get "Config server is not connected"

I'm using v8 beta
zensoftware
3CX Valued Professional
3CX Valued Professional
 
Posts: 322
Joined: Thu Aug 23, 2007 12:09 pm
Location: Manchester, UK

Re: Improved instructions for XP

Postby edossantos » Mon Aug 03, 2009 4:45 pm

Did you change the configuration settings for the project? The "PbxConfigurationPort" property should be 5485, and the "PbxServer" property should have the IP Address or computer name of the server where 3CX is installed.

The application has been tested on V7.1 only. Let me try it on V8 beta and let you know.
Ernesto Dos Santos Afonso
BORTECH
Sage ACT! plug-in for 3CX Phone System
SugarCRM plug-in for 3CX Phone System
Download FREE 30 days trial
http://www.bor-tech.com
edossantos
3CX Valued Professional
3CX Valued Professional
 
Posts: 663
Joined: Wed Jun 27, 2007 6:54 pm
Location: Buenos Aires, Argentina

Re: Improved instructions for XP

Postby zensoftware » Mon Aug 03, 2009 4:52 pm

Hi,

The pbx server is the IP address of the machine and the port is 5485, as I havent changed it.
zensoftware
3CX Valued Professional
3CX Valued Professional
 
Posts: 322
Joined: Thu Aug 23, 2007 12:09 pm
Location: Manchester, UK

Re: Improved instructions for XP

Postby edossantos » Mon Aug 03, 2009 9:42 pm

Hi,

I have been doing some tests with V8 beta on XP Pro... I needed to install Cassini because IIS is not available in XP. Are you running Cassini too?

Then, the deployment URI must be http://localhost:5484/VAD_Deploy.aspx instead of http://localhost/ivr/VAD_Deploy.aspx, because Cassini listens on that port (IIS needed a virtual directory in the default web site).

Then, I tried to deploy a project to 3CX. I found the same error you reported: "An error occured while deploying the project: IVR". That's an error trying to register the application in 3CX as a digital receptionist, after copying every file to the web server. In order to register the application, the VAD uses a client library named 3cxpscomcpp2.dll. The VAD has been built using that client library for V7.1. If you take a look at C:\Program Files\3CX PhoneSystem\Bin you will find another library with the same name, but different version and size. Replacing that library with the one that is installed with V8 beta I could successfully deploy the application. Can you try this?
Ernesto Dos Santos Afonso
BORTECH
Sage ACT! plug-in for 3CX Phone System
SugarCRM plug-in for 3CX Phone System
Download FREE 30 days trial
http://www.bor-tech.com
edossantos
3CX Valued Professional
3CX Valued Professional
 
Posts: 663
Joined: Wed Jun 27, 2007 6:54 pm
Location: Buenos Aires, Argentina

Re: Improved instructions for XP

Postby nickybrg » Tue Aug 04, 2009 1:20 pm

Yes - Sorry guys -

We removed support for IIS in XP. Therefore all the constructs for ivr have to be made ip:5484 etc etc
---------
Nicky
Read & comment on 3CX Phone System news on the 3CX Blog
nickybrg
Site Admin
Site Admin
 
Posts: 1309
Joined: Thu Jun 07, 2007 8:11 am
Location: Cyprus

Re: Improved instructions for XP

Postby zensoftware » Wed Aug 05, 2009 3:21 pm

Hi guys,

I now have the VAD and 3CX v8 Beta running on sepertate machines XP. VAD is on a machine running 7.1 and I am trying to deploy to the v8 beta machine.

If have changed the default PBX server from 'localhost' to the IP of the v8 machine and changed the URI locations to be the v8 server in the following format:

http://192.168.1.250:5484/VAD_Deploy.aspx

VAD states that the project has been succesfully deployed but ther eis no sign of it in the Digital Receptionist menu on the v8 machine.

Emmet.
zensoftware
3CX Valued Professional
3CX Valued Professional
 
Posts: 322
Joined: Thu Aug 23, 2007 12:09 pm
Location: Manchester, UK

Re: Improved instructions for XP

Postby edossantos » Wed Aug 05, 2009 3:45 pm

Hi Emmet,

Sorry, but the VAD has not been tested on V8 beta yet. As far as I could see, you will need to replace the library located at C:\Program Files\3CX Voice Application Designer\3cxpscomcpp2.dll with the one located at C:\Program Files\3CX PhoneSystem\Bin\3cxpscomcpp2.dll in the V8 beta installation.

Soon you will have a VAD installer that can work with V7.1 or V8.
Ernesto Dos Santos Afonso
BORTECH
Sage ACT! plug-in for 3CX Phone System
SugarCRM plug-in for 3CX Phone System
Download FREE 30 days trial
http://www.bor-tech.com
edossantos
3CX Valued Professional
3CX Valued Professional
 
Posts: 663
Joined: Wed Jun 27, 2007 6:54 pm
Location: Buenos Aires, Argentina


Return to 3CX Voice Application Designer (VAD)

Who is online

Users browsing this forum: No registered users and 0 guests