VoiceGuide IVR Software Main Page
Jump to content

Combining Servers

Recommended Posts

I have two servers each with a D480/JCT-2T1 (96 lines total). I want to combine them into a single server. What do I require to run both cards in a single server. Any special configuratiuons for the Dialogic cards (special connectors). How do I combine my licenses?

 

Jeff

Share this post


Link to post

When placing both cards in same system you will need to connect the two cards with a 'CT-Bus' connector. Otherwise the Dialogic drivers will not control the cards properly.

 

 

To use both licenses on same system you need to edit the userinfo.lic file in VoiceGuide's directory.

 

Just append the license information for other card to the existing one. So the userinfo.lic file contents look like this:

 

[License]

Name=xxxxxxxxxxxxxxxx

Company=xxxxxxxxxxxxxxxx

Code=xxxx-xxxx-xxxx-xxxx

ForUniqueId=xxxxxxxx

 

 

[License]

Name=xxxxxxxxxxxxxxxx

Company=xxxxxxxxxxxxxxxx

Code=xxxx-xxxx-xxxx-xxxx

ForUniqueId=xxxxxxxx

 

 

You will need to use VoiceGuide v7.1 or newer to be able to have multiple licenses in same userinfo.lic

Share this post


Link to post

What is the CONFIG.XML changs that need to be made. The current file ends at the below. would the second board then be dtiB3T1 and dtiB4T1 respectively?

 

For T-1 #1

<Name>dxxxB6C3</Name>

<NetworkIf>dtiB1T23</NetworkIf>

<Protocol>ISDN</Protocol>

<RingsBeforeAnswer>0</RingsBeforeAnswer>

<script>C:\VGScripts\inbound\AcceptRequests.vgs</Script>

<AllowDialOut>1</AllowDialOut>

</Channel>

 

For T-1 #2

<Channel>

<Name>dxxxB12C3</Name>

<NetworkIf>dtiB2T23</NetworkIf>

<Protocol>ISDN</Protocol>

<RingsBeforeAnswer>0</RingsBeforeAnswer>

<script>C:\VGScripts\inbound\AcceptRequests.vgs</Script>

<AllowDialOut>1</AllowDialOut>

</Channel>

Share this post


Link to post
would the second board then be dtiB3T1 and dtiB4T1 respectively?

Yes.

 

And the 'voice devices' would start at dxxxB13C1 and dxxxB19C1 respectively. (ktTel trace capturing startup would confirm this)

 

Here are start, middle and end entries of the additional section:

 

 

<Name>dxxxB13C1</Name>

<NetworkIf>dtiB3T1</NetworkIf>

<Protocol>ISDN</Protocol>

<RingsBeforeAnswer>0</RingsBeforeAnswer>

<script>C:\VGScripts\inbound\AcceptRequests.vgs</Script>

<AllowDialOut>1</AllowDialOut>

</Channel>

 

...

 

<Name>dxxxB18C3</Name>

<NetworkIf>dtiB3T3</NetworkIf>

<Protocol>ISDN</Protocol>

<RingsBeforeAnswer>0</RingsBeforeAnswer>

<script>C:\VGScripts\inbound\AcceptRequests.vgs</Script>

<AllowDialOut>1</AllowDialOut>

</Channel>

 

<Channel>

<Name>dxxxB19C1</Name>

<NetworkIf>dtiB4T1</NetworkIf>

<Protocol>ISDN</Protocol>

<RingsBeforeAnswer>0</RingsBeforeAnswer>

<script>C:\VGScripts\inbound\AcceptRequests.vgs</Script>

<AllowDialOut>1</AllowDialOut>

</Channel>

 

...

 

<Channel>

<Name>dxxxB24C3</Name>

<NetworkIf>dtiB2T23</NetworkIf>

<Protocol>ISDN</Protocol>

<RingsBeforeAnswer>0</RingsBeforeAnswer>

<script>C:\VGScripts\inbound\AcceptRequests.vgs</Script>

<AllowDialOut>1</AllowDialOut>

</Channel>

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×