Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Html
 <div class="lang-box-pdf">
	<div>
		<div class="google-lang">
			<div id="google_translate_element">
			</div>
			<script type="text/javascript">
					function googleTranslateElementInit() {
						new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,es,fr,it,nl', autoDisplay: false}, 'google_translate_element');
						}
			</script>
			<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
		</div>
		
		<div class="pdf-button">
			<a href="https://confluence.wildix.com/spaces/flyingpdf/pdfpageexport.action?pageId=23986378" alt="Convert to .pdf" title="Convert to .pdf"><img src="https://confluence.wildix.com/download/attachments/14549012/pdf-button-download-wildix-documentation.png"></a>
		</div>
	</div>
</div>


Info

This Admin Guide describes how to debug and troubleshoot various issues with Wildix Media Gateways.

Created: April 2018

Permalink: https://confluence.wildix.com/x/ygBuAQ

Table of Contents

Introduction

...

  • 1 PBX with a user (you can create a new user especially for the test or use the an existing one)
  • 1 provisioned phone associated to this user
  • 1 Dialplan procedure
  • 1 provisioned BRI device (which was previously reset and upgraded to the latest version of firmware)
  • 1 network cable to connect the ports involved in the test

...

The PBX plays the audio file in loop to keep the call running and give the possibility to test the device.   
It is recommended to perform this operation in the a specifically designed test environment in order to exclude the problems caused by some external factors, that could influence the result (the problems related to the operator, lines, configuration etc). 

The following logical scheme demonstrates the procedure. In this case W02BRI is used (in case W01BRI is tested, you need another BRI device, to set up the second port):


To perform the test:

  • Create a user or use the an existing one to perform the test. In this example the user “test2” with the extension number 103 is used:


  • Connect the Gateway to the Wildix test PBX and make the provisioning (refer to the online Guide if needed); connect the needed ports using the network cable RJ45:

...

“Up” indicates that the service works correctly, while “Down” indicates the problem on the line and/ or in the Gateway configuration:


Resolving issues with ISDN operator’s line connection

Issue 1.1. The physical link is not active

How to solve:

  • Check/ substitute the wiring
  • Check that the following wiring scheme is used (“straight” wiring):

...

  • In case of the wiring to the network terminal Selta with DB9 connector, the correct scheme of the wiring is the following one:


Issue 1.2. The signal is not active

How to solve:

  • Make sure that “Clock” is set up to “Use provided clock” in WMS -> Trunks, under the configuration menu of BRI/ PRI trunk
  • Request an operator to check the line’s state

Resolving issues with PBX legacy/other devices connection

Issue 2.1. The physical link is not active 

How to solve:

  • Check/ substitute the wiring
  • Check the mode in which the ISDN interface of the PBX Legacy operates:
    • If it operates in TE mode with "Use provided clock" , the Wildix PRI Gateway should operate as NT with the clock set up to "Generate clock"
    • If it operates in NT mode with "Generate clock", the Wildix PRI Gateway should operate as TE with the clock set up to "Use provided clock"

...