jewillis Report post Posted 05/20/2010 03:02 AM 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
SupportTeam Report post Posted 05/20/2010 03:55 AM 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
jewillis Report post Posted 05/31/2010 04:10 AM 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
SupportTeam Report post Posted 05/31/2010 04:21 AM 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