<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://docs.telcobridges.com/mediawiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs.telcobridges.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Candy+Chan</id>
		<title>TBwiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://docs.telcobridges.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Candy+Chan"/>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Special:Contributions/Candy_Chan"/>
		<updated>2026-05-29T21:36:09Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.1</generator>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/FN17753</id>
		<title>FN17753</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/FN17753"/>
				<updated>2015-07-02T03:28:42Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Adding patch references&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:FN17753 - Net-SNMP restarts and is generating core files}}&lt;br /&gt;
&lt;br /&gt;
= Affected Products =&lt;br /&gt;
* TMG800, TMG3200, TMG7800-CTRL&lt;br /&gt;
* Tdev Linux server with (CentOS, RedHat, etc) running Toolpack software&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Problem Description =&lt;br /&gt;
* snmpd process continuously restarts in a loop.&lt;br /&gt;
* System which are shipped before April 2015 requires this fix.&lt;br /&gt;
* This fix is applicable if you have an older net-snmp version than below. To verify:&lt;br /&gt;
 [root@TB011107 tbsnmpagent]# rpm -qa | grep snmp&lt;br /&gt;
 net-snmp-libs-5.3.2.2-25.el5.tb&lt;br /&gt;
 net-snmp-utils-5.3.2.2-25.el5.tb&lt;br /&gt;
 net-snmp-5.3.2.2-25.el5.tb&lt;br /&gt;
&lt;br /&gt;
If you have version previous to this one (5.3.2.2-25), you are affected by this Field Notice.&lt;br /&gt;
&lt;br /&gt;
= Problem Symptoms =&lt;br /&gt;
* core files are observed in tbsnmpagent directory:&lt;br /&gt;
 /mnt/.0/tb/toolpack/setup/12358/2.8/apps/tbsnmpagent&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Solution =&lt;br /&gt;
== Online Procedures ==&lt;br /&gt;
Applicable if the system has internet access with proper DNS configuration and is able to reach the TelcoBridges repositories server.&lt;br /&gt;
&lt;br /&gt;
* Stop Toolpack&lt;br /&gt;
 tbtoolpack stop&lt;br /&gt;
* Make sure your system is pointing to the TelcoBridges repositories. Verify the following TelcoBridges repository file: &lt;br /&gt;
 vim /etc/yum.repos.d/TB-Base.repo&lt;br /&gt;
&lt;br /&gt;
 # TelcoBridges-Base.repo&lt;br /&gt;
 #&lt;br /&gt;
 # This repository is using TelcoBridges frozen version of CentOS&lt;br /&gt;
 # to help client installing the required version of the&lt;br /&gt;
 # applications required to run Toolpack&lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 [tb-base]&lt;br /&gt;
 name=TelcoBridges-$releasever - Base&lt;br /&gt;
 baseurl=http://repo.telcobridges.com/centos/5/os/$basearch/&lt;br /&gt;
 gpgcheck=1&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5&lt;br /&gt;
 &lt;br /&gt;
 #released updates&lt;br /&gt;
 [tb-updates]&lt;br /&gt;
 name=TelcoBridges-$releasever - Updates&lt;br /&gt;
 baseurl=http://repo.telcobridges.com/centos/5/updates/$basearch/&lt;br /&gt;
 gpgcheck=1&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5-tb&lt;br /&gt;
 &lt;br /&gt;
* Get TelcoBridges repository key. If you don't already have them.&lt;br /&gt;
 cd /etc/pki/rpm-gpg/&lt;br /&gt;
 wget http://repo.telcobridges.com/centos/RPM-GPG-KEY-CentOS-5&lt;br /&gt;
 wget http://repo.telcobridges.com/centos/RPM-GPG-KEY-CentOS-5-tb &lt;br /&gt;
* Update your net-snmp to the latest version&lt;br /&gt;
 yum update net-snmp*&lt;br /&gt;
* Verify the updated net-snmp version. You should see:&lt;br /&gt;
 [root@TB011107 tbsnmpagent]# yum list net-snmp&lt;br /&gt;
 Loaded plugins: fastestmirror&lt;br /&gt;
 Loading mirror speeds from cached hostfile&lt;br /&gt;
  * tb-base: repo.telcobridges.com&lt;br /&gt;
  * tb-updates: repo.telcobridges.com&lt;br /&gt;
 Excluding Packages in global exclude list&lt;br /&gt;
 Finished&lt;br /&gt;
 Installed Packages&lt;br /&gt;
 net-snmp.x86_64                   1:5.3.2.2-25.el5.tb                         installed&lt;br /&gt;
* Start Toolpack&lt;br /&gt;
 tbtoolpack start&lt;br /&gt;
&lt;br /&gt;
== Offline Procedures ==&lt;br /&gt;
Applicable for systems which are behind the firewall in a private network without internet access.&lt;br /&gt;
&lt;br /&gt;
* Stop Toolpack&lt;br /&gt;
 tbtoolpack stop&lt;br /&gt;
* Remove net-snmp. Confirm removal with &amp;quot;Y&amp;quot; when prompted.&lt;br /&gt;
 yum remove net-snmp&lt;br /&gt;
* Manually install below RPMs:&lt;br /&gt;
 rpm -ivhU net-snmp-libs-5.3.2.2-25.el5.tb.x86_64.rpm&lt;br /&gt;
 rpm -ivhU net-snmp-5.3.2.2-25.el5.tb.x86_64.rpm&lt;br /&gt;
 rpm -ivhU net-snmp-utils-5.3.2.2-25.el5.tb.x86_64.rpm&lt;br /&gt;
* Above files can be found at:&lt;br /&gt;
 http://repo.telcobridges.com/centos/5/os/x86_64/CentOS/&lt;br /&gt;
* Verify the updated net-snmp version. You should see:&lt;br /&gt;
 [root@TB011107 tbsnmpagent]# yum list net-snmp&lt;br /&gt;
 Loaded plugins: fastestmirror&lt;br /&gt;
 Loading mirror speeds from cached hostfile&lt;br /&gt;
  * tb-base: repo.telcobridges.com&lt;br /&gt;
  * tb-updates: repo.telcobridges.com&lt;br /&gt;
 Excluding Packages in global exclude list&lt;br /&gt;
 Finished&lt;br /&gt;
 Installed Packages&lt;br /&gt;
 net-snmp.x86_64                   1:5.3.2.2-25.el5.tb                         installed&lt;br /&gt;
* Start Toolpack&lt;br /&gt;
 tbtoolpack start&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
RPM release note for net-snmp-utils-5.3.2.2-25&lt;br /&gt;
 http://rpmfind.net/linux/RPM/centos/updates/5.11/x86_64/RPMS/net-snmp-utils-5.3.2.2-25.el5_11.x86_64.html&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/FN17753</id>
		<title>FN17753</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/FN17753"/>
				<updated>2015-05-26T09:48:14Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: First Field Notice for Trk#17753&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Net-SNMP restarts and is generating core files}}&lt;br /&gt;
&lt;br /&gt;
= Affected Products =&lt;br /&gt;
* TMG800, TMG3200, TMG7800-CTRL&lt;br /&gt;
* Tdev Linux server with (CentOS, RedHat, etc) running Toolpack software&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Problem Description =&lt;br /&gt;
* snmpd process continuously restarts in a loop.&lt;br /&gt;
* System which are shipped before April 2015 requires this fix.&lt;br /&gt;
* This fix is applicable if you have an older net-snmp version than below. To verify:&lt;br /&gt;
 [root@TB011107 tbsnmpagent]# rpm -qa | grep snmp&lt;br /&gt;
 net-snmp-libs-5.3.2.2-25.el5.tb&lt;br /&gt;
 net-snmp-utils-5.3.2.2-25.el5.tb&lt;br /&gt;
 net-snmp-5.3.2.2-25.el5.tb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Problem Symptoms =&lt;br /&gt;
* core files are observed in tbsnmpagent directory:&lt;br /&gt;
 /mnt/.0/tb/toolpack/setup/12358/2.8/apps/tbsnmpagent&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Solution =&lt;br /&gt;
== Online Procedures ==&lt;br /&gt;
Applicable if the system has internet access with proper DNS configuration and is able to reach the TelcoBridges repositories server.&lt;br /&gt;
&lt;br /&gt;
* Stop Toolpack&lt;br /&gt;
 tbtoolpack stop&lt;br /&gt;
* Make sure your system is pointing to the TelcoBridges repositories. Verify the following TelcoBridges repository file: &lt;br /&gt;
 vim /etc/yum.repos.d/TB-Base.repo&lt;br /&gt;
&lt;br /&gt;
 # TelcoBridges-Base.repo&lt;br /&gt;
 #&lt;br /&gt;
 # This repository is using TelcoBridges frozen version of CentOS&lt;br /&gt;
 # to help client installing the required version of the&lt;br /&gt;
 # applications required to run Toolpack&lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 [tb-base]&lt;br /&gt;
 name=TelcoBridges-$releasever - Base&lt;br /&gt;
 baseurl=http://repo.telcobridges.com/centos/5/os/$basearch/&lt;br /&gt;
 gpgcheck=1&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5&lt;br /&gt;
 &lt;br /&gt;
 #released updates&lt;br /&gt;
 [tb-updates]&lt;br /&gt;
 name=TelcoBridges-$releasever - Updates&lt;br /&gt;
 baseurl=http://repo.telcobridges.com/centos/5/updates/$basearch/&lt;br /&gt;
 gpgcheck=1&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5-tb&lt;br /&gt;
 &lt;br /&gt;
* Get TelcoBridges repository key. If you don't already have them.&lt;br /&gt;
 cd /etc/pki/rpm-gpg/&lt;br /&gt;
 wget http://repo.telcobridges.com/centos/RPM-GPG-KEY-CentOS-5&lt;br /&gt;
 wget http://repo.telcobridges.com/centos/RPM-GPG-KEY-CentOS-5-tb &lt;br /&gt;
* Update your system to the latest version&lt;br /&gt;
 yum update&lt;br /&gt;
* Verify the updated net-snmp version. You should see:&lt;br /&gt;
 [root@TB011107 tbsnmpagent]# yum list net-snmp&lt;br /&gt;
 Loaded plugins: fastestmirror&lt;br /&gt;
 Loading mirror speeds from cached hostfile&lt;br /&gt;
  * tb-base: repo.telcobridges.com&lt;br /&gt;
  * tb-updates: repo.telcobridges.com&lt;br /&gt;
 Excluding Packages in global exclude list&lt;br /&gt;
 Finished&lt;br /&gt;
 Installed Packages&lt;br /&gt;
 net-snmp.x86_64                   1:5.3.2.2-25.el5.tb                         installed&lt;br /&gt;
* Start Toolpack&lt;br /&gt;
 tbtoolpack start&lt;br /&gt;
&lt;br /&gt;
== Offline Procedures ==&lt;br /&gt;
Applicable for systems which are behind the firewall in a private network without internet access.&lt;br /&gt;
&lt;br /&gt;
* Stop Toolpack&lt;br /&gt;
 tbtoolpack stop&lt;br /&gt;
* Remove net-snmp. Confirm removal with &amp;quot;Y&amp;quot; when prompted.&lt;br /&gt;
 yum remove net-snmp&lt;br /&gt;
* Manually install below RPMs:&lt;br /&gt;
 rpm -ivhU net-snmp-libs-5.3.2.2-25.el5.tb.x86_64.rpm&lt;br /&gt;
 rpm -ivhU net-snmp-5.3.2.2-25.el5.tb.x86_64.rpm&lt;br /&gt;
 rpm -ivhU net-snmp-utils-5.3.2.2-25.el5.tb.x86_64.rpm&lt;br /&gt;
* Above files can be found at:&lt;br /&gt;
 http://repo.telcobridges.com/centos/5.5/updates/x86_64/RPMS/&lt;br /&gt;
* Verify the updated net-snmp version. You should see:&lt;br /&gt;
 [root@TB011107 tbsnmpagent]# yum list net-snmp&lt;br /&gt;
 Loaded plugins: fastestmirror&lt;br /&gt;
 Loading mirror speeds from cached hostfile&lt;br /&gt;
  * tb-base: repo.telcobridges.com&lt;br /&gt;
  * tb-updates: repo.telcobridges.com&lt;br /&gt;
 Excluding Packages in global exclude list&lt;br /&gt;
 Finished&lt;br /&gt;
 Installed Packages&lt;br /&gt;
 net-snmp.x86_64                   1:5.3.2.2-25.el5.tb                         installed&lt;br /&gt;
* Start Toolpack&lt;br /&gt;
 tbtoolpack start&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Field_notices</id>
		<title>Field notices</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Field_notices"/>
				<updated>2015-05-26T08:48:08Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Main page for advertising Field Notices - Trk#17654&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Field Notices}}&lt;br /&gt;
The purpose of this page is to provide information on the important updates needed to ensure the correct workings of TelcoBridges product features.&lt;br /&gt;
&lt;br /&gt;
'''May 26th, 2015'''&lt;br /&gt;
* [[FN:17753|Net-SNMP restarts and is generating core files]]&lt;br /&gt;
&lt;br /&gt;
[[category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/How_to_troubleshoot_call_routing</id>
		<title>How to troubleshoot call routing</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/How_to_troubleshoot_call_routing"/>
				<updated>2015-05-15T10:15:51Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Add the required step to &amp;quot;Save&amp;quot; the config&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To debug calls, different methods can be used: &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Using the Call Detail Records  ==&lt;br /&gt;
&lt;br /&gt;
This can be done in the configuration database, using RADIUS or in text files. See [[Text Call Detail Records (CDR)|Text Call Detail Records (CDR)]] &lt;br /&gt;
&lt;br /&gt;
== Using the Call Trace Tool&amp;amp;nbsp; (UCT or Unique Call Trace)&amp;lt;br&amp;gt;  ==&lt;br /&gt;
&lt;br /&gt;
Call Trace was created to trace the callflow from any incoming call through the Tmedia system. It allows to see the incoming call, outgoing calls, TDM channel, SIP SDP and more. This can be accessed from the Web Portal. You can create a filter to see call information. See [[Using Unique call trace|Using Unique call trace]].&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt; Using the web portal status  ==&lt;br /&gt;
&amp;lt;pre&amp;gt;Status -&amp;amp;gt; NAP -&amp;amp;gt; Edit&amp;lt;/pre&amp;gt; &lt;br /&gt;
You can see how many instantaneous calls incoming, outgoing, in the last hour, in the last 24 hours, etc. &lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt; Using the applications log files  ==&lt;br /&gt;
&amp;lt;br&amp;gt;Brief details on the application: &lt;br /&gt;
&lt;br /&gt;
*'''gateway''' application is for high-level call routing, like called number, Network Access Points, routing scripts, regular expressions. &lt;br /&gt;
*'''toolpack_engine''' handles the protocols (SS7, SIP, ISDN, CAS, Sigtran, etc.)&amp;amp;nbsp;and media (RTP, TDM, tones, etc)&amp;lt;br&amp;gt; &lt;br /&gt;
*'''toolpack_sys_manager''' handles the configuration of the system &lt;br /&gt;
*'''tboamapp''' controls the startup of the applications and system upgrades&amp;lt;br&amp;gt; &lt;br /&gt;
*'''tbstreamserver''' is used for playing and recording files; by default this application is not started. See How to Start Stream Server &lt;br /&gt;
*'''tblogtrace''' are low-level logs coming from the Telecom platform&lt;br /&gt;
*'''tbsnmpagent/tbsnmpmux''' allows SNMP queries to unit&lt;br /&gt;
*'''tbuctwriter''' captures call traces&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt; Change an Application log trace level ===&lt;br /&gt;
&amp;lt;br&amp;gt;You can change the trace level of the application here: &lt;br /&gt;
&amp;lt;pre&amp;gt;Applications-&amp;amp;gt; Configurations -&amp;amp;gt; edit -&amp;amp;gt; Log Params -&amp;amp;gt; Default Trace Level -&amp;amp;gt; Save&amp;lt;/pre&amp;gt; &lt;br /&gt;
And then activate the new configuration. Trace level 3 for '''gateway '''and '''toolpack_engine''' application will give most of the required information.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt; Get log files from web portal ===&lt;br /&gt;
&amp;lt;pre&amp;gt;Maintenance -&amp;amp;gt; Logs -&amp;amp;gt; Select filename -&amp;amp;gt; 2000 lines -&amp;amp;gt; select Read&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;br&amp;gt; Get the log files from the server  ===&lt;br /&gt;
You can get the files directly from the server running Toolpack. Connect SSH to the management port of the unit and get the files at this location: &lt;br /&gt;
&amp;lt;pre&amp;gt;/lib/tb/toolpack/setup/12358/2.7/apps/&amp;lt;/pre&amp;gt; &lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;C:\TelcoBridges\toolpack\setup\12358\2.7\apps\&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt; Using the signaling traces  ==&lt;br /&gt;
&lt;br /&gt;
You can get the signaling traces (SS7, ISDN and SIP) using the tbsigtrace program: [[Toolpack Debug Application:Tbsigtrace|using tbsigtrace]] &lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt; Using the Toolpack programs backdoor tool  ==&lt;br /&gt;
&lt;br /&gt;
You can access to the toolpack applications directly by using the tbx_cli_tools_remote application. This application allows full control over any Toolpack application. This allows for example to view real time calls going through the Toolpack Engine. &lt;br /&gt;
&lt;br /&gt;
Select this to learn [[How to use tbx cli tools remote program|How to use tbx cli tools remote program]].&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Typical errors: &lt;br /&gt;
&lt;br /&gt;
404 not found&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:Time_tracking_tool</id>
		<title>Support:Time tracking tool</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:Time_tracking_tool"/>
				<updated>2015-04-28T08:15:52Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Picture size, description adjustments&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Every month, TelcoBridges partners receive a report showing the balance of their Support Bank hours. A negative value means that the account is in deficit. In such a case, we invite our Partners to promptly contact a sales representative to acquire new TB support hour banks.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To consult their TB Support activities, our partners can access TelcoBridges TB Support Time tracking tool:&lt;br /&gt;
&lt;br /&gt;
https://timetracking.telcobridges.com&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
= Login&amp;lt;br&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
The login/password is the same as that used for license server access. For partners who do not have a login for the above site, please contact [mailto:support@telcobridges.com TelcoBridges TB Support]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Export view&amp;lt;br&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Once you are logged in, choose the Export tab. This view shows the support Bank hour units withdrawn from your account and also the units deposited to your account.&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_tab.png|1024px]]&lt;br /&gt;
&lt;br /&gt;
==Columns definition&amp;lt;br&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Column Name !! Definition&lt;br /&gt;
|-&lt;br /&gt;
| '''Date''' || Date when support was provided&lt;br /&gt;
|-&lt;br /&gt;
| '''In''' || Start time (EST timezone)&lt;br /&gt;
|-&lt;br /&gt;
| '''Out''' || End time (EST timezone)&lt;br /&gt;
|-&lt;br /&gt;
| '''h'm''' || Duration in hours:minutes&lt;br /&gt;
|-&lt;br /&gt;
| '''Time''' || A chargeable task is rated at '-1' (per hour) and a non-chargeable task is rated at '0'&lt;br /&gt;
|-&lt;br /&gt;
| '''Rate/Total''' || Number of bank units withdrawn from the support bank account&lt;br /&gt;
|-&lt;br /&gt;
| '''Customer''' || Customer name&lt;br /&gt;
|-&lt;br /&gt;
| '''Project''' || Support bank (9-5 or 24-7). See [[TB_Support_A_la_Carte|TB Support A la Carte]] for more information&lt;br /&gt;
|-&lt;br /&gt;
| '''Task''' || Task that was performed : Configuration, Installation, Troubleshooting, and more.&lt;br /&gt;
|-&lt;br /&gt;
| '''Comment''' || Provide detail on the the nature of the task that was performed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Selecting the report date range&amp;lt;br&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
By default, when you log in, the Date range will show the current month only. Select the report period by changing the start date.&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_date_range.png|1024px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changing the report date format&amp;lt;br&amp;gt;  ==&lt;br /&gt;
&lt;br /&gt;
By default, the report ''Dateformat'' is 'd.m.'. To change it and include the year:&lt;br /&gt;
# Click the '''clock''' icon ((upper left, just below the Export tab)&lt;br /&gt;
# Set the date format to 'D' (m/d/y).&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_dateformat.png|1024px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changing the view filter&amp;lt;br&amp;gt;  ==&lt;br /&gt;
&lt;br /&gt;
The view entries can be filtered by Project and by Tasks. You can also choose what type of entries to view.&lt;br /&gt;
'''Note''': ''Expenses'' entries represent TB support bank hours units that have been added to the support account&lt;br /&gt;
# Click the '''funnel''' shaped icon (upper left, just below the Export tab)&lt;br /&gt;
# Select ''times and expenses'' to view all entries&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_filter.png|1024px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Exporting or printing&amp;lt;br&amp;gt;  ==&lt;br /&gt;
&lt;br /&gt;
The view entries can be exported to a file or printed (see icons locate at the upper right).&lt;br /&gt;
&lt;br /&gt;
The supported export files are : PDF, XLS and CSV&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_exporting_report.png]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested export options &amp;lt;br&amp;gt;  ==&lt;br /&gt;
Make sure to use below options on export to get the full report&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_exporting_options.png|400px]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Current balance of hours&amp;lt;br&amp;gt;  =&lt;br /&gt;
&lt;br /&gt;
# Select the '''report date range with a start date that includes all the entries of your account since its creation'''&lt;br /&gt;
# Set the view filter to show all the entries ('times and expenses'')&lt;br /&gt;
# Set the view filter to either your 5-9 or 24-7 project (click the funnel shapes icon of the project name to filter)&lt;br /&gt;
# Export into a .xls or .csv&lt;br /&gt;
# Open the file in your favourite spreadsheet editor and perform a summation on all the entries of the ''Rate/Total'' column&lt;br /&gt;
# The summation should match your support account balance&lt;br /&gt;
&lt;br /&gt;
[[Category:Needs_revising]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/File:Kimai_export_exporting_options.png</id>
		<title>File:Kimai export exporting options.png</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/File:Kimai_export_exporting_options.png"/>
				<updated>2015-04-28T08:12:01Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:Time_tracking_tool</id>
		<title>Support:Time tracking tool</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:Time_tracking_tool"/>
				<updated>2015-04-28T08:11:44Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Added export report options suggestion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Every month, TelcoBridges partners receive a report showing the balance of their Support Bank hours. A negative value means that the account is in deficit. In such a case, we invite our Partners to promptly contact a sales representative to acquire new TB support hour banks.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To consult their TB Support activities, our partners can access TelcoBridges TB Support Time tracking tool:&lt;br /&gt;
&lt;br /&gt;
https://timetracking.telcobridges.com&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
= Login&amp;lt;br&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
The login/password is the same as that used for license server access. For partners who do not have a login for the above site, please contact [mailto:support@telcobridges.com TelcoBridges TB Support]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Export view&amp;lt;br&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Once you are logged in, choose the Export tab. This view shows the support Bank hour units withdrawn from your account and also the units deposited to your account.&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_tab.png|1024px]]&lt;br /&gt;
&lt;br /&gt;
==Columns definition&amp;lt;br&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Column Name !! Definition&lt;br /&gt;
|-&lt;br /&gt;
| '''Date''' || Date when support was provided&lt;br /&gt;
|-&lt;br /&gt;
| '''In''' || Start time (EST timezone)&lt;br /&gt;
|-&lt;br /&gt;
| '''Out''' || End time (EST timezone)&lt;br /&gt;
|-&lt;br /&gt;
| '''h'm''' || Duration in hours:minutes&lt;br /&gt;
|-&lt;br /&gt;
| '''Time''' || A chargeable task is rated at '-1' (per hour) and a non-chargeable task is rated at '0'&lt;br /&gt;
|-&lt;br /&gt;
| '''Rate/Total''' || Number of bank units withdrawn from the support bank account&lt;br /&gt;
|-&lt;br /&gt;
| '''Customer''' || Customer name&lt;br /&gt;
|-&lt;br /&gt;
| '''Project''' || Support bank (9-5 or 24-7). See [[TB_Support_A_la_Carte|TB Support A la Carte]] for more information&lt;br /&gt;
|-&lt;br /&gt;
| '''Task''' || Task that was performed : Configuration, Installation, Troubleshooting, and more.&lt;br /&gt;
|-&lt;br /&gt;
| '''Comment''' || Provide detail on the the nature of the task that was performed&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Selecting the report date range&amp;lt;br&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
By default, when you log in, the Date range will show the current month only. Select the report period by changing the start date.&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_date_range.png|1024px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changing the report date format&amp;lt;br&amp;gt;  ==&lt;br /&gt;
&lt;br /&gt;
By default, the report ''Dateformat'' is 'd.m.'. To change it and include the year:&lt;br /&gt;
# Click the '''clock''' icon ((upper left, just below the Export tab)&lt;br /&gt;
# Set the date format to 'D' (m/d/y).&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_dateformat.png|1024px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changing the view filter&amp;lt;br&amp;gt;  ==&lt;br /&gt;
&lt;br /&gt;
The view entries can be filtered by Project and by Tasks. You can also choose what type of entries to view.&lt;br /&gt;
'''Note''': ''Expenses'' entries represent TB support bank hours units that have been added to the support account&lt;br /&gt;
# Click the '''funnel''' shaped icon (upper left, just below the Export tab)&lt;br /&gt;
# Select ''times and expenses'' to view all entries&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_filter.png|1024px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Exporting or printing&amp;lt;br&amp;gt;  ==&lt;br /&gt;
&lt;br /&gt;
The view entries can be exported to a file or printed (see icons locate at the upper right).&lt;br /&gt;
&lt;br /&gt;
The supported export files are : PDF, XLS and CSV&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_exporting_report.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Suggested export options &amp;lt;br&amp;gt;  =&lt;br /&gt;
# Make sure to use below options on export to get the full report&lt;br /&gt;
&lt;br /&gt;
[[File:Kimai_export_exporting_options.png]]&lt;br /&gt;
&lt;br /&gt;
= Current balance of hours&amp;lt;br&amp;gt;  =&lt;br /&gt;
&lt;br /&gt;
# Select the '''report date range with a start date that includes all the entries of your account since its creation'''&lt;br /&gt;
# Set the view filter to show all the entries ('times and expenses'')&lt;br /&gt;
# Set the view filter to either your 5-9 or 24-7 project (click the funnel shapes icon of the project name to filter)&lt;br /&gt;
# Export into a .xls or .csv&lt;br /&gt;
# Open the file in your favourite spreadsheet editor and perform a summation on all the entries of the ''Rate/Total'' column&lt;br /&gt;
# The summation should match your support account balance&lt;br /&gt;
&lt;br /&gt;
[[Category:Needs_revising]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Tmedia_Major_Upgrade</id>
		<title>Tmedia Major Upgrade</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Tmedia_Major_Upgrade"/>
				<updated>2015-04-10T08:50:36Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Add clearer notes on the decision of each step.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article shows how to do a major upgrade.&lt;br /&gt;
&lt;br /&gt;
== Web Portal Upgrade ==&lt;br /&gt;
'''Important: You need to run version 2.7.148 or later, to do a major upgrade through the web'''.&lt;br /&gt;
&lt;br /&gt;
The procedure is the same as a minor upgrade.&lt;br /&gt;
&lt;br /&gt;
*[[Toolpack:System_Settings_A#Package_Upgrade|Toolpack v2.8 package upgrades]]&lt;br /&gt;
*[[Web_Portal_Tutorial_Guide_v2.7#Minor_Package_Upgrade|Toolpack v2.7 package upgrades]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Manual Upgrade ==&lt;br /&gt;
'''Important: You need to use this procedure if your system runs version before 2.7.148'''.&lt;br /&gt;
&lt;br /&gt;
'''Warning:''' Major upgrades require service interruption.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' For high availability systems, all the following commands needs to be executed on both units (for 1+1 systems) and both TMG7800-CTRL (for TMG7800 systems)&lt;br /&gt;
&lt;br /&gt;
==== Stop Toolpack Service  ====&lt;br /&gt;
&lt;br /&gt;
  tbtoolpack stop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Lawful Intercept prerequisites ====&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Only applicable for units shipped &amp;lt;u&amp;gt;before to February 7th 2013&amp;lt;/u&amp;gt; needs to install the following gems. &lt;br /&gt;
&lt;br /&gt;
===== Install prerequisites =====&lt;br /&gt;
&lt;br /&gt;
Verify Ruby gem version:&lt;br /&gt;
 gem –v&lt;br /&gt;
Result:&lt;br /&gt;
 1.3.6  (or later release)&lt;br /&gt;
&lt;br /&gt;
Verify Ruby gem folder:&lt;br /&gt;
 which gem&lt;br /&gt;
Result:&lt;br /&gt;
 /usr/bin/gem&lt;br /&gt;
&lt;br /&gt;
If both of these are ok, continue with the pre-requisites, otherwise, contact support@telcobridges.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 wget http://download.distribution.telcobridges.com/3rdparty/prerequisite/bin/linux/bundler-1.2.3.gem&lt;br /&gt;
 gem install --local ./bundler-1.2.3.gem&lt;br /&gt;
&lt;br /&gt;
 wget http://download.distribution.telcobridges.com/3rdparty/prerequisite/bin/linux/json-1.7.7.gem&lt;br /&gt;
 gem install --local ./json-1.7.7.gem&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Validate prerequisites installation =====&lt;br /&gt;
&lt;br /&gt;
Execute the following command:&lt;br /&gt;
 gem list&lt;br /&gt;
&lt;br /&gt;
If installed properly, you should see the following:&lt;br /&gt;
 *** LOCAL GEMS ***&lt;br /&gt;
 &lt;br /&gt;
 bundler (1.2.3)    &amp;lt;--- bundler 1.2.3&lt;br /&gt;
 fcgi (0.8.7)&lt;br /&gt;
 json (1.7.7)       &amp;lt;--- json 1.7.7&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If the results deviates from the above, please contact TelcoBridges Support.&lt;br /&gt;
&lt;br /&gt;
==== Install package  ====&lt;br /&gt;
&lt;br /&gt;
*Transfer new installer using sftp on the Tmedia unit&lt;br /&gt;
*Run installer on the unit&lt;br /&gt;
&lt;br /&gt;
Verify that the system will run on the correct version:&lt;br /&gt;
&lt;br /&gt;
 cat /lib/tb/toolpack/setup/12358/service/config.txt | grep  tb/toolpack&lt;br /&gt;
&lt;br /&gt;
Example of a v2.7 system configuration&lt;br /&gt;
&lt;br /&gt;
 application= /lib/tb/toolpack/setup/12358/2.7/apps/tboamapp/tboamapp_wd_cfg.ini&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Install licenses  ====&lt;br /&gt;
&lt;br /&gt;
If not already done through the installer, copy the licenses in the licenses directory &lt;br /&gt;
&lt;br /&gt;
  /lib/tb/toolpack/pkg/licenses/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Copy audio files from [[TB_StreamServer|StreamServer]] (optional)  ====&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Only applicable if you have custom audio files.&lt;br /&gt;
&lt;br /&gt;
Customs audio files played by the [[TB_StreamServer|StreamServer]] are not copied automatically by the system. Therefore, it must be done manually.&lt;br /&gt;
&lt;br /&gt;
Example of copying custom audio files from a v2.6 to v2.7 system:&lt;br /&gt;
 cp /lib/tb/toolpack/setup/12358/2.6/apps/tbstreamserver/*.wav /lib/tb/toolpack/setup/12358/2.7/apps/tbstreamserver&lt;br /&gt;
 cp /lib/tb/toolpack/setup/12358/2.6/apps/tbstreamserver/prompts/*.wav /lib/tb/toolpack/setup/12358/2.7/apps/tbstreamserver/prompts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Start Toolpack Service  ====&lt;br /&gt;
&lt;br /&gt;
  tbtoolpack start&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Toolpack:Starting_an_Application_B</id>
		<title>Toolpack:Starting an Application B</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Toolpack:Starting_an_Application_B"/>
				<updated>2015-04-10T08:31:41Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Starting an Application for 2.7 &amp;amp; 2.8&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== '''''Applies to version(s): v2.7, v2.8.''''' ===&lt;br /&gt;
{{DISPLAYTITLE:Starting an Application}}&lt;br /&gt;
In order to be able to load and start an application, it will need to have been installed&lt;br /&gt;
on the Toolpack application server. In addition, at least one Tmedia unit must have&lt;br /&gt;
been configured on the Toolpack application server so that you are able to connect to&lt;br /&gt;
it.&lt;br /&gt;
&lt;br /&gt;
When you first log on to the Web Portal, your system application will have been installed on the&lt;br /&gt;
Toolpack application server, and it will be in a management state. This means that the application is not&lt;br /&gt;
yet operating and controlling your system. In order to start an application, its state must be changed&lt;br /&gt;
from Management to Run.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''To start an application:'''&lt;br /&gt;
&lt;br /&gt;
1. Select '''Applications''' from the navigation panel.&lt;br /&gt;
&lt;br /&gt;
[[Image:Toolpack_v2.7_Navigation_Panel_Applications.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the '''Status''' tab. Select the application that you wish to start/stop and click on its name.&lt;br /&gt;
&lt;br /&gt;
[[Image:Toolpack_v2.7_Edit_Application.png|700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Start/Stop the application:&lt;br /&gt;
&lt;br /&gt;
*Set the '''Oam target state''' to '''Run''' or '''Don't Run'''.&lt;br /&gt;
* Click '''Apply States'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Toolpack_v2.7_Editing_Application_State.png]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/File:Toolpack_v2.7_Navigation_Panel_Applications.png</id>
		<title>File:Toolpack v2.7 Navigation Panel Applications.png</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/File:Toolpack_v2.7_Navigation_Panel_Applications.png"/>
				<updated>2015-04-10T08:26:56Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/File:Toolpack_v2.7_Editing_Application_State.png</id>
		<title>File:Toolpack v2.7 Editing Application State.png</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/File:Toolpack_v2.7_Editing_Application_State.png"/>
				<updated>2015-04-10T08:26:48Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/File:Toolpack_v2.7_Edit_Application.png</id>
		<title>File:Toolpack v2.7 Edit Application.png</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/File:Toolpack_v2.7_Edit_Application.png"/>
				<updated>2015-04-10T08:26:21Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Tmedia_Major_Upgrade</id>
		<title>Tmedia Major Upgrade</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Tmedia_Major_Upgrade"/>
				<updated>2015-04-02T02:12:32Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: The minimum web portal major upgrade release is 2.7.148 but not 2.7.145.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article shows how to do a major upgrade.&lt;br /&gt;
&lt;br /&gt;
== Web Portal Upgrade ==&lt;br /&gt;
'''Important: You need to run version 2.7.148 or later, to do a major upgrade through the web'''.&lt;br /&gt;
&lt;br /&gt;
The procedure is the same as a minor upgrade.&lt;br /&gt;
&lt;br /&gt;
*[[Toolpack:System_Settings_A#Package_Upgrade|Toolpack v2.8 package upgrades]]&lt;br /&gt;
*[[Web_Portal_Tutorial_Guide_v2.7#Minor_Package_Upgrade|Toolpack v2.7 package upgrades]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Manual Upgrade ==&lt;br /&gt;
'''Important: You need to use this procedure if your system runs version before 2.7.148'''.&lt;br /&gt;
&lt;br /&gt;
'''Warning:''' Major upgrades require service interruption.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' For high availability systems, all the following commands needs to be executed on both units (for 1+1 systems) and both TMG7800-CTRL (for TMG7800 systems)&lt;br /&gt;
&lt;br /&gt;
==== Stop Toolpack Service  ====&lt;br /&gt;
&lt;br /&gt;
  tbtoolpack stop&lt;br /&gt;
&lt;br /&gt;
==== Lawful Intercept prerequisites ====&lt;br /&gt;
&lt;br /&gt;
Units shipped &amp;lt;u&amp;gt;before to February 7th 2013&amp;lt;/u&amp;gt;, needs to install the following gems. &lt;br /&gt;
&lt;br /&gt;
===== Install prerequisites =====&lt;br /&gt;
&lt;br /&gt;
Verify Ruby gem version:&lt;br /&gt;
 gem –v&lt;br /&gt;
Result:&lt;br /&gt;
 1.3.6  (or later release)&lt;br /&gt;
&lt;br /&gt;
Verify Ruby gem folder:&lt;br /&gt;
 which gem&lt;br /&gt;
Result:&lt;br /&gt;
 /usr/bin/gem&lt;br /&gt;
&lt;br /&gt;
If both of these are ok, continue with the pre-requisites, otherwise, contact support@telcobridges.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 wget http://download.distribution.telcobridges.com/3rdparty/prerequisite/bin/linux/bundler-1.2.3.gem&lt;br /&gt;
 gem install --local ./bundler-1.2.3.gem&lt;br /&gt;
&lt;br /&gt;
 wget http://download.distribution.telcobridges.com/3rdparty/prerequisite/bin/linux/json-1.7.7.gem&lt;br /&gt;
 gem install --local ./json-1.7.7.gem&lt;br /&gt;
&lt;br /&gt;
===== Validate prerequisites installation =====&lt;br /&gt;
&lt;br /&gt;
Execute the following command:&lt;br /&gt;
 gem list&lt;br /&gt;
&lt;br /&gt;
If installed properly, you should see the following:&lt;br /&gt;
 *** LOCAL GEMS ***&lt;br /&gt;
 &lt;br /&gt;
 bundler (1.2.3)    &amp;lt;--- bundler 1.2.3&lt;br /&gt;
 fcgi (0.8.7)&lt;br /&gt;
 json (1.7.7)       &amp;lt;--- json 1.7.7&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Install package  ====&lt;br /&gt;
&lt;br /&gt;
*Transfer new installer using sftp on the Tmedia unit&lt;br /&gt;
*Run installer on the unit&lt;br /&gt;
&lt;br /&gt;
Verify that the system will run on the correct version:&lt;br /&gt;
&lt;br /&gt;
 cat /lib/tb/toolpack/setup/12358/service/config.txt | grep  tb/toolpack&lt;br /&gt;
&lt;br /&gt;
Example of a v2.7 system configuration&lt;br /&gt;
&lt;br /&gt;
 application= /lib/tb/toolpack/setup/12358/2.7/apps/tboamapp/tboamapp_wd_cfg.ini&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Install licenses  ====&lt;br /&gt;
&lt;br /&gt;
If not already done through the installer, copy the licenses in the licenses directory &lt;br /&gt;
&lt;br /&gt;
  /lib/tb/toolpack/pkg/licenses/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Copy audio files from [[TB_StreamServer|StreamServer]] (optional)  ====&lt;br /&gt;
Customs audio files played by the [[TB_StreamServer|StreamServer]] are not copied automatically by the system. Therefore, it must be done manually.&lt;br /&gt;
&lt;br /&gt;
Example of copying custom audio files from a v2.6 to v2.7 system:&lt;br /&gt;
 cp /lib/tb/toolpack/setup/12358/2.6/apps/tbstreamserver/*.wav /lib/tb/toolpack/setup/12358/2.7/apps/tbstreamserver&lt;br /&gt;
 cp /lib/tb/toolpack/setup/12358/2.6/apps/tbstreamserver/prompts/*.wav /lib/tb/toolpack/setup/12358/2.7/apps/tbstreamserver/prompts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Start Toolpack Service  ====&lt;br /&gt;
&lt;br /&gt;
  tbtoolpack start&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support</id>
		<title>Support:Contacting TelcoBridges technical support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support"/>
				<updated>2015-03-09T06:31:48Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Minor edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wordwide technical support is available via either of the following channels: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''Americas &amp;amp;amp; Europe Technical Support Centre&amp;amp;nbsp;(GMT-05:00,&amp;amp;nbsp; Montreal, Canada)'''&lt;br /&gt;
&amp;lt;br&amp;gt;Office hours: Monday to Friday from 09:00 to 17:00 Eastern Time&lt;br /&gt;
&lt;br /&gt;
Telephone: '''+1-450-655-8993 x131 or x102 &amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
TBsupport tracking system: https://support.telcobridges.com&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Asia Technical Support Centre (GMT +08:00, Hong Kong)'''&lt;br /&gt;
&amp;lt;br&amp;gt;Office hours: Monday to Friday from 09:00 to 17:00 Hong Kong Time&lt;br /&gt;
&lt;br /&gt;
Telephone: '''+852-3749-9818''' &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''24/7 Support''' '''International''' (Public Holiday and non-office hours)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Telephone: '''+1-866-438-4703 &amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
Supported languages: English &lt;br /&gt;
&lt;br /&gt;
Note: For customers for who have purchased 24/7 TBSupport bank of hours, please contact TBSupport via this 24/7 hotline for emergency &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Instant Messenger/chat (Windows live messenger/Skype)''' &lt;br /&gt;
&lt;br /&gt;
Send request to [mailto:support@telcobridges.com support@telcobridges.com] for contacts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
'''Please kindly note that TelcoBridges office is closed during [[support:public_holidays|public holidays]].'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Please call 24/7 Support International for emergency if you have purchased 24/7 TBSupport bank of hours'''&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support</id>
		<title>Support:Contacting TelcoBridges technical support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support"/>
				<updated>2015-03-09T06:30:44Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Separate contacting TBSupport and the public holidays page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wordwide technical support is available via either of the following channels: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''Americas &amp;amp;amp; Europe Technical Support Centre&amp;amp;nbsp;(GMT-05:00,&amp;amp;nbsp; Montreal, Canada)'''&lt;br /&gt;
&amp;lt;br&amp;gt;Office hours: Monday to Friday from 09:00 to 17:00 Eastern Time&lt;br /&gt;
&lt;br /&gt;
Telephone: '''+1-450-655-8993 x131 or x102 &amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
TBsupport tracking system: https://support.telcobridges.com&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Asia Technical Support Centre (GMT +08:00, Hong Kong)'''&lt;br /&gt;
&amp;lt;br&amp;gt;Office hours: Monday to Friday from 09:00 to 17:00 Hong Kong Time&lt;br /&gt;
&lt;br /&gt;
Telephone: '''+852-3749-9818''' &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''24/7 Support''' '''International''' (Public Holiday and non-office hours)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Telephone: '''+1-866-438-4703 &amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
Supported languages: English &lt;br /&gt;
&lt;br /&gt;
Note: For customers for who have purchased 24/7 TBSupport bank of hours, please contact TBSupport via this 24/7 hotline for emergency &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Instant Messenger/chat (Windows live messenger/Skype)''' &lt;br /&gt;
&lt;br /&gt;
Send request to [mailto:support@telcobridges.com support@telcobridges.com] for contacts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
'''Please kindly note that Telcobridges office is closed during [[support:public_holidays|public holidays]].'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Please call 24/7 Support International for emergency if you have purchased 24/7 TBSupport bank of hours'''&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:public_holidays</id>
		<title>Support:public holidays</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:public_holidays"/>
				<updated>2015-03-09T06:28:27Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Separate contacting TBSupport and the public holidays page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+Montreal, Canada Public Holidays&lt;br /&gt;
|-&lt;br /&gt;
|New Year's day&lt;br /&gt;
|January 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day After New Year's day	&lt;br /&gt;
|January 2, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 3, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 6, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Patriotes	&lt;br /&gt;
|May 18, 2015&lt;br /&gt;
|-&lt;br /&gt;
|St-Jean	&lt;br /&gt;
|June 24, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Canada Day	&lt;br /&gt;
|July 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Labour day	&lt;br /&gt;
|September 7, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Thanksgiving	&lt;br /&gt;
|October 12, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day before Christmas day	&lt;br /&gt;
|December 24, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Christmas	&lt;br /&gt;
|December 25, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Boxing Day	&lt;br /&gt;
|December 26, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day before New Year's day&lt;br /&gt;
|December 31, 2015&lt;br /&gt;
|-&lt;br /&gt;
|New Year's day&lt;br /&gt;
|January 1, 2016&lt;br /&gt;
|-&lt;br /&gt;
|Day after New Year's day&lt;br /&gt;
|January 2, 2016&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+[http://www.gov.hk/en/about/abouthk/holiday Hong Kong Public Holidays]&lt;br /&gt;
|-&lt;br /&gt;
|First day of January&lt;br /&gt;
|January 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day After New Year's day	&lt;br /&gt;
|January 2, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Lunar New Year's Day	&lt;br /&gt;
|February 19, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The second day of the Lunar New Year	&lt;br /&gt;
|February 20, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The third day of the Lunar New Year	&lt;br /&gt;
|February 21, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 3, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The day following Good Friday	&lt;br /&gt;
|April 4, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The day following Ching Ming Festival	&lt;br /&gt;
|April 6, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The day following Easter Monday	&lt;br /&gt;
|April 7, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Labour Day	&lt;br /&gt;
|May 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The Birthday of the Buddha 	&lt;br /&gt;
|May 25, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Tuen Ng Festival 	&lt;br /&gt;
|June 20, 2015&lt;br /&gt;
|-&lt;br /&gt;
|HKSAR Establishment Day	&lt;br /&gt;
|July 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The day following Chinese Mid-Autumn Festival	&lt;br /&gt;
|September 28, 2015&lt;br /&gt;
|-&lt;br /&gt;
|National Day	&lt;br /&gt;
|October 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Chung Yeung Festival	&lt;br /&gt;
|October 21, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day before Christmas day&lt;br /&gt;
|December 24, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Christmas Day	&lt;br /&gt;
|December 25, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The first weekday after Christmas Day	&lt;br /&gt;
|December 26, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day before New Year's day&lt;br /&gt;
|December 31, 2015&lt;br /&gt;
|-&lt;br /&gt;
|First day of January&lt;br /&gt;
|January 1, 2016&lt;br /&gt;
|-&lt;br /&gt;
|Day after First day of January&lt;br /&gt;
|January 2, 2016&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/GHOST</id>
		<title>GHOST</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/GHOST"/>
				<updated>2015-02-18T05:24:56Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Added the timezone reset procedures&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:GHOST: The glibc's gethostbyname vulnerability}}&lt;br /&gt;
&lt;br /&gt;
On January 27, 2015, a vulnerability named &amp;quot;GHOST&amp;quot; in the glibc library was publicly announced. GHOST is also referred as '''CVE-2015-0235'''. The vulnerability is a buffer overflow in the gethostbyname family of functions that can allow arbitrary code execution.&lt;br /&gt;
&lt;br /&gt;
= Affected Products =&lt;br /&gt;
* TMG800, TMG3200, TMG7800-CTRL&lt;br /&gt;
* Tdev Linux server with (CentOS, RedHat, etc) running Toolpack software&lt;br /&gt;
&lt;br /&gt;
= Details =&lt;br /&gt;
The impact of this vulnerability on TelcoBridges products depends on their configuration. The vulnerability may only be triggered through requests for domain name resolution. Therefore, only units that enable such services may be exposed to the issue.&lt;br /&gt;
&lt;br /&gt;
= Software Versions and Fixes =&lt;br /&gt;
The TelcoBridges CentOS 5 repository has been updated with the latest glibc version. Services that use glibc must be restarted. Because glibc is thoroughly used in the Linux operating system, it is highly recommended to reboot the unit.&lt;br /&gt;
&lt;br /&gt;
= Update procedure =&lt;br /&gt;
The operator can use one of the two methods available: GUI/WebPortal or command line interface.&lt;br /&gt;
&lt;br /&gt;
== WebPortal - TMG unit or Linux server '''with access to Internet''' (i.e. with DNS configured) ==&lt;br /&gt;
* login onto the WebPortal&lt;br /&gt;
* Select the 'Hosts' section&lt;br /&gt;
* Click on the hostname&lt;br /&gt;
* Click on the 'Status' tab&lt;br /&gt;
* Select 'Upgrade Linux packages' into the host 'Action' &lt;br /&gt;
* Click on the 'Apply action' button&lt;br /&gt;
* Refresh the page until the packages are updated as indicated in the 'Action Log' (you may use the 'Now' button to update the page). The results should appear within a minute.&lt;br /&gt;
* Select 'Shutdown' into the host 'Action'&lt;br /&gt;
* Select 'Reboot' into the 'Shutdown Type'&lt;br /&gt;
* Click on the 'Apply action' button&lt;br /&gt;
* Repeat the process for all hosts listed&lt;br /&gt;
&lt;br /&gt;
== Command line interface ==&lt;br /&gt;
&lt;br /&gt;
* login with root account&lt;br /&gt;
 [root@TB011107 ~]# uname -m&lt;br /&gt;
 x86_64&lt;br /&gt;
* If the result is not &amp;quot;x86_64&amp;quot;, [[Support:Contacting TelcoBridges technical support|please contact TelcoBridges]] support, otherwise you can proceed with either method below.&lt;br /&gt;
* Follow one of the two options depending if Internet is accessible from the unit&lt;br /&gt;
&lt;br /&gt;
=== Option #1 - TMG unit or Linux server '''with access to Internet''' (i.e. with DNS configured) ===&lt;br /&gt;
&lt;br /&gt;
* update OS packages with yum&lt;br /&gt;
 yum clean all&lt;br /&gt;
 yum update&lt;br /&gt;
* reboot the unit&lt;br /&gt;
 reboot&lt;br /&gt;
&lt;br /&gt;
=== Option #2 - TMG unit or Linux server '''without access to Internet''' ===&lt;br /&gt;
* download the following packages to your PC:&lt;br /&gt;
** http://repo.telcobridges.com/centos/5.7/updates/x86_64/RPMS/glibc-2.5-123.el5_11.1.x86_64.rpm&lt;br /&gt;
** http://repo.telcobridges.com/centos/5.7/updates/x86_64/RPMS/glibc-common-2.5-123.el5_11.1.x86_64.rpm&lt;br /&gt;
** http://repo.telcobridges.com/centos/5.7/updates/x86_64/RPMS/glibc-devel-2.5-123.el5_11.1.x86_64.rpm&lt;br /&gt;
** http://repo.telcobridges.com/centos/5.7/updates/x86_64/RPMS/glibc-headers-2.5-123.el5_11.1.x86_64.rpm&lt;br /&gt;
** http://repo.telcobridges.com/centos/5.7/updates/x86_64/RPMS/nscd-2.5-123.el5_11.1.x86_64.rpm&lt;br /&gt;
* Using WinSCP or similar tool, upload the files to the TMG unit using the root account&lt;br /&gt;
* login with root account&lt;br /&gt;
* Install packages&lt;br /&gt;
 yum localinstall glibc-2.5-123.el5_11.1.x86_64.rpm \&lt;br /&gt;
   glibc-common-2.5-123.el5_11.1.x86_64.rpm \&lt;br /&gt;
   glibc-devel-2.5-123.el5_11.1.x86_64.rpm \&lt;br /&gt;
   glibc-headers-2.5-123.el5_11.1.x86_64.rpm \&lt;br /&gt;
   nscd-2.5-123.el5_11.1.x86_64.rpm&lt;br /&gt;
* '''Note''': that operation might take a long time since yum will probably experience timeouts when trying to access the external repositories.&lt;br /&gt;
* Reboot the unit&lt;br /&gt;
 reboot&lt;br /&gt;
&lt;br /&gt;
= How to verify if the vulnerability is fixed? =&lt;br /&gt;
* login with root account&lt;br /&gt;
* execute the following to create a test script&lt;br /&gt;
 cat &amp;gt; rhel-GHOST-test.sh &amp;lt;&amp;lt; FOF&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 # rhel-GHOST-test.sh -  GHOST vulnerability tester. Only for CentOS/RHEL based servers.  #&lt;br /&gt;
 # Version 3&lt;br /&gt;
 # Credit : Red Hat, Inc - https://access.redhat.com/labs/ghost/ #&lt;br /&gt;
 echo &amp;quot;Installed glibc version(s)&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 rv=0&lt;br /&gt;
 for glibc_nvr in \$( rpm -q --qf '%{name}-%{version}-%{release}.%{arch}\n' glibc ); do&lt;br /&gt;
     glibc_ver=\$( echo &amp;quot;\$glibc_nvr&amp;quot; | awk -F- '{ print \$2 }' )&lt;br /&gt;
     glibc_maj=\$( echo &amp;quot;\$glibc_ver&amp;quot; | awk -F. '{ print \$1 }')&lt;br /&gt;
     glibc_min=\$( echo &amp;quot;\$glibc_ver&amp;quot; | awk -F. '{ print \$2 }')&lt;br /&gt;
 &lt;br /&gt;
     echo -n &amp;quot;- \$glibc_nvr: &amp;quot;&lt;br /&gt;
     if [ &amp;quot;\$glibc_maj&amp;quot; -gt 2 -o \( &amp;quot;\$glibc_maj&amp;quot; -eq 2  -a  &amp;quot;\$glibc_min&amp;quot; -ge 18 \) ]; then&lt;br /&gt;
         # fixed upstream version&lt;br /&gt;
         echo 'not vulnerable'&lt;br /&gt;
     else&lt;br /&gt;
         # all RHEL updates include CVE in rpm %changelog&lt;br /&gt;
         if rpm -q --changelog &amp;quot;\$glibc_nvr&amp;quot; | grep -q 'CVE-2015-0235'; then&lt;br /&gt;
             echo &amp;quot;not vulnerable&amp;quot;&lt;br /&gt;
         else&lt;br /&gt;
             echo &amp;quot;vulnerable&amp;quot;&lt;br /&gt;
             rv=1&lt;br /&gt;
         fi&lt;br /&gt;
     fi&lt;br /&gt;
 done&lt;br /&gt;
 &lt;br /&gt;
 if [ \$rv -ne 0 ]; then&lt;br /&gt;
     cat &amp;lt;&amp;lt;EOF&lt;br /&gt;
 &lt;br /&gt;
 This system is vulnerable to CVE-2015-0235. &amp;lt;https://access.redhat.com/security/cve/CVE-2015-0235&amp;gt;&lt;br /&gt;
 Please refer to &amp;lt;https://access.redhat.com/articles/1332213&amp;gt; for remediation steps&lt;br /&gt;
 EOF&lt;br /&gt;
 fi&lt;br /&gt;
 &lt;br /&gt;
 exit \$rv&lt;br /&gt;
 &lt;br /&gt;
 FOF&lt;br /&gt;
* Execute the script&lt;br /&gt;
 chmod +x rhel-GHOST-test.sh&lt;br /&gt;
 ./rhel-GHOST-test.sh&lt;br /&gt;
* '''You should not see the 'vulnerable' string displayed'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Verify system timezone =&lt;br /&gt;
We found that some systems got the timezone reset to EST time after the GHOST patch procedures&lt;br /&gt;
* Verify the timezone on the system&lt;br /&gt;
 date&lt;br /&gt;
&lt;br /&gt;
If it differs from the original, reset the timezone using the [[TMG:Change_Time_Zone|tbtimezone]] script.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
* https://www.qualys.com/research/security-advisories/GHOST-CVE-2015-0235.txt&lt;br /&gt;
* https://access.redhat.com/articles/1332213&lt;br /&gt;
* http://www.cyberciti.biz/faq/cve-2015-0235-patch-ghost-on-debian-ubuntu-fedora-centos-rhel-linux/&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/TMG:Change_Time_Zone</id>
		<title>TMG:Change Time Zone</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/TMG:Change_Time_Zone"/>
				<updated>2015-02-18T05:18:19Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article shows how to modify the timezone of a TMG unit.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt;&lt;br /&gt;
'''NOTE''': Remember to restart Toolpack after modifying the timezone&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TMG shell command ==&lt;br /&gt;
&lt;br /&gt;
  tbtimezone&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
This example explains how to change the TMG timezone the Hong Kong timezone.&lt;br /&gt;
&lt;br /&gt;
 [root@TB006882 x86_64-linux64]# tbtimezone&lt;br /&gt;
 Please identify a location so that time zone rules can be set correctly.&lt;br /&gt;
 Please select a continent or ocean.&lt;br /&gt;
  1) Africa&lt;br /&gt;
  2) Americas&lt;br /&gt;
  3) Antarctica&lt;br /&gt;
  4) Arctic Ocean&lt;br /&gt;
  5) Asia&lt;br /&gt;
  6) Atlantic Ocean&lt;br /&gt;
  7) Australia&lt;br /&gt;
  8) Europe&lt;br /&gt;
  9) Indian Ocean&lt;br /&gt;
 10) Pacific Ocean&lt;br /&gt;
 11) none - I want to specify the time zone using the Posix TZ format.&lt;br /&gt;
 #? 5&lt;br /&gt;
 Please select a country.&lt;br /&gt;
  1) Afghanistan           18) Israel                35) Palestine&lt;br /&gt;
  2) Armenia               19) Japan                 36) Philippines&lt;br /&gt;
  3) Azerbaijan            20) Jordan                37) Qatar&lt;br /&gt;
  4) Bahrain               21) Kazakhstan            38) Russia&lt;br /&gt;
  5) Bangladesh            22) Korea (North)         39) Saudi Arabia&lt;br /&gt;
  6) Bhutan                23) Korea (South)         40) Singapore&lt;br /&gt;
  7) Brunei                24) Kuwait                41) Sri Lanka&lt;br /&gt;
  8) Cambodia              25) Kyrgyzstan            42) Syria&lt;br /&gt;
  9) China                 26) Laos                  43) Taiwan&lt;br /&gt;
 10) Cyprus                27) Lebanon               44) Tajikistan&lt;br /&gt;
 11) East Timor            28) Macau                 45) Thailand&lt;br /&gt;
 12) Georgia               29) Malaysia              46) Turkmenistan&lt;br /&gt;
 13) Hong Kong             30) Mongolia              47) United Arab Emirates&lt;br /&gt;
 14) India                 31) Myanmar (Burma)       48) Uzbekistan&lt;br /&gt;
 15) Indonesia             32) Nepal                 49) Vietnam&lt;br /&gt;
 16) Iran                  33) Oman                  50) Yemen&lt;br /&gt;
 17) Iraq                  34) Pakistan&lt;br /&gt;
 #? 13&lt;br /&gt;
 &lt;br /&gt;
 The following information has been given: &lt;br /&gt;
 &lt;br /&gt;
         Hong Kong&lt;br /&gt;
 &lt;br /&gt;
 Therefore TZ='Asia/Hong_Kong' will be used.&lt;br /&gt;
 Local time is now:      Mon Jan 24 22:56:39 HKT 2011.&lt;br /&gt;
 Universal Time is now:  Mon Jan 24 14:56:39 UTC 2011.&lt;br /&gt;
 Is the above information OK?&lt;br /&gt;
 1) Yes&lt;br /&gt;
 2) No&lt;br /&gt;
 #? 1&lt;br /&gt;
 Changes are now applied, please restart Toolpack.&lt;br /&gt;
&lt;br /&gt;
== Restart Toolpack ==&lt;br /&gt;
&lt;br /&gt;
  tbtoolpack stop&lt;br /&gt;
  tbtoolpack start&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support</id>
		<title>Support:Contacting TelcoBridges technical support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support"/>
				<updated>2015-01-07T02:23:37Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Added a missing day for HK holidays&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wordwide technical support is available via either of the following channels: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''Americas &amp;amp;amp; Europe Technical Support Centre&amp;amp;nbsp;(GMT-05:00,&amp;amp;nbsp; Montreal, Canada)'''&lt;br /&gt;
&amp;lt;br&amp;gt;Office hours: Monday to Friday from 09:00 to 17:00 Eastern Time&lt;br /&gt;
&lt;br /&gt;
Telephone: '''+1-450-655-8993 x131 or x102 &amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
TBsupport tracking system: https://support.telcobridges.com&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Asia Technical Support Centre (GMT +08:00, Hong Kong)'''&lt;br /&gt;
&amp;lt;br&amp;gt;Office hours: Monday to Friday from 09:00 to 17:00 Hong Kong Time&lt;br /&gt;
&lt;br /&gt;
Telephone: '''+852-3749-9818''' &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''24/7 Support''' '''International''' (Public Holiday and non-office hours)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Telephone: '''+1-866-438-4703 &amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
Supported languages: English &lt;br /&gt;
&lt;br /&gt;
Note: For customers for who have purchased 24/7 TBSupport bank of hours, please contact TBSupport via this 24/7 hotline for emergency &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Instant Messenger/chat (Windows live messenger/Skype)''' &lt;br /&gt;
&lt;br /&gt;
Send request to [mailto:support@telcobridges.com support@telcobridges.com] for contacts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
'''Please kindly note that Telcobridges office is closed during the following public holidays.'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Please call 24/7 Support International for emergency if you have purchased 24/7 TBSupport bank of hours'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+Montreal, Canada Public Holidays&lt;br /&gt;
|-&lt;br /&gt;
|New Year's day&lt;br /&gt;
|January 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day After New Year's day	&lt;br /&gt;
|January 2, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 3, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 6, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Patriotes	&lt;br /&gt;
|May 18, 2015&lt;br /&gt;
|-&lt;br /&gt;
|St-Jean	&lt;br /&gt;
|June 24, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Canada Day	&lt;br /&gt;
|July 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Labour day	&lt;br /&gt;
|September 7, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Thanksgiving	&lt;br /&gt;
|October 12, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day before Christmas day	&lt;br /&gt;
|December 24, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Christmas	&lt;br /&gt;
|December 25, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Boxing Day	&lt;br /&gt;
|December 26, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day before New Year's day&lt;br /&gt;
|December 31, 2015&lt;br /&gt;
|-&lt;br /&gt;
|New Year's day&lt;br /&gt;
|January 1, 2016&lt;br /&gt;
|-&lt;br /&gt;
|Day after New Year's day&lt;br /&gt;
|January 2, 2016&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+[http://www.gov.hk/en/about/abouthk/holiday Hong Kong Public Holidays]&lt;br /&gt;
|-&lt;br /&gt;
|First day of January&lt;br /&gt;
|January 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day After New Year's day	&lt;br /&gt;
|January 2, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Lunar New Year's Day	&lt;br /&gt;
|February 19, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The second day of the Lunar New Year	&lt;br /&gt;
|February 20, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The third day of the Lunar New Year	&lt;br /&gt;
|February 21, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 3, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The day following Good Friday	&lt;br /&gt;
|April 4, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The day following Ching Ming Festival	&lt;br /&gt;
|April 6, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The day following Easter Monday	&lt;br /&gt;
|April 7, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Labour Day	&lt;br /&gt;
|May 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The Birthday of the Buddha 	&lt;br /&gt;
|May 25, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Tuen Ng Festival 	&lt;br /&gt;
|June 20, 2015&lt;br /&gt;
|-&lt;br /&gt;
|HKSAR Establishment Day	&lt;br /&gt;
|July 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The day following Chinese Mid-Autumn Festival	&lt;br /&gt;
|September 28, 2015&lt;br /&gt;
|-&lt;br /&gt;
|National Day	&lt;br /&gt;
|October 1, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Chung Yeung Festival	&lt;br /&gt;
|October 21, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day before Christmas day&lt;br /&gt;
|December 24, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Christmas Day	&lt;br /&gt;
|December 25, 2015&lt;br /&gt;
|-&lt;br /&gt;
|The first weekday after Christmas Day	&lt;br /&gt;
|December 26, 2015&lt;br /&gt;
|-&lt;br /&gt;
|Day before New Year's day&lt;br /&gt;
|December 31, 2015&lt;br /&gt;
|-&lt;br /&gt;
|First day of January&lt;br /&gt;
|January 1, 2016&lt;br /&gt;
|-&lt;br /&gt;
|Day after First day of January&lt;br /&gt;
|January 2, 2016&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Toolpack_system_systemId_reconfiguration_2-7</id>
		<title>Toolpack system systemId reconfiguration 2-7</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Toolpack_system_systemId_reconfiguration_2-7"/>
				<updated>2014-12-04T08:03:35Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Minor text edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This procedure explains how to change the [[System_Id|SystemId]] of a Toolpack system.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Backup the current database ===&lt;br /&gt;
* [[Toolpack:Database_Backup_B|Backup and download]] the database dump from the Web Portal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop the Toolpack service ===&lt;br /&gt;
* Stop the service&lt;br /&gt;
    tbtoolpack stop OldSystemId&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Install Toolpack with new [[System_Id|SystemId]] ===&lt;br /&gt;
* Use the Toolpack installer to install Toolpack on the new [[System_Id|SystemId]]:&lt;br /&gt;
&lt;br /&gt;
[[toolpack_system_reconfiguration_2-3|System reconfiguration procedure for Toolpack release v2.3]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Update database system ID ===&lt;br /&gt;
* Connect to the database.&lt;br /&gt;
    mysql -utbdb -p -h 'MyHostName' toolpack_0&lt;br /&gt;
* Modify the system_infos table&lt;br /&gt;
    UPDATE system_infos SET gw_port='NewSystemId' where gw_port='OldSystemId';&lt;br /&gt;
* Exit&lt;br /&gt;
    exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Change the [[System_Id|SystemId]] of all the Tmedia and TMS ===&lt;br /&gt;
* Telnet to a Tmedia&lt;br /&gt;
** For example, on a TMG, &amp;quot;telnet 172.31.1.1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Enter the 'set_boot' command&lt;br /&gt;
&lt;br /&gt;
* Press enter until you see the following line:&lt;br /&gt;
    gateway port (TBX_GW_PORT=OldSystemId)? :&lt;br /&gt;
&lt;br /&gt;
* Enter the new [[System_Id|SystemId]] value&lt;br /&gt;
&lt;br /&gt;
* Press the Enter key&lt;br /&gt;
&lt;br /&gt;
* Press Ctrl + c&lt;br /&gt;
&lt;br /&gt;
* Reboot the Tmedia&lt;br /&gt;
    reboot&lt;br /&gt;
&lt;br /&gt;
* Repeat those steps for all the Tmedia and TMS of your system&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 6: Start the Toolpack service ===&lt;br /&gt;
* Start the new service&lt;br /&gt;
    tbtoolpack start NewSystemId&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 7: Uninstall the old Toolpack service ===&lt;br /&gt;
* Uninstall the old Toolpack service (NOTE: uninstalling the service will not erase the [InstallDir]/toolpack/setup/[OldSystemId] directory)&lt;br /&gt;
    tbtoolpack uninstall OldSystemId&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 8: Enable the new Toolpack service at startup ===&lt;br /&gt;
* If you want the Toolpack service to start when the host boot, enter the following command:&lt;br /&gt;
    tbtoolpack enable NewSystemId&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Toolpack_system_systemId_reconfiguration_2-7</id>
		<title>Toolpack system systemId reconfiguration 2-7</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Toolpack_system_systemId_reconfiguration_2-7"/>
				<updated>2014-12-04T08:00:22Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Toolpack system systemId reconfiguration 2-7&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This procedure explains how to change the [[System_Id|SystemId]] of a Toolpack system.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Backup the current database ===&lt;br /&gt;
* [[Toolpack:Database_Backup_B|Backup and download]] the database dump from the Web Portal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Stop the Toolpack service ===&lt;br /&gt;
* Stop the service&lt;br /&gt;
    tbtoolpack stop OldSystemId&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Install the new [[System_Id|SystemId]] ===&lt;br /&gt;
* Use the Toolpack installer to install the [[System_Id|SystemId]]:&lt;br /&gt;
&lt;br /&gt;
[[toolpack_system_reconfiguration_2-3|System reconfiguration procedure for Toolpack release v2.3]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Update database system ID ===&lt;br /&gt;
* Connect to the database.&lt;br /&gt;
    mysql -utbdb -p -h 'MyHostName' toolpack_0&lt;br /&gt;
* Modify the system_infos table&lt;br /&gt;
    UPDATE system_infos SET gw_port='NewSystemId' where gw_port='OldSystemId';&lt;br /&gt;
* Exit&lt;br /&gt;
    exit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Change the [[System_Id|SystemId]] of all the Tmedia and TMS ===&lt;br /&gt;
* Telnet to a Tmedia&lt;br /&gt;
** For example, on a TMG, &amp;quot;telnet 172.31.1.1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Enter the 'set_boot' command&lt;br /&gt;
&lt;br /&gt;
* Press enter until you see the following line:&lt;br /&gt;
    gateway port (TBX_GW_PORT=OldSystemId)? :&lt;br /&gt;
&lt;br /&gt;
* Enter the new [[System_Id|SystemId]] value&lt;br /&gt;
&lt;br /&gt;
* Press the Enter key&lt;br /&gt;
&lt;br /&gt;
* Press Ctrl + c&lt;br /&gt;
&lt;br /&gt;
* Reboot the Tmedia&lt;br /&gt;
    reboot&lt;br /&gt;
&lt;br /&gt;
* Repeat those steps for all the Tmedia and TMS of your system&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 6: Start the Toolpack service ===&lt;br /&gt;
* Start the new service&lt;br /&gt;
    tbtoolpack start NewSystemId&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 7: Uninstall the old Toolpack service ===&lt;br /&gt;
* Uninstall the old Toolpack service (NOTE: uninstalling the service will not erase the [InstallDir]/toolpack/setup/[OldSystemId] directory)&lt;br /&gt;
    tbtoolpack uninstall OldSystemId&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 8: Enable the new Toolpack service at startup ===&lt;br /&gt;
* If you want the Toolpack service to start when the host boot, enter the following command:&lt;br /&gt;
    tbtoolpack enable NewSystemId&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Tctrl_Version_2.8</id>
		<title>Tctrl Version 2.8</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Tctrl_Version_2.8"/>
				<updated>2014-10-22T01:32:06Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features  ==&lt;br /&gt;
&lt;br /&gt;
The [[TMG-CONTROL]] provides the following [[:category:Tmedia Features|features]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;width: 820px; height: 383px; text-align: center;&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;500&amp;quot; | Features &lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Enhancement'''&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;''' &lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Release&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | TMG Product&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Support for VLAN&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Support Multiple IP Addresses per IP port&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Unlock eth0/eth1 IP ports for calls&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Allow single IP address for all services (internal NAT)&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | PPPoE Tunnel&lt;br /&gt;
| 15958&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | H.248&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[H.248|Support H.248 CAS Packages]]&lt;br /&gt;
| 13571&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[H.248#H.248_package_support|Support Digitmap Package (basic, extended and enhanced DTMF Detection)]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Fax&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Support V.152: Autoswitch to VBD (gpmd)&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Operation, Administration and Maintenance (OAM)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Web_Portal_Tutorial_Guide_v2.8|New Look &amp;amp; Feel for Web Configuration Tool]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[SNMP|SNMP: Support new MIBs and traps]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Gateway_Upgrade|Allow Major Upgrade from Web Portal]]&lt;br /&gt;
| 13773&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Support IP Bonding from Web Portal&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Tone Definition Profile&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Routing&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Protocol Adaptation&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Development Platform&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | New Products&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;] Customer's RFC (Request For Change) tracking number. &amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Tctrl_Version_2.7</id>
		<title>Tctrl Version 2.7</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Tctrl_Version_2.7"/>
				<updated>2014-10-22T01:31:08Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Remove H.248 CAS which we don't support in 2.7&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features  ==&lt;br /&gt;
&lt;br /&gt;
The [[TMG-CONTROL]] provides the following [[:category:Tmedia Features|features]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;width: 820px; height: 383px; text-align: center;&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;500&amp;quot; | Features &lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Enhancement'''&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;''' &lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Release&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | TMG Product&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[N+1]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Symmetric_NAT_Traversal|NAT Traversal]]&lt;br /&gt;
| 5656&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Lawful_intercept|Lawful Intercept]]&lt;br /&gt;
| 12894&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[RADIUS AAA]] (authorization and authentication support)&lt;br /&gt;
| 7984&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Radius_Acct_Auth_Association|RADIUS accounting and authorization association]]&lt;br /&gt;
| 14344&lt;br /&gt;
| 2.7.31&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Outgoing COT testing]]&lt;br /&gt;
| 8710&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[VoIP_Bonding|VoIP Bonding]]&lt;br /&gt;
| 14595&lt;br /&gt;
| 2.7.34&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Toolpack:Creating_an_ISUP_User_Part_A|SS7 ISUP NTT variant]]&lt;br /&gt;
| 13921&lt;br /&gt;
| 2.7.39&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[SPIROU|SS7 SPIROU variant]]&lt;br /&gt;
| width=&amp;quot;150&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0% rgb(255, 255, 255);&amp;quot; | 6337&lt;br /&gt;
| width=&amp;quot;150&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0% rgb(255, 255, 255);&amp;quot; | 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[CAS#CAS_R1|Support CASR1]]&lt;br /&gt;
| 12075&lt;br /&gt;
| 2.7.34&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[CAS#CAS_R2|Support CASR2 for DS3/STM-1]]&lt;br /&gt;
| 10177&lt;br /&gt;
| 2.7.101&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[CAS_R2_scripting|CAS R2 metering on incoming calls]]&lt;br /&gt;
| 14574&lt;br /&gt;
| 2.7.31&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[How_to_channelize_STM-1_to_E1_Channel_Mapping:_KLM_vs_ITU-T_vs_Alcatel|New STM-1 to E1 Channel Mapping: Alcatel-Lucent]]&lt;br /&gt;
| 15097&lt;br /&gt;
| 2.7.51&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | H.248&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Support H.248 Local NAT traversing for RTP streams]]&lt;br /&gt;
| 14869&lt;br /&gt;
| 2.7.43&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[H.248|Support Q.1950 call progress tone generator package (bcg) for H.248]]&lt;br /&gt;
| 15427&lt;br /&gt;
| 2.7.76&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Fax&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[NSE]]&lt;br /&gt;
| 12665&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Operation, Administration and Maintenance (OAM)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Web Profile]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Test_Call|Test Call]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Target_Recording|Target Recording]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[System_Statistics|System Statistics]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Users|User authentication and permissions]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Audit_Log|Audit Logs]]&lt;br /&gt;
| 10838&lt;br /&gt;
| 2.7.26&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Toolpack:RADIUS_CDR_attributes_C|RTCP/TDM stats in Call Trace, Radius accounting]] and [[Text_Call_Detail_Records#Statistics|text CDR]]&lt;br /&gt;
| 12948&lt;br /&gt;
| 2.7.120&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Global call statistics available in the web portal]]&lt;br /&gt;
| 14908&lt;br /&gt;
| 2.7.45&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Toolpack:Retrieving_Call_Trace_A|Call trace now shows chosen routes]]&lt;br /&gt;
| 14473&lt;br /&gt;
| 2.7.62&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Gateway_Upgrade|Allow Major Upgrade from Web Portal]]&lt;br /&gt;
| 13773&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Routing&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Routing_script_tutorial:Mini_Development_Guide#Script_parameters_protocol_mapping|Incoming NAP, trunk and timeslot available in routing script]] &lt;br /&gt;
| 16056&lt;br /&gt;
| 2.7.125&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Incoming NAP available to label routing]] &lt;br /&gt;
| 13268&lt;br /&gt;
| 2.7.125&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Protocol Adaptation&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[SS7_Backward_Call_Indicator|Set SS7 Backward Call Indicator (BCI) to a specific value]] &lt;br /&gt;
| 16360&lt;br /&gt;
| 2.7.127&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[SS7_Backward_Call_Indicator|Send SS7 Backward Call Indicator (BCI) in ANM]] &lt;br /&gt;
| 16361&lt;br /&gt;
| 2.7.127&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Multilevel precedence and preemption|Add Emergency Call handling (MLPP)]] &lt;br /&gt;
| 13698&lt;br /&gt;
| 2.7.125&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Routing_script_tutorial:Mini_Development_Guide#Information_Transfer_Capability_values|Transfer bearer capability relay to/from SIP]] &lt;br /&gt;
| 15400&lt;br /&gt;
| 2.7.125&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Routing_script_tutorial:Mini_Development_Guide#ISUB_subaddress_information_values|ISUB (ISDN subaddress) relay to/from SIP]] &lt;br /&gt;
| 15432&lt;br /&gt;
| 2.7.125&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Modify_Early_Media_Relay_and_Ring_Tone_Generation_profile_B|Allow bidirectional Early Media]] &lt;br /&gt;
| 16257&lt;br /&gt;
| 2.7.124&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Toolpack_v2.7:_clearmode_configuration|Support configurable packetization times for RFC 4040]] &lt;br /&gt;
| 15313&lt;br /&gt;
| 2.7.121&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Tmedia_Routing#Incoming_call_parameters_remapping|Allow remapping of incoming leg profile per route]] &lt;br /&gt;
| 13698&lt;br /&gt;
| 2.7.101&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Routing_script_tutorial:Mini_Development_Guide#Script_parameters_protocol_mapping|Support ISDN CNAM (caller name) using facility IE]] &lt;br /&gt;
| 13380&lt;br /&gt;
| 2.7.89&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Development Platform&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[CAF:_Working_With_Caf_Call_Legs|Mixing API]] (for conferencing and other functions)&lt;br /&gt;
| 4850&lt;br /&gt;
| 2.7.12&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[CAF:_Caf_Mixer_Events|Allow to control mixers resize-down timer]] (for conferencing and other functions)&lt;br /&gt;
| 16100&lt;br /&gt;
| 2.7.121&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;800&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0% rgb(239, 239, 239);&amp;quot; colspan=&amp;quot;3&amp;quot; | New Products&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[TM3000]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.7.15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[TM3000|TM3000 supports 1024 HDLC controllers]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.7.64&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;] Customer's RFC (Request For Change) tracking number. &amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Toolpack:Retrieving_Call_Trace_A</id>
		<title>Toolpack:Retrieving Call Trace A</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Toolpack:Retrieving_Call_Trace_A"/>
				<updated>2014-10-20T05:58:18Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Unhide important session.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== '''''Applies to version v2.7''''' ===&lt;br /&gt;
{{DISPLAYTITLE:Retrieving Call Trace}}&lt;br /&gt;
&lt;br /&gt;
==== Getting calls from memory ====&lt;br /&gt;
1- Click '''Call Trace''' in the navigation panel&lt;br /&gt;
&lt;br /&gt;
[[Image:CallTrace_0_0.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2- Set various parameters for the call trace, such as&lt;br /&gt;
*Time and date range &lt;br /&gt;
*Called or calling number &lt;br /&gt;
*Network Access Point (NAP) &lt;br /&gt;
*Incoming or outgoing calls &lt;br /&gt;
*Call Duration, Reason Code&lt;br /&gt;
&lt;br /&gt;
[[Image:ConfigureCallTrace_1_A.png]]&lt;br /&gt;
&lt;br /&gt;
Once you are satisfied with the filter criteria, click '''Apply'''&lt;br /&gt;
&lt;br /&gt;
The filter results are displayed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3-Select a call in the results window to display further information about the call. &lt;br /&gt;
&lt;br /&gt;
[[Image:ConfigureCallTrace_1_A.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4- Choose the concerned call entry to view the details.&lt;br /&gt;
&lt;br /&gt;
[[Image:ConfigureCallTrace_7_A.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5- You can click export to save the call trace as a HTML file.&lt;br /&gt;
&lt;br /&gt;
[[Image:ConfigureCallTrace_8_A.png]]&lt;br /&gt;
&lt;br /&gt;
==== Getting calls from files ====&lt;br /&gt;
To search for calls that are no longer in memory, do the following:&lt;br /&gt;
&lt;br /&gt;
By default, the system stores up to 10,000 call legs in memory. If the call is no longer in memory, it may be retrieved by using information from the uctdata log files. &lt;br /&gt;
&lt;br /&gt;
By default the file is located in the following path: &lt;br /&gt;
&amp;lt;pre&amp;gt;/lib/tb/toolpack/setup/12358/2.6/apps/tbuctwriter/uctdata*&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
1- Start [[How_to_use_tbx_cli_tools_remote_program|tbx_cli_tools_remote]] &amp;lt;br/&amp;gt;&lt;br /&gt;
2- Select tbuctwriter &amp;lt;br/&amp;gt;&lt;br /&gt;
3- To know which files are available, as well as the start and end time of each file, use the following options: &lt;br /&gt;
* 'p' to print all uctdata files on disk&lt;br /&gt;
&lt;br /&gt;
To load a file into memory for viewing with the Web Portal: &amp;lt;br&amp;gt; &lt;br /&gt;
* Option 'o' followed by the data filename (uctdata*)&lt;br /&gt;
&lt;br /&gt;
Use the Web Portal to search for calls using the appropriate filter criteria. The memory will not be overwritten until you restore normal process. &lt;br /&gt;
&lt;br /&gt;
To restore normal process:&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*Option ‘c’ to clear memory &lt;br /&gt;
*Option ‘l’ to have calls put in memory again&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:How_To_extract_backtrace_from_coredump</id>
		<title>Support:How To extract backtrace from coredump</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:How_To_extract_backtrace_from_coredump"/>
				<updated>2014-10-07T03:04:13Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Added debugging example.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When a fault happens in toolpack, developers may need to get more useful information to fix the problem.&lt;br /&gt;
&lt;br /&gt;
==  Running GNU Debuger (GDB)  ==&lt;br /&gt;
How to give useful information related to a fault in the code:&lt;br /&gt;
&lt;br /&gt;
# Log to the primary server (ssh)&lt;br /&gt;
# Type tbsetup&lt;br /&gt;
#: Usually all core files goes into the application's working directory.&lt;br /&gt;
# Type cd APPLICATION&lt;br /&gt;
#:where:&lt;br /&gt;
#:&lt;br /&gt;
#:*APPLICATION is the application that crashes&lt;br /&gt;
#: In this example, we'll suppose APPLICATION is toolpack_engine&lt;br /&gt;
#:&lt;br /&gt;
# Execute command:  &amp;lt;pre&amp;gt;gdb -se &amp;quot;APPLICATION&amp;quot; -ex &amp;quot;bt full&amp;quot; -ex &amp;quot;thread apply all bt&amp;quot; --batch -c CORE &amp;gt; /tmp/backtrace.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:where:&lt;br /&gt;
#:&lt;br /&gt;
#:*APPLICATION is the application that crashes (Full path of the application)&lt;br /&gt;
#:&lt;br /&gt;
#:*CORE is the core file. (core.xxxx)&lt;br /&gt;
#:&lt;br /&gt;
#:&lt;br /&gt;
#:for example:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;gdb -se &amp;quot;/lib/tb/toolpack/pkg/2.8.5/bin/release/x86_64-linux64/toolpack_engine&amp;quot; -ex &amp;quot;bt full&amp;quot; -ex &amp;quot;thread apply all bt&amp;quot; --batch -c core.17900 &amp;gt; /tmp/backtrace.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:&lt;br /&gt;
#:In this specific example, the crash happened at:&lt;br /&gt;
#:&amp;lt;code&amp;gt; Program terminated with signal 11, Segmentation fault.&amp;lt;br/&amp;gt; #0  0x000000000043ce59 in CallBridgingSampleDisplayMenu ()&amp;lt;br/&amp;gt; #0  0x000000000043ce59 in CallBridgingSampleDisplayMenu ()&amp;lt;br/&amp;gt;No symbol table info available.&lt;br /&gt;
#:&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&lt;br /&gt;
# Attach the file /tmp/backtrace.txt in the TBSupport Tracking System (ticket that you opened to report the problem).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Troubleshooting  ==&lt;br /&gt;
Possible Error 1:&lt;br /&gt;
 # gdb&lt;br /&gt;
 -bash: gdb: command not found&lt;br /&gt;
&lt;br /&gt;
This is because you did not install the gdb package.&lt;br /&gt;
You can do:&lt;br /&gt;
 yum install gdb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Possible Error 2:&lt;br /&gt;
 warning: exec file is newer than core file.&lt;br /&gt;
 warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fffa11ec000&lt;br /&gt;
&lt;br /&gt;
This is because the core dump file (CORE) was not generated by the pointed application (APPLICATION). It was generated by an older version of toolpack application. Make sure the core dump file matches the application that you gave as an argument to GDB.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you prefer to run the application in gdb, consult this [[Support:How_To_Run_Toolpack_Application_In_gdb|page]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:How_To_extract_backtrace_from_coredump</id>
		<title>Support:How To extract backtrace from coredump</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:How_To_extract_backtrace_from_coredump"/>
				<updated>2014-10-07T02:19:25Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When a fault happens in toolpack, developers may need to get more useful informations to fix the problem.&lt;br /&gt;
&lt;br /&gt;
How to give useful informations related to a fault in the code:&lt;br /&gt;
&lt;br /&gt;
# Log to the primary server (ssh)&lt;br /&gt;
# Type tbsetup&lt;br /&gt;
#: Usually all core files goes into the application's working directory.&lt;br /&gt;
# Type cd APPLICATION&lt;br /&gt;
#:where:&lt;br /&gt;
#:&lt;br /&gt;
#:*APPLICATION is the application that crashes&lt;br /&gt;
#: In this example, we'll suppose APPLICATION is toolpack_engine&lt;br /&gt;
#:&lt;br /&gt;
# Execute command:  &amp;lt;pre&amp;gt;gdb -se &amp;quot;APPLICATION&amp;quot; -ex &amp;quot;bt full&amp;quot; -ex &amp;quot;thread apply all bt&amp;quot; --batch -c CORE &amp;gt; /tmp/backtrace.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:where:&lt;br /&gt;
#:&lt;br /&gt;
#:*APPLICATION is the application that crashes&lt;br /&gt;
#:&lt;br /&gt;
#:*CORE is the core file.&lt;br /&gt;
#:&lt;br /&gt;
#:for example:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;gdb -se &amp;quot;/lib/tb/toolpack/pkg/2.8.5/bin/release/x86_64-linux64/toolpack_engine&amp;quot; -ex &amp;quot;bt full&amp;quot; -ex &amp;quot;thread apply all bt&amp;quot; --batch -c core.17900 &amp;gt; /tmp/backtrace.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:&lt;br /&gt;
#:If you are not sure about which application caused the crash, you can look in the created file for:&lt;br /&gt;
#:&lt;br /&gt;
#:Core was generated by `./release/x86_64-linux64/toolpack_engine -gw 12358'.&lt;br /&gt;
#:&lt;br /&gt;
#:For example, in that specific example, the crash happened at:&lt;br /&gt;
#:&amp;lt;code&amp;gt; Program terminated with signal 11, Segmentation fault.&amp;lt;br/&amp;gt; #0  0x000000000043ce59 in CallBridgingSampleDisplayMenu ()&amp;lt;br/&amp;gt; #0  0x000000000043ce59 in CallBridgingSampleDisplayMenu ()&amp;lt;br/&amp;gt;No symbol table info available.&lt;br /&gt;
#:&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&lt;br /&gt;
# Attach the file /tmp/backtrace.txt in the TBSupport Tracking System (ticket that you opened to report the problem).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Troubleshooting:&lt;br /&gt;
&lt;br /&gt;
if you see:	&lt;br /&gt;
 # gdb&lt;br /&gt;
 -bash: gdb: command not found&lt;br /&gt;
&lt;br /&gt;
This is because you did not install the gdb package.&lt;br /&gt;
You can do:&lt;br /&gt;
 yum install gdb&lt;br /&gt;
&lt;br /&gt;
If you prefer to run the application in gdb, consult this [[Support:How_To_Run_Toolpack_Application_In_gdb|page]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:How_To_extract_backtrace_from_coredump</id>
		<title>Support:How To extract backtrace from coredump</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:How_To_extract_backtrace_from_coredump"/>
				<updated>2014-10-07T02:19:03Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: wording modification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When a fault happens in toolpack, developers may need to get more useful informations to fix the problem.&lt;br /&gt;
&lt;br /&gt;
How to give useful informations related to a fault in the code:&lt;br /&gt;
&lt;br /&gt;
# Log to the primary server (ssh)&lt;br /&gt;
# Type tbsetup&lt;br /&gt;
#: Usually all core files goes into the application's working directory.&lt;br /&gt;
# Type cd APPLICATION&lt;br /&gt;
#:where:&lt;br /&gt;
#:&lt;br /&gt;
#:*APPLICATION is the application that crashes&lt;br /&gt;
#: In this example, we'll suppose APPLICATION is toolpack_engine&lt;br /&gt;
#:&lt;br /&gt;
# Execute command:  &amp;lt;pre&amp;gt;gdb -se &amp;quot;APPLICATION&amp;quot; -ex &amp;quot;bt full&amp;quot; -ex &amp;quot;thread apply all bt&amp;quot; --batch -c CORE &amp;gt; /tmp/backtrace.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:where:&lt;br /&gt;
#:&lt;br /&gt;
#:*APPLICATION is the application that crashes&lt;br /&gt;
#:&lt;br /&gt;
#:*CORE is the core file.&lt;br /&gt;
#:&lt;br /&gt;
#:for example:&lt;br /&gt;
#:&amp;lt;pre&amp;gt;gdb -se &amp;quot;/lib/tb/toolpack/pkg/2.8.5/bin/release/x86_64-linux64/toolpack_engine&amp;quot; -ex &amp;quot;bt full&amp;quot; -ex &amp;quot;thread apply all bt&amp;quot; --batch -c core.17900 &amp;gt; /tmp/backtrace.txt&amp;lt;/pre&amp;gt;&lt;br /&gt;
#:&lt;br /&gt;
#:If you are not sure about which application caused the crash, you can look in the created file for:&lt;br /&gt;
#:&lt;br /&gt;
#:Core was generated by `./release/x86_64-linux64/toolpack_engine -gw 12358'.&lt;br /&gt;
#:&lt;br /&gt;
#:For example, in that specific example, the crash happened at:&lt;br /&gt;
#:&amp;lt;code&amp;gt; Program terminated with signal 11, Segmentation fault.&amp;lt;br/&amp;gt; #0  0x000000000043ce59 in CallBridgingSampleDisplayMenu ()&amp;lt;br/&amp;gt; #0  0x000000000043ce59 in CallBridgingSampleDisplayMenu ()&amp;lt;br/&amp;gt;No symbol table info available.&lt;br /&gt;
#:&amp;lt;/code&amp;gt;&lt;br /&gt;
#:&lt;br /&gt;
# Attach the file /tmp/backtrace.txt in your TBSupport Tracking System (ticket that you opened to report the problem).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Troubleshooting:&lt;br /&gt;
&lt;br /&gt;
if you see:	&lt;br /&gt;
 # gdb&lt;br /&gt;
 -bash: gdb: command not found&lt;br /&gt;
&lt;br /&gt;
This is because you did not install the gdb package.&lt;br /&gt;
You can do:&lt;br /&gt;
 yum install gdb&lt;br /&gt;
&lt;br /&gt;
If you prefer to run the application in gdb, consult this [[Support:How_To_Run_Toolpack_Application_In_gdb|page]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Tctrl_Version_2.8</id>
		<title>Tctrl Version 2.8</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Tctrl_Version_2.8"/>
				<updated>2014-10-06T08:30:50Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features  ==&lt;br /&gt;
&lt;br /&gt;
The [[TMG-CONTROL]] provides the following [[:category:Tmedia Features|features]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;width: 820px; height: 383px; text-align: center;&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;500&amp;quot; | Features &lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Enhancement'''&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;''' &lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Release&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | TMG Product&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Support for VLAN&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Support Multiple IP Addresses per IP port&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Unlock eth0/eth1 IP ports for calls&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Allow single IP address for all services (internal NAT)&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | PPPoE Tunnel&lt;br /&gt;
| 15958&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | H.248&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Support Digitmap Package&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Fax&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Support V.152: Autoswitch to VBD (gpmd)&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Operation, Administration and Maintenance (OAM)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Web_Portal_Tutorial_Guide_v2.8|New Look &amp;amp; Feel for Web Configuration Tool]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[SNMP|SNMP: Support new MIBs and traps]]&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Gateway_Upgrade|Allow Major Upgrade from Web Portal]]&lt;br /&gt;
| 13773&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Support IP Bonding from Web Portal&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | Tone Definition Profile&lt;br /&gt;
| -&lt;br /&gt;
| 2.8&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Routing&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Protocol Adaptation&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Development Platform&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | New Products&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;] Customer's RFC (Request For Change) tracking number. &amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Web_Portal_Tutorial_Guide_v2.8</id>
		<title>Web Portal Tutorial Guide v2.8</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Web_Portal_Tutorial_Guide_v2.8"/>
				<updated>2014-10-06T08:28:47Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;0&amp;quot; cellpadding=&amp;quot;4&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;300&amp;quot; | [[Image:Page-Under-Construction.jpg|150px]]&lt;br /&gt;
! width=&amp;quot;600&amp;quot; | '''WARNING: the information on this page might be incomplete or inacurate'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
This guide provides users with a scenario-based approach to installing  [[Tmedia]] and [[Tdev]] systems, using the Web Portal configuration tool. Users of this guide must first complete the configuration steps that are general to all installations, and then follow the instructions that are specific to their particular application scenario (this corresponds to the type of service, and hardware system being set up).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
The [[Tmedia]] or [[Tdev]] devices must be installed as described in their Intsallation Guides, and in the case of the Tmedia system communication is  established with the control network.&lt;br /&gt;
&lt;br /&gt;
(Note: Tmedia devices are shipped with the Tmedia Web Portal pre-installed, while Tdev devices require that Toolpack be installed as described in the [[Tmedia_Installation#Tdev|Tdev installation guides]].)&lt;br /&gt;
&lt;br /&gt;
Furthermore, in the case of a Tdev device and the initial configuration of the [[Toolpack]] application server, the following will have been provided:&lt;br /&gt;
*The Tdev device to which the Web Portal will first connect.&lt;br /&gt;
*The Tdev device will have been pre-configured with its physical TDM interface.&lt;br /&gt;
*The serial number of the Tdev device will have been entered into the configuration file.&lt;br /&gt;
*The application software for the Tdev device will have been pre-installed on the Toolpack application server, as described in the [[Tmedia_Installation#Tdev|Tdev installation guides]].&lt;br /&gt;
&lt;br /&gt;
It is assumed that you are familiar with topics, such as [[ISDN]] signaling, [[SIP]] signaling, [[SS7]], [[CAS|CAS]] signaling, and [[SIGTRAN]] signaling.&lt;br /&gt;
&lt;br /&gt;
==Key Concepts==&lt;br /&gt;
*'''System:''' A system is defined as the complete solution that is designed for a network. If a system solution is comprised of 4 TMP6400’s and a TMS1600, then the combination of these TelcoBridges devices is termed a system.&lt;br /&gt;
*'''Hardware:''' Each TelcoBridges devices, whether it is a TMP6400, TMG3200, or TMS1600 is referred to as a hardware device or hardware adapter.&lt;br /&gt;
*'''Line Interface:''' The physical TDM module installed on the TelcoBridges device is referred to as a line interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration Categories==&lt;br /&gt;
The configuration of your system, using the Web Portal, is grouped into the following major categories. It is recommended that you follow this order when configuring your system.&lt;br /&gt;
&lt;br /&gt;
*[[Toolpack:System Settings A|System Settings]]&lt;br /&gt;
**Access and User Management&lt;br /&gt;
**Database Backup&lt;br /&gt;
**SNMP&lt;br /&gt;
**Configuration&lt;br /&gt;
**Minor Package Upgrade&lt;br /&gt;
**Software Licenses&lt;br /&gt;
**Statistics&lt;br /&gt;
**Audit Logs&lt;br /&gt;
&lt;br /&gt;
*[[Toolpack:Hardware Settings A|Hardware Settings]]&lt;br /&gt;
**New Hardware&lt;br /&gt;
**TDM Network&lt;br /&gt;
**IP Network&lt;br /&gt;
&lt;br /&gt;
*[[Toolpack:Protocol Stack Settings A|Protocol Stack Settings]]&lt;br /&gt;
**ISDN NFAS&lt;br /&gt;
**CAS&lt;br /&gt;
**SIP&lt;br /&gt;
**SS7 ISUP&lt;br /&gt;
**SCCP TCAP&lt;br /&gt;
**H.248 MEGACO&lt;br /&gt;
&lt;br /&gt;
*[[Toolpack:CDR Settings A|CDR Settings]]&lt;br /&gt;
**Text CDR&lt;br /&gt;
**RADIUS&lt;br /&gt;
&lt;br /&gt;
*[[Toolpack:Fax Settings A|Fax Settings]]&lt;br /&gt;
**FAX passthrough&lt;br /&gt;
**FAX T.38&lt;br /&gt;
&lt;br /&gt;
*[[Toolpack:Call Routes Settings A|Call Routes Settings]]&lt;br /&gt;
**Static Route&lt;br /&gt;
**Routing Script&lt;br /&gt;
**Label Routing&lt;br /&gt;
**RADIUS Authorization and Authentication&lt;br /&gt;
&lt;br /&gt;
*[[Toolpack:Lawful Interception Settings A|Lawful Interception Settings]]&lt;br /&gt;
&lt;br /&gt;
*[[Toolpack:Troubleshooting A|Troubleshooting]]&lt;br /&gt;
**CallTrace&lt;br /&gt;
**Test Call&lt;br /&gt;
**Target Recording&lt;br /&gt;
&lt;br /&gt;
*[[Toolpack:Status Menus A|Status Menus]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:Toolpack]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/SNMP</id>
		<title>SNMP</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/SNMP"/>
				<updated>2014-07-08T07:32:30Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: /* IF-MIB SNMP Trap/Notification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Simple Network Management Protocol (SNMP) is used in network management systems to monitor attached hardware for changes in operation activity. SNMP provides a standardized approach to monitoring and managing network systems. &lt;br /&gt;
&amp;lt;br/&amp;gt;For information on configuring your TMedia product to use the SNMP protocol, see the section labeled [[SNMP#Related Tasks|&amp;quot;'''Related Tasks'''&amp;quot;]].&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== TelcoBridges and SNMP  ==&lt;br /&gt;
TelcoBridges offers basic support  for SNMP versions 1, 2, and 3. '''Toolpack supports SNMP V2 and V3 since release 2.5.80''' (see [[TMG-CONTROL_Version_2.5| TMG-CONTROL version history]]). More specifically, this grants users the ability to remotely poll (or GET) system variables, known as Managed Objects, which are represented in files known as MIB modules.  TelcoBridges currently offers polling on '''standard''' MIB modules (RTP, SONET, DS1, DS3, ISDN, etc...) and on the TelcoBridges '''privately defined''' module ([[TB-MIB|'''TB-MIB''']]).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''The following procedures should be used to support SNMP v1 '''ONLY''' for '''Toolpack system previous to 2.5.80''':&lt;br /&gt;
*[[Installing NetSNMP from an External Host]]&lt;br /&gt;
*[[TMG SNMP support|How to relay SNMP on TMG products]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Supported SNMP MIB modules ==&lt;br /&gt;
#[http://www.ietf.org/rfc/rfc1213.txt RFC 1213 MIB II (RFC1213-MIB)]&lt;br /&gt;
#*All tables of the RFC1213-MIB are supported, '''with the exception of''':&lt;br /&gt;
#**ipRouteTable&lt;br /&gt;
#**EGP group&lt;br /&gt;
#**atTable &lt;br /&gt;
#[http://www.ietf.org/rfc/rfc1573.txt RFC 1573 Evolution of Interfaces Group of MIB-II (IF-MIB)]&lt;br /&gt;
#*The following tables are supported:&lt;br /&gt;
#**ifTable&lt;br /&gt;
#**ifStackTable &lt;br /&gt;
#[http://www.faqs.org/rfcs/rfc2495.html RFC 2495 DS1, J1, E1, DS2, and E2 Interfaces (DS1-MIB)]&lt;br /&gt;
#*The following tables of the DS1-MIB are supported:&lt;br /&gt;
#**Dsx1ConfigTable&lt;br /&gt;
#**Dsx1CurrentTable&lt;br /&gt;
#**Dsx1IntervalTable&lt;br /&gt;
#**Dsx1TotalTable&lt;br /&gt;
#[http://www.faqs.org/rfcs/rfc2496.html RFC 2496 - Definitions of Managed Object for the DS3/E3 Interface Type (DS3-MIB)]&lt;br /&gt;
#*The following tables of the DS3-MIB are supported:&lt;br /&gt;
#**Dsx3ConfigTable&lt;br /&gt;
#**Dsx3CurrentTable&lt;br /&gt;
#**Dsx3IntervalTable&lt;br /&gt;
#**Dsx3TotalTable&lt;br /&gt;
#[http://www.faqs.org/rfcs/rfc1595.html RFC 1595 - Definitions of Managed Object for the SONET/SDH Interface Type (SONET-MIB)]&lt;br /&gt;
#*The following tables of the SONET-MIB are supported: &lt;br /&gt;
#**sonetMediumTable&lt;br /&gt;
#**sonetSectionCurrentTable&lt;br /&gt;
#**sonetSectionIntervalTable&lt;br /&gt;
#**sonetLineCurrentTable&lt;br /&gt;
#**sonetLineIntervalTable&lt;br /&gt;
#**sonetFarendLineCurrentTable&lt;br /&gt;
#**sonetFarendLineIntervalTable&lt;br /&gt;
#**sonetPathCurrentTable&lt;br /&gt;
#**sonetPathIntervalTable&lt;br /&gt;
#**sonetFarendPathCurrentTable&lt;br /&gt;
#**sonetFarendPathIntervalTable&lt;br /&gt;
#**sonetVtCurrentTable&lt;br /&gt;
#**sonetVtIntervalTable&lt;br /&gt;
#**sonetFarendVtCurrentTable&lt;br /&gt;
#**sonetFarendVtIntervalTable&lt;br /&gt;
#[http://www.rfc-editor.org/rfc/rfc2127.txt RFC 2127 - ISDN Management Information Base using SMIv2 (ISDN-MIB)]&lt;br /&gt;
#*The following tables of the ISDN-MIB are supported:&lt;br /&gt;
#**isdnBearerGroup&lt;br /&gt;
#**isdnSignalingGroup&lt;br /&gt;
#[[TB-MIB|Telcobridges Private MIB module (TB-MIB)]]&lt;br /&gt;
#*tbMtp2&lt;br /&gt;
#*tbM2pa&lt;br /&gt;
#*tbM2ua&lt;br /&gt;
#*tbM3ua&lt;br /&gt;
#*tbIua&lt;br /&gt;
#*CPU Usage&lt;br /&gt;
#*Memory Usage&lt;br /&gt;
&lt;br /&gt;
=== SNMP IF-MIB ifTable interface type ===&lt;br /&gt;
The table below provides the interfaces type supported by TelcoBridges (ifTable) with their corresponding description. The ifType are described in Internet Assigned Number Authority (IANA) in [http://www.iana.org/assignments/ianaiftype-mib IANAifType-MIB]&lt;br /&gt;
{| cellpadding=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;width: 820px;&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! IANA ifType &lt;br /&gt;
! TelcoBridges Interface description&lt;br /&gt;
|-&lt;br /&gt;
| ethernetCsmacd(6)&lt;br /&gt;
| Baseboard Ethernet interfaces &lt;br /&gt;
|-&lt;br /&gt;
| ds1(18)&lt;br /&gt;
| Trunks Line Interface&lt;br /&gt;
|-&lt;br /&gt;
| ds3(30)&lt;br /&gt;
| DS3 Line Interface&lt;br /&gt;
|-&lt;br /&gt;
| sonet(39)&lt;br /&gt;
| SONET/SDH Line Interface&lt;br /&gt;
|-&lt;br /&gt;
| sonetPath(50)&lt;br /&gt;
| SONET/SDH Line Service PATH (VC4/VC3/STS1/DS3)&lt;br /&gt;
|-&lt;br /&gt;
| sonetVT(51)&lt;br /&gt;
| SONET/SDH Line Service SECTION (VC11/VC12/VT15/VT2)&lt;br /&gt;
|-&lt;br /&gt;
| isdn(63)&lt;br /&gt;
| ISDN Stack&lt;br /&gt;
|-&lt;br /&gt;
| lapd(77)&lt;br /&gt;
| ISDN LAPD Link (Primary)&lt;br /&gt;
|-&lt;br /&gt;
| lapd(77)&lt;br /&gt;
| ISDN LAPD Link (Backup)&lt;br /&gt;
|-&lt;br /&gt;
| isdn(63)&lt;br /&gt;
| IUA Link&lt;br /&gt;
|-&lt;br /&gt;
| isdn(63)&lt;br /&gt;
| IUA Peer&lt;br /&gt;
|-&lt;br /&gt;
| lapd(77)&lt;br /&gt;
| LAPD Link&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| SS7 M2PA Link&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| SS7 M2UA Link&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| SS7 M2UA Peer&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 M3ua Sap&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 M3ua Psp&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 M3ua Psrv&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 Mtp2 Link&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== SNMP traps ===&lt;br /&gt;
The '''SNMP traps''' module of TelcoBridges products monitor the operation status of some MIBS OIDs and generates notifications when the states change. The default monitoring polling period is set to 1 minute. This value can be modified in the [[Configuring_tbSnmpAgent#Configuring_traps|tbSnmpAgent configuration]].&lt;br /&gt;
&lt;br /&gt;
====IF-MIB SNMP Trap/Notification====&lt;br /&gt;
* linkDown (1.3.6.1.6.3.1.1.5.3) OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As in RFC1573.txt,&lt;br /&gt;
 linkDown NOTIFICATION-TYPE&lt;br /&gt;
       OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
       STATUS  current&lt;br /&gt;
       DESCRIPTION&lt;br /&gt;
               &amp;quot;A linkDown trap signifies that the SNMPv2 entity,&lt;br /&gt;
               acting in an agent role, has detected that the&lt;br /&gt;
               ifOperStatus object for one of its communication links&lt;br /&gt;
               is about to transition into the down state.&amp;quot;&lt;br /&gt;
       ::= { snmpTraps 3 }&lt;br /&gt;
&lt;br /&gt;
* linkUp   (1.3.6.1.6.3.1.1.5.4) OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As in RFC1573.txt,&lt;br /&gt;
 linkUp NOTIFICATION-TYPE&lt;br /&gt;
       OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
       STATUS  current&lt;br /&gt;
       DESCRIPTION&lt;br /&gt;
               &amp;quot;A linkUp trap signifies that the SNMPv2 entity,&lt;br /&gt;
               acting in an agent role, has detected that the&lt;br /&gt;
               ifOperStatus object for one of its communication links&lt;br /&gt;
               has transitioned out of the down state.&amp;quot;&lt;br /&gt;
       ::= { snmpTraps 4 }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Example of packet capture:&lt;br /&gt;
 tcpdump port 162 -i mgmt0 -s 0&lt;br /&gt;
 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode&lt;br /&gt;
 listening on mgmt0, link-type EN10MB (Ethernet), capture size 65535 bytes&lt;br /&gt;
 14:08:51.491789 IP 10.7.0.13.37452 &amp;gt; 10.7.0.221.snmptrap: V2Trap(144) system.sysUpTime.0=9546160 S:1.1.4.1.0=S:1.1.5.4&lt;br /&gt;
 interfaces.ifTable.ifEntry.ifIndex.452160.26=26 interfaces.ifTable.ifEntry.ifAdminStatus.452160.26=1 &lt;br /&gt;
 interfaces.ifTable.ifEntry.ifOperStatus.452160.26=1  S:1.1.4.3.0=E:8072.3.2.10&lt;br /&gt;
&lt;br /&gt;
=== SNMP SET ===&lt;br /&gt;
The '''SNMP SET''' command is not supported by TelcoBridges products. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Tasks ==&lt;br /&gt;
*[[tbSnmpAgent Configuration|Configuring the tbSnmpAgent application]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External Sources  ==&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol Wikipedia article on SNMP]&lt;br /&gt;
*[http://www.net-snmp.org/ NetSNMP implementation of the SNMP protocol]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;br /&gt;
[[Category:Needs revising]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/SNMP</id>
		<title>SNMP</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/SNMP"/>
				<updated>2014-07-08T07:31:51Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: /* IF-MIB SNMP Trap/Notification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Simple Network Management Protocol (SNMP) is used in network management systems to monitor attached hardware for changes in operation activity. SNMP provides a standardized approach to monitoring and managing network systems. &lt;br /&gt;
&amp;lt;br/&amp;gt;For information on configuring your TMedia product to use the SNMP protocol, see the section labeled [[SNMP#Related Tasks|&amp;quot;'''Related Tasks'''&amp;quot;]].&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== TelcoBridges and SNMP  ==&lt;br /&gt;
TelcoBridges offers basic support  for SNMP versions 1, 2, and 3. '''Toolpack supports SNMP V2 and V3 since release 2.5.80''' (see [[TMG-CONTROL_Version_2.5| TMG-CONTROL version history]]). More specifically, this grants users the ability to remotely poll (or GET) system variables, known as Managed Objects, which are represented in files known as MIB modules.  TelcoBridges currently offers polling on '''standard''' MIB modules (RTP, SONET, DS1, DS3, ISDN, etc...) and on the TelcoBridges '''privately defined''' module ([[TB-MIB|'''TB-MIB''']]).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''The following procedures should be used to support SNMP v1 '''ONLY''' for '''Toolpack system previous to 2.5.80''':&lt;br /&gt;
*[[Installing NetSNMP from an External Host]]&lt;br /&gt;
*[[TMG SNMP support|How to relay SNMP on TMG products]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Supported SNMP MIB modules ==&lt;br /&gt;
#[http://www.ietf.org/rfc/rfc1213.txt RFC 1213 MIB II (RFC1213-MIB)]&lt;br /&gt;
#*All tables of the RFC1213-MIB are supported, '''with the exception of''':&lt;br /&gt;
#**ipRouteTable&lt;br /&gt;
#**EGP group&lt;br /&gt;
#**atTable &lt;br /&gt;
#[http://www.ietf.org/rfc/rfc1573.txt RFC 1573 Evolution of Interfaces Group of MIB-II (IF-MIB)]&lt;br /&gt;
#*The following tables are supported:&lt;br /&gt;
#**ifTable&lt;br /&gt;
#**ifStackTable &lt;br /&gt;
#[http://www.faqs.org/rfcs/rfc2495.html RFC 2495 DS1, J1, E1, DS2, and E2 Interfaces (DS1-MIB)]&lt;br /&gt;
#*The following tables of the DS1-MIB are supported:&lt;br /&gt;
#**Dsx1ConfigTable&lt;br /&gt;
#**Dsx1CurrentTable&lt;br /&gt;
#**Dsx1IntervalTable&lt;br /&gt;
#**Dsx1TotalTable&lt;br /&gt;
#[http://www.faqs.org/rfcs/rfc2496.html RFC 2496 - Definitions of Managed Object for the DS3/E3 Interface Type (DS3-MIB)]&lt;br /&gt;
#*The following tables of the DS3-MIB are supported:&lt;br /&gt;
#**Dsx3ConfigTable&lt;br /&gt;
#**Dsx3CurrentTable&lt;br /&gt;
#**Dsx3IntervalTable&lt;br /&gt;
#**Dsx3TotalTable&lt;br /&gt;
#[http://www.faqs.org/rfcs/rfc1595.html RFC 1595 - Definitions of Managed Object for the SONET/SDH Interface Type (SONET-MIB)]&lt;br /&gt;
#*The following tables of the SONET-MIB are supported: &lt;br /&gt;
#**sonetMediumTable&lt;br /&gt;
#**sonetSectionCurrentTable&lt;br /&gt;
#**sonetSectionIntervalTable&lt;br /&gt;
#**sonetLineCurrentTable&lt;br /&gt;
#**sonetLineIntervalTable&lt;br /&gt;
#**sonetFarendLineCurrentTable&lt;br /&gt;
#**sonetFarendLineIntervalTable&lt;br /&gt;
#**sonetPathCurrentTable&lt;br /&gt;
#**sonetPathIntervalTable&lt;br /&gt;
#**sonetFarendPathCurrentTable&lt;br /&gt;
#**sonetFarendPathIntervalTable&lt;br /&gt;
#**sonetVtCurrentTable&lt;br /&gt;
#**sonetVtIntervalTable&lt;br /&gt;
#**sonetFarendVtCurrentTable&lt;br /&gt;
#**sonetFarendVtIntervalTable&lt;br /&gt;
#[http://www.rfc-editor.org/rfc/rfc2127.txt RFC 2127 - ISDN Management Information Base using SMIv2 (ISDN-MIB)]&lt;br /&gt;
#*The following tables of the ISDN-MIB are supported:&lt;br /&gt;
#**isdnBearerGroup&lt;br /&gt;
#**isdnSignalingGroup&lt;br /&gt;
#[[TB-MIB|Telcobridges Private MIB module (TB-MIB)]]&lt;br /&gt;
#*tbMtp2&lt;br /&gt;
#*tbM2pa&lt;br /&gt;
#*tbM2ua&lt;br /&gt;
#*tbM3ua&lt;br /&gt;
#*tbIua&lt;br /&gt;
#*CPU Usage&lt;br /&gt;
#*Memory Usage&lt;br /&gt;
&lt;br /&gt;
=== SNMP IF-MIB ifTable interface type ===&lt;br /&gt;
The table below provides the interfaces type supported by TelcoBridges (ifTable) with their corresponding description. The ifType are described in Internet Assigned Number Authority (IANA) in [http://www.iana.org/assignments/ianaiftype-mib IANAifType-MIB]&lt;br /&gt;
{| cellpadding=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;width: 820px;&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! IANA ifType &lt;br /&gt;
! TelcoBridges Interface description&lt;br /&gt;
|-&lt;br /&gt;
| ethernetCsmacd(6)&lt;br /&gt;
| Baseboard Ethernet interfaces &lt;br /&gt;
|-&lt;br /&gt;
| ds1(18)&lt;br /&gt;
| Trunks Line Interface&lt;br /&gt;
|-&lt;br /&gt;
| ds3(30)&lt;br /&gt;
| DS3 Line Interface&lt;br /&gt;
|-&lt;br /&gt;
| sonet(39)&lt;br /&gt;
| SONET/SDH Line Interface&lt;br /&gt;
|-&lt;br /&gt;
| sonetPath(50)&lt;br /&gt;
| SONET/SDH Line Service PATH (VC4/VC3/STS1/DS3)&lt;br /&gt;
|-&lt;br /&gt;
| sonetVT(51)&lt;br /&gt;
| SONET/SDH Line Service SECTION (VC11/VC12/VT15/VT2)&lt;br /&gt;
|-&lt;br /&gt;
| isdn(63)&lt;br /&gt;
| ISDN Stack&lt;br /&gt;
|-&lt;br /&gt;
| lapd(77)&lt;br /&gt;
| ISDN LAPD Link (Primary)&lt;br /&gt;
|-&lt;br /&gt;
| lapd(77)&lt;br /&gt;
| ISDN LAPD Link (Backup)&lt;br /&gt;
|-&lt;br /&gt;
| isdn(63)&lt;br /&gt;
| IUA Link&lt;br /&gt;
|-&lt;br /&gt;
| isdn(63)&lt;br /&gt;
| IUA Peer&lt;br /&gt;
|-&lt;br /&gt;
| lapd(77)&lt;br /&gt;
| LAPD Link&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| SS7 M2PA Link&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| SS7 M2UA Link&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| SS7 M2UA Peer&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 M3ua Sap&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 M3ua Psp&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 M3ua Psrv&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 Mtp2 Link&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== SNMP traps ===&lt;br /&gt;
The '''SNMP traps''' module of TelcoBridges products monitor the operation status of some MIBS OIDs and generates notifications when the states change. The default monitoring polling period is set to 1 minute. This value can be modified in the [[Configuring_tbSnmpAgent#Configuring_traps|tbSnmpAgent configuration]].&lt;br /&gt;
&lt;br /&gt;
====IF-MIB SNMP Trap/Notification====&lt;br /&gt;
* linkDown (1.3.6.1.6.3.1.1.5.3) OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As in RFC1573.txt,&lt;br /&gt;
 linkDown NOTIFICATION-TYPE&lt;br /&gt;
       OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
       STATUS  current&lt;br /&gt;
       DESCRIPTION&lt;br /&gt;
               &amp;quot;A linkDown trap signifies that the SNMPv2 entity,&lt;br /&gt;
               acting in an agent role, has detected that the&lt;br /&gt;
               ifOperStatus object for one of its communication links&lt;br /&gt;
               is about to transition into the down state.&amp;quot;&lt;br /&gt;
       ::= { snmpTraps 3 }&lt;br /&gt;
&lt;br /&gt;
* linkUp   (1.3.6.1.6.3.1.1.5.4) OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;As in RFC1573.txt,&lt;br /&gt;
 linkUp NOTIFICATION-TYPE&lt;br /&gt;
       OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
       STATUS  current&lt;br /&gt;
       DESCRIPTION&lt;br /&gt;
               &amp;quot;A linkUp trap signifies that the SNMPv2 entity,&lt;br /&gt;
               acting in an agent role, has detected that the&lt;br /&gt;
               ifOperStatus object for one of its communication links&lt;br /&gt;
               has transitioned out of the down state.&amp;quot;&lt;br /&gt;
       ::= { snmpTraps 4 }&lt;br /&gt;
&lt;br /&gt;
Example of packet capture:&lt;br /&gt;
 tcpdump port 162 -i mgmt0 -s 0&lt;br /&gt;
 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode&lt;br /&gt;
 listening on mgmt0, link-type EN10MB (Ethernet), capture size 65535 bytes&lt;br /&gt;
 14:08:51.491789 IP 10.7.0.13.37452 &amp;gt; 10.7.0.221.snmptrap: V2Trap(144) system.sysUpTime.0=9546160 S:1.1.4.1.0=S:1.1.5.4&lt;br /&gt;
 interfaces.ifTable.ifEntry.ifIndex.452160.26=26 interfaces.ifTable.ifEntry.ifAdminStatus.452160.26=1 &lt;br /&gt;
 interfaces.ifTable.ifEntry.ifOperStatus.452160.26=1  S:1.1.4.3.0=E:8072.3.2.10&lt;br /&gt;
&lt;br /&gt;
=== SNMP SET ===&lt;br /&gt;
The '''SNMP SET''' command is not supported by TelcoBridges products. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Tasks ==&lt;br /&gt;
*[[tbSnmpAgent Configuration|Configuring the tbSnmpAgent application]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External Sources  ==&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol Wikipedia article on SNMP]&lt;br /&gt;
*[http://www.net-snmp.org/ NetSNMP implementation of the SNMP protocol]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;br /&gt;
[[Category:Needs revising]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/SNMP</id>
		<title>SNMP</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/SNMP"/>
				<updated>2014-07-08T07:29:35Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: /* IF-MIB SNMP Trap/Notification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Simple Network Management Protocol (SNMP) is used in network management systems to monitor attached hardware for changes in operation activity. SNMP provides a standardized approach to monitoring and managing network systems. &lt;br /&gt;
&amp;lt;br/&amp;gt;For information on configuring your TMedia product to use the SNMP protocol, see the section labeled [[SNMP#Related Tasks|&amp;quot;'''Related Tasks'''&amp;quot;]].&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== TelcoBridges and SNMP  ==&lt;br /&gt;
TelcoBridges offers basic support  for SNMP versions 1, 2, and 3. '''Toolpack supports SNMP V2 and V3 since release 2.5.80''' (see [[TMG-CONTROL_Version_2.5| TMG-CONTROL version history]]). More specifically, this grants users the ability to remotely poll (or GET) system variables, known as Managed Objects, which are represented in files known as MIB modules.  TelcoBridges currently offers polling on '''standard''' MIB modules (RTP, SONET, DS1, DS3, ISDN, etc...) and on the TelcoBridges '''privately defined''' module ([[TB-MIB|'''TB-MIB''']]).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''The following procedures should be used to support SNMP v1 '''ONLY''' for '''Toolpack system previous to 2.5.80''':&lt;br /&gt;
*[[Installing NetSNMP from an External Host]]&lt;br /&gt;
*[[TMG SNMP support|How to relay SNMP on TMG products]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Supported SNMP MIB modules ==&lt;br /&gt;
#[http://www.ietf.org/rfc/rfc1213.txt RFC 1213 MIB II (RFC1213-MIB)]&lt;br /&gt;
#*All tables of the RFC1213-MIB are supported, '''with the exception of''':&lt;br /&gt;
#**ipRouteTable&lt;br /&gt;
#**EGP group&lt;br /&gt;
#**atTable &lt;br /&gt;
#[http://www.ietf.org/rfc/rfc1573.txt RFC 1573 Evolution of Interfaces Group of MIB-II (IF-MIB)]&lt;br /&gt;
#*The following tables are supported:&lt;br /&gt;
#**ifTable&lt;br /&gt;
#**ifStackTable &lt;br /&gt;
#[http://www.faqs.org/rfcs/rfc2495.html RFC 2495 DS1, J1, E1, DS2, and E2 Interfaces (DS1-MIB)]&lt;br /&gt;
#*The following tables of the DS1-MIB are supported:&lt;br /&gt;
#**Dsx1ConfigTable&lt;br /&gt;
#**Dsx1CurrentTable&lt;br /&gt;
#**Dsx1IntervalTable&lt;br /&gt;
#**Dsx1TotalTable&lt;br /&gt;
#[http://www.faqs.org/rfcs/rfc2496.html RFC 2496 - Definitions of Managed Object for the DS3/E3 Interface Type (DS3-MIB)]&lt;br /&gt;
#*The following tables of the DS3-MIB are supported:&lt;br /&gt;
#**Dsx3ConfigTable&lt;br /&gt;
#**Dsx3CurrentTable&lt;br /&gt;
#**Dsx3IntervalTable&lt;br /&gt;
#**Dsx3TotalTable&lt;br /&gt;
#[http://www.faqs.org/rfcs/rfc1595.html RFC 1595 - Definitions of Managed Object for the SONET/SDH Interface Type (SONET-MIB)]&lt;br /&gt;
#*The following tables of the SONET-MIB are supported: &lt;br /&gt;
#**sonetMediumTable&lt;br /&gt;
#**sonetSectionCurrentTable&lt;br /&gt;
#**sonetSectionIntervalTable&lt;br /&gt;
#**sonetLineCurrentTable&lt;br /&gt;
#**sonetLineIntervalTable&lt;br /&gt;
#**sonetFarendLineCurrentTable&lt;br /&gt;
#**sonetFarendLineIntervalTable&lt;br /&gt;
#**sonetPathCurrentTable&lt;br /&gt;
#**sonetPathIntervalTable&lt;br /&gt;
#**sonetFarendPathCurrentTable&lt;br /&gt;
#**sonetFarendPathIntervalTable&lt;br /&gt;
#**sonetVtCurrentTable&lt;br /&gt;
#**sonetVtIntervalTable&lt;br /&gt;
#**sonetFarendVtCurrentTable&lt;br /&gt;
#**sonetFarendVtIntervalTable&lt;br /&gt;
#[http://www.rfc-editor.org/rfc/rfc2127.txt RFC 2127 - ISDN Management Information Base using SMIv2 (ISDN-MIB)]&lt;br /&gt;
#*The following tables of the ISDN-MIB are supported:&lt;br /&gt;
#**isdnBearerGroup&lt;br /&gt;
#**isdnSignalingGroup&lt;br /&gt;
#[[TB-MIB|Telcobridges Private MIB module (TB-MIB)]]&lt;br /&gt;
#*tbMtp2&lt;br /&gt;
#*tbM2pa&lt;br /&gt;
#*tbM2ua&lt;br /&gt;
#*tbM3ua&lt;br /&gt;
#*tbIua&lt;br /&gt;
#*CPU Usage&lt;br /&gt;
#*Memory Usage&lt;br /&gt;
&lt;br /&gt;
=== SNMP IF-MIB ifTable interface type ===&lt;br /&gt;
The table below provides the interfaces type supported by TelcoBridges (ifTable) with their corresponding description. The ifType are described in Internet Assigned Number Authority (IANA) in [http://www.iana.org/assignments/ianaiftype-mib IANAifType-MIB]&lt;br /&gt;
{| cellpadding=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;width: 820px;&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! IANA ifType &lt;br /&gt;
! TelcoBridges Interface description&lt;br /&gt;
|-&lt;br /&gt;
| ethernetCsmacd(6)&lt;br /&gt;
| Baseboard Ethernet interfaces &lt;br /&gt;
|-&lt;br /&gt;
| ds1(18)&lt;br /&gt;
| Trunks Line Interface&lt;br /&gt;
|-&lt;br /&gt;
| ds3(30)&lt;br /&gt;
| DS3 Line Interface&lt;br /&gt;
|-&lt;br /&gt;
| sonet(39)&lt;br /&gt;
| SONET/SDH Line Interface&lt;br /&gt;
|-&lt;br /&gt;
| sonetPath(50)&lt;br /&gt;
| SONET/SDH Line Service PATH (VC4/VC3/STS1/DS3)&lt;br /&gt;
|-&lt;br /&gt;
| sonetVT(51)&lt;br /&gt;
| SONET/SDH Line Service SECTION (VC11/VC12/VT15/VT2)&lt;br /&gt;
|-&lt;br /&gt;
| isdn(63)&lt;br /&gt;
| ISDN Stack&lt;br /&gt;
|-&lt;br /&gt;
| lapd(77)&lt;br /&gt;
| ISDN LAPD Link (Primary)&lt;br /&gt;
|-&lt;br /&gt;
| lapd(77)&lt;br /&gt;
| ISDN LAPD Link (Backup)&lt;br /&gt;
|-&lt;br /&gt;
| isdn(63)&lt;br /&gt;
| IUA Link&lt;br /&gt;
|-&lt;br /&gt;
| isdn(63)&lt;br /&gt;
| IUA Peer&lt;br /&gt;
|-&lt;br /&gt;
| lapd(77)&lt;br /&gt;
| LAPD Link&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| SS7 M2PA Link&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| SS7 M2UA Link&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| SS7 M2UA Peer&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 M3ua Sap&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 M3ua Psp&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 M3ua Psrv&lt;br /&gt;
|-&lt;br /&gt;
| ss7SigLink (156)&lt;br /&gt;
| Ss7 Mtp2 Link&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== SNMP traps ===&lt;br /&gt;
The '''SNMP traps''' module of TelcoBridges products monitor the operation status of some MIBS OIDs and generates notifications when the states change. The default monitoring polling period is set to 1 minute. This value can be modified in the [[Configuring_tbSnmpAgent#Configuring_traps|tbSnmpAgent configuration]].&lt;br /&gt;
&lt;br /&gt;
====IF-MIB SNMP Trap/Notification====&lt;br /&gt;
* linkDown (1.3.6.1.6.3.1.1.5.3) OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
As in RFC1573.txt,&lt;br /&gt;
&lt;br /&gt;
 linkDown NOTIFICATION-TYPE&lt;br /&gt;
       OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
       STATUS  current&lt;br /&gt;
       DESCRIPTION&lt;br /&gt;
               &amp;quot;A linkDown trap signifies that the SNMPv2 entity,&lt;br /&gt;
               acting in an agent role, has detected that the&lt;br /&gt;
               ifOperStatus object for one of its communication links&lt;br /&gt;
               is about to transition into the down state.&amp;quot;&lt;br /&gt;
       ::= { snmpTraps 3 }&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* linkUp   (1.3.6.1.6.3.1.1.5.4) OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
As in RFC1573.txt,&lt;br /&gt;
&lt;br /&gt;
 linkUp NOTIFICATION-TYPE&lt;br /&gt;
       OBJECTS { ifIndex, ifAdminStatus, ifOperStatus }&lt;br /&gt;
       STATUS  current&lt;br /&gt;
       DESCRIPTION&lt;br /&gt;
               &amp;quot;A linkUp trap signifies that the SNMPv2 entity,&lt;br /&gt;
               acting in an agent role, has detected that the&lt;br /&gt;
               ifOperStatus object for one of its communication links&lt;br /&gt;
               has transitioned out of the down state.&amp;quot;&lt;br /&gt;
       ::= { snmpTraps 4 }&lt;br /&gt;
&lt;br /&gt;
Example of packet capture:&lt;br /&gt;
 tcpdump port 162 -i mgmt0 -s 0&lt;br /&gt;
 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode&lt;br /&gt;
 listening on mgmt0, link-type EN10MB (Ethernet), capture size 65535 bytes&lt;br /&gt;
 14:08:51.491789 IP 10.7.0.13.37452 &amp;gt; 10.7.0.221.snmptrap: V2Trap(144) system.sysUpTime.0=9546160 S:1.1.4.1.0=S:1.1.5.4&lt;br /&gt;
 interfaces.ifTable.ifEntry.ifIndex.452160.26=26 interfaces.ifTable.ifEntry.ifAdminStatus.452160.26=1 &lt;br /&gt;
 interfaces.ifTable.ifEntry.ifOperStatus.452160.26=1  S:1.1.4.3.0=E:8072.3.2.10&lt;br /&gt;
&lt;br /&gt;
=== SNMP SET ===&lt;br /&gt;
The '''SNMP SET''' command is not supported by TelcoBridges products. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Tasks ==&lt;br /&gt;
*[[tbSnmpAgent Configuration|Configuring the tbSnmpAgent application]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External Sources  ==&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Simple_Network_Management_Protocol Wikipedia article on SNMP]&lt;br /&gt;
*[http://www.net-snmp.org/ NetSNMP implementation of the SNMP protocol]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;br /&gt;
[[Category:Needs revising]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Redundancy_%26_High_Availability</id>
		<title>Redundancy &amp; High Availability</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Redundancy_%26_High_Availability"/>
				<updated>2014-06-10T08:29:33Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes the TelcoBridges [[VoIP Gateway]] high availability features. TelcoBridges' products are designed with the following two goals in mind:&lt;br /&gt;
&lt;br /&gt;
# Recover from a system failure and minimize the system down-time and network instability, as much as possible. This is achieved with fault tolerance and redundancy designed into the very architecture of the product.&lt;br /&gt;
# Keep active calls open after a fail-over, whenever possible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== TelcoBridges High Availability and Redundancy ==&lt;br /&gt;
&lt;br /&gt;
TelcoBridges high availability and redundancy is comprised of a collection of features. These features enable customers to add as many HA and redundancy fdeatures to their systems as required.&lt;br /&gt;
&lt;br /&gt;
To learn more about high availability and redundancy, see [https://www.telcobridges.com/products/product-features/redundancy TelcoBridges website.]&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
&lt;br /&gt;
The following is a list of terms that are used in the description of high availability features:&lt;br /&gt;
* [[Active Calls]]&lt;br /&gt;
* [[Active/Standby]]&lt;br /&gt;
* [[Load Sharing]]&lt;br /&gt;
* [[Master/Slave]]&lt;br /&gt;
* [[Primary/Secondary]]&lt;br /&gt;
* [[Resynchronization]]&lt;br /&gt;
* [[Switchover]]&lt;br /&gt;
* [[Switchover Period]]&lt;br /&gt;
* [[Transient Calls]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== TMG800 Features ==&lt;br /&gt;
&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Power Supply|Power Supply]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Network#VoIP Network|VoIP Network]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Clocking|Clocking]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Software:Signaling_Protocols#TMG800 / TMG3200 Series|Signaling Protocols]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== TMG3200 Features ==&lt;br /&gt;
&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Power Supply|Power Supply]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Network#VoIP Network|VoIP Network]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Tdm_Interfaces#STM-1/OC-3|OC3/STM-1 Interface]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Clocking|Clocking]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Software:Signaling_Protocols#TMG800 / TMG3200 Series|Signaling Protocols]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== TMG7800 Features ==&lt;br /&gt;
&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Power Supply|Power Supply]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Network|Network]]&lt;br /&gt;
**[[Redundancy_&amp;amp;_High_Availability:Network#VoIP Network|VoIP Network]]&lt;br /&gt;
**[[Redundancy_&amp;amp;_High_Availability:Network#Control Network|Control Network]]&lt;br /&gt;
**[[Redundancy_&amp;amp;_High_Availability:Network#TMS Network|TMS Network]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Tdm Interfaces|Tdm Interfaces]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Clocking|Clocking]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Software:Signaling_Protocols#TMG7800 |Signaling Protocols]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Software:TMG-CONTROL|TMG-CONTROL]]&lt;br /&gt;
*[[Redundancy_&amp;amp;_High_Availability:Hosts|Host redundancy]]&lt;br /&gt;
**[[Redundancy_&amp;amp;_High_Availability:Hosts#Hard Disk|Hard Disks]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation, Maintenance and Provisioning ==&lt;br /&gt;
This section will illustrate how to install, upgrade and configure a high availability system.&lt;br /&gt;
&lt;br /&gt;
First, we will look at the software installation and provisioning (Host redundancy).&lt;br /&gt;
*[[High_Availability:Software:Installing | Installing a host redundancy system]]&lt;br /&gt;
&lt;br /&gt;
*[[High_Availability:Software:Upgrading | Upgrading a host redundancy system]]&lt;br /&gt;
&lt;br /&gt;
*[[High_Availability:Software:Provisioning| Configuring a host redundancy system]]&lt;br /&gt;
&lt;br /&gt;
[[category:Tmedia_Features]]&lt;br /&gt;
[[category:Needs revising]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Tbstatus_monitoring</id>
		<title>Tbstatus monitoring</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Tbstatus_monitoring"/>
				<updated>2014-05-26T08:07:07Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: /* Access the data in SQLite the database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tbstatus monitoring is a ruby script which makes use of the tbstatus API to gather statistics on a system. It calls tbstatus periodically with parameters according to the configuration file (tbstatus.yml). Results are presented in .csv files per selected module. This includes any statistics that tbstatus can gather. E.g. trunks, signaling links status, ISUP interface status, NAPs status, calls status, etc.&lt;br /&gt;
&lt;br /&gt;
== Download the script ==&lt;br /&gt;
Download the script here: [[media:Tbstatus_monitor.zip]].&lt;br /&gt;
&lt;br /&gt;
== Adjust configuration file ==&lt;br /&gt;
Change the configuration file to select the required monitoring modules. This can be done by editing the &amp;lt;b&amp;gt;tbstatus.yml&amp;lt;/b&amp;gt; file, you will see the below lines within.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
* To specify the output .csv file name&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_file: DATABASE.csv&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Or, output in a SQLite database file&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_file: DATABASE.sqlite&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To specify the file rotation period&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_rotation_period: daily&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To specify the statistics gathering interval&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_update_interval: 15m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Configure the required module statistics&lt;br /&gt;
Comment out the lines (statistics) which are not required with a &amp;quot;#&amp;quot; sign. This reduces the number of files and the columns within files generated.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Below example gathers the ISUP interface cic group statistics in .csv files:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  - ISUP_INTERFACE_CIC_GROUPS:&lt;br /&gt;
      slog_file: ISUP_INTERFACE_CIC_GROUPS.csv&lt;br /&gt;
      slog_rotation_period: daily&lt;br /&gt;
      slog_update_interval: 15m&lt;br /&gt;
      paths:&lt;br /&gt;
        - /isup/interface/cic_group:&lt;br /&gt;
#         - desired_group_state&lt;br /&gt;
#         - start_continuity_check&lt;br /&gt;
#         - interface_down&lt;br /&gt;
          - idle_cnt&lt;br /&gt;
          - incoming_cnt&lt;br /&gt;
          - outgoing_cnt&lt;br /&gt;
          - locally_blocked_cnt&lt;br /&gt;
          - remotely_blocked_cnt&lt;br /&gt;
          - locally_remotely_blocked_cnt&lt;br /&gt;
          - reset_cnt&lt;br /&gt;
          - suspended_cnt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Instead of .csv files, statistics can be saved in a SQLite database file. Below example gathers the NAPs statistics:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  - NAPS:&lt;br /&gt;
      slog_file: NAPS.sqlite&lt;br /&gt;
      slog_rotation_period: daily&lt;br /&gt;
      slog_update_interval: 10s&lt;br /&gt;
      paths:&lt;br /&gt;
        - /nap:&lt;br /&gt;
          - available_cnt&lt;br /&gt;
          - unavailable_cnt&lt;br /&gt;
          - availability_percent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Execute the script in deamon mode ==&lt;br /&gt;
* Transfer the .zip file containing the script tbstatus.rb, and the configuration file tbstatus.yml to the host of TMG800, TMG3200 or TMG7800-CTRL using sFTP (Filezilla or Winscp)&lt;br /&gt;
&lt;br /&gt;
* Uncompress the file&lt;br /&gt;
 tar xzf tbstatus_monitor.tgz&lt;br /&gt;
 cd tbstatus_monitor&lt;br /&gt;
&lt;br /&gt;
* Change the script file permission&lt;br /&gt;
 chmod +x tbstatus.rb&lt;br /&gt;
&lt;br /&gt;
* Execute tbstatus script in daemon mode&lt;br /&gt;
 nohup ./tbstatus.rb -d &amp;amp;&lt;br /&gt;
&lt;br /&gt;
* To stop it, kill the process&lt;br /&gt;
 [root@TB007036 ~]# ps -ef | grep tbstatus&lt;br /&gt;
  root 20800 15165 0 04:17 pts/0 00:00:01 /usr/bin/ruby ./tbstatus.rb -d&lt;br /&gt;
  root 23191 15165 0 04:46 pts/0 00:00:00 grep tbstatus&lt;br /&gt;
 [root@TB007036 ~]# kill -9 20800&lt;br /&gt;
&lt;br /&gt;
== Execute the script on the Web Portal ==&lt;br /&gt;
&amp;lt;b&amp;gt;Alternatively&amp;lt;/b&amp;gt;, you can start the tbstatus monitor tool in with Toolpack. Therefore, the script will start and stop automatically at the same time as Toolpack service:&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*On the Web Portal, Go to Host -&amp;gt; Applications -&amp;gt; Create New Application&lt;br /&gt;
 Name: tbstatus_monitor&lt;br /&gt;
 Application Type: user-specific&lt;br /&gt;
 bin path: /root/tbstatus_monitor/tbstatus.rb&lt;br /&gt;
 working path: /root/tbstatus_monitor&lt;br /&gt;
 Command line arguments: -f tbstatus.yml -d&lt;br /&gt;
&lt;br /&gt;
== Collect the data in .csv files ==&lt;br /&gt;
* Multiple .csv files will be created in the same directory. They will be rotated and zipped according to the yml configuration. These files can be extracted from the unit with sFTP, or SSH scp commands to be analyzed by an external system.&lt;br /&gt;
Example files:&lt;br /&gt;
 ADAPTER_IP_INTERFACES.csv&lt;br /&gt;
 ADAPTER_LINE_INTERFACE_LINE_SERVICES.csv&lt;br /&gt;
 ADAPTER_LINE_INTERFACES.csv&lt;br /&gt;
 ADAPTER_SENSORS.csv&lt;br /&gt;
 ADAPTER_USAGE.csv&lt;br /&gt;
 DATABASE.csv&lt;br /&gt;
 ISUP_INTERFACE_CIC_GROUPS.csv&lt;br /&gt;
 ISUP_INTERFACES.csv&lt;br /&gt;
 MTP2_LINKS.csv&lt;br /&gt;
 MTP3_LINKS.csv&lt;br /&gt;
 MTP3_LINKSETS.csv&lt;br /&gt;
 MTP3_ROUTES.csv&lt;br /&gt;
 NAPS_24hour_data.csv&lt;br /&gt;
 NAPS.csv&lt;br /&gt;
&lt;br /&gt;
== Access data in the SQLite  database ==&lt;br /&gt;
* Check for the database file which matches the configuration in tbstatus.yml. Following the example above, it is:&lt;br /&gt;
 NAPS.sqlite&lt;br /&gt;
&lt;br /&gt;
* Check for the database table name&lt;br /&gt;
 [root@165 tbstatus_monitor]# sqlite3 NAPS.sqlite '.tables';&lt;br /&gt;
 /nap&lt;br /&gt;
&lt;br /&gt;
* Access the statistics in the database file&lt;br /&gt;
 [root@165 tbstatus_monitor]# sqlite3 NAPS.sqlite 'SELECT * FROM &amp;quot;/nap&amp;quot; ORDER BY oid DESC LIMIT 10';&lt;br /&gt;
 2014-05-26 15:44:51|TBSERVER|1500|0|100&lt;br /&gt;
 2014-05-26 15:44:51|SS7_NAP|30|0|100&lt;br /&gt;
 2014-05-26 15:44:50|SIP_NAP_1PLUS1|1500|0|100&lt;br /&gt;
 2014-05-26 15:44:50|ISDN_1_1|30|0|100&lt;br /&gt;
 2014-05-26 15:44:50|CANDY|0|1500|0&lt;br /&gt;
 2014-05-26 15:44:40|TBSERVER|1500|0|100&lt;br /&gt;
 2014-05-26 15:44:40|SS7_NAP|30|0|100&lt;br /&gt;
 2014-05-26 15:44:40|SIP_NAP_1PLUS1|1500|0|100&lt;br /&gt;
 2014-05-26 15:44:40|ISDN_1_1|30|0|1&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Tbstatus_monitoring</id>
		<title>Tbstatus monitoring</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Tbstatus_monitoring"/>
				<updated>2014-05-26T08:06:23Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Steps for viewing statistics in SQLite, Minor adjustments, Typos.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tbstatus monitoring is a ruby script which makes use of the tbstatus API to gather statistics on a system. It calls tbstatus periodically with parameters according to the configuration file (tbstatus.yml). Results are presented in .csv files per selected module. This includes any statistics that tbstatus can gather. E.g. trunks, signaling links status, ISUP interface status, NAPs status, calls status, etc.&lt;br /&gt;
&lt;br /&gt;
== Download the script ==&lt;br /&gt;
Download the script here: [[media:Tbstatus_monitor.zip]].&lt;br /&gt;
&lt;br /&gt;
== Adjust configuration file ==&lt;br /&gt;
Change the configuration file to select the required monitoring modules. This can be done by editing the &amp;lt;b&amp;gt;tbstatus.yml&amp;lt;/b&amp;gt; file, you will see the below lines within.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
* To specify the output .csv file name&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_file: DATABASE.csv&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Or, output in a SQLite database file&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_file: DATABASE.sqlite&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To specify the file rotation period&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_rotation_period: daily&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To specify the statistics gathering interval&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_update_interval: 15m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Configure the required module statistics&lt;br /&gt;
Comment out the lines (statistics) which are not required with a &amp;quot;#&amp;quot; sign. This reduces the number of files and the columns within files generated.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Below example gathers the ISUP interface cic group statistics in .csv files:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  - ISUP_INTERFACE_CIC_GROUPS:&lt;br /&gt;
      slog_file: ISUP_INTERFACE_CIC_GROUPS.csv&lt;br /&gt;
      slog_rotation_period: daily&lt;br /&gt;
      slog_update_interval: 15m&lt;br /&gt;
      paths:&lt;br /&gt;
        - /isup/interface/cic_group:&lt;br /&gt;
#         - desired_group_state&lt;br /&gt;
#         - start_continuity_check&lt;br /&gt;
#         - interface_down&lt;br /&gt;
          - idle_cnt&lt;br /&gt;
          - incoming_cnt&lt;br /&gt;
          - outgoing_cnt&lt;br /&gt;
          - locally_blocked_cnt&lt;br /&gt;
          - remotely_blocked_cnt&lt;br /&gt;
          - locally_remotely_blocked_cnt&lt;br /&gt;
          - reset_cnt&lt;br /&gt;
          - suspended_cnt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Instead of .csv files, statistics can be saved in a SQLite database file. Below example gathers the NAPs statistics:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  - NAPS:&lt;br /&gt;
      slog_file: NAPS.sqlite&lt;br /&gt;
      slog_rotation_period: daily&lt;br /&gt;
      slog_update_interval: 10s&lt;br /&gt;
      paths:&lt;br /&gt;
        - /nap:&lt;br /&gt;
          - available_cnt&lt;br /&gt;
          - unavailable_cnt&lt;br /&gt;
          - availability_percent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Execute the script in deamon mode ==&lt;br /&gt;
* Transfer the .zip file containing the script tbstatus.rb, and the configuration file tbstatus.yml to the host of TMG800, TMG3200 or TMG7800-CTRL using sFTP (Filezilla or Winscp)&lt;br /&gt;
&lt;br /&gt;
* Uncompress the file&lt;br /&gt;
 tar xzf tbstatus_monitor.tgz&lt;br /&gt;
 cd tbstatus_monitor&lt;br /&gt;
&lt;br /&gt;
* Change the script file permission&lt;br /&gt;
 chmod +x tbstatus.rb&lt;br /&gt;
&lt;br /&gt;
* Execute tbstatus script in daemon mode&lt;br /&gt;
 nohup ./tbstatus.rb -d &amp;amp;&lt;br /&gt;
&lt;br /&gt;
* To stop it, kill the process&lt;br /&gt;
 [root@TB007036 ~]# ps -ef | grep tbstatus&lt;br /&gt;
  root 20800 15165 0 04:17 pts/0 00:00:01 /usr/bin/ruby ./tbstatus.rb -d&lt;br /&gt;
  root 23191 15165 0 04:46 pts/0 00:00:00 grep tbstatus&lt;br /&gt;
 [root@TB007036 ~]# kill -9 20800&lt;br /&gt;
&lt;br /&gt;
== Execute the script on the Web Portal ==&lt;br /&gt;
&amp;lt;b&amp;gt;Alternatively&amp;lt;/b&amp;gt;, you can start the tbstatus monitor tool in with Toolpack. Therefore, the script will start and stop automatically at the same time as Toolpack service:&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*On the Web Portal, Go to Host -&amp;gt; Applications -&amp;gt; Create New Application&lt;br /&gt;
 Name: tbstatus_monitor&lt;br /&gt;
 Application Type: user-specific&lt;br /&gt;
 bin path: /root/tbstatus_monitor/tbstatus.rb&lt;br /&gt;
 working path: /root/tbstatus_monitor&lt;br /&gt;
 Command line arguments: -f tbstatus.yml -d&lt;br /&gt;
&lt;br /&gt;
== Collect the data in .csv files ==&lt;br /&gt;
* Multiple .csv files will be created in the same directory. They will be rotated and zipped according to the yml configuration. These files can be extracted from the unit with sFTP, or SSH scp commands to be analyzed by an external system.&lt;br /&gt;
Example files:&lt;br /&gt;
 ADAPTER_IP_INTERFACES.csv&lt;br /&gt;
 ADAPTER_LINE_INTERFACE_LINE_SERVICES.csv&lt;br /&gt;
 ADAPTER_LINE_INTERFACES.csv&lt;br /&gt;
 ADAPTER_SENSORS.csv&lt;br /&gt;
 ADAPTER_USAGE.csv&lt;br /&gt;
 DATABASE.csv&lt;br /&gt;
 ISUP_INTERFACE_CIC_GROUPS.csv&lt;br /&gt;
 ISUP_INTERFACES.csv&lt;br /&gt;
 MTP2_LINKS.csv&lt;br /&gt;
 MTP3_LINKS.csv&lt;br /&gt;
 MTP3_LINKSETS.csv&lt;br /&gt;
 MTP3_ROUTES.csv&lt;br /&gt;
 NAPS_24hour_data.csv&lt;br /&gt;
 NAPS.csv&lt;br /&gt;
&lt;br /&gt;
== Access the data in SQLite the database ==&lt;br /&gt;
* Check for the database file which matches the configuration in tbstatus.yml. Following the example above, it is:&lt;br /&gt;
 NAPS.sqlite&lt;br /&gt;
&lt;br /&gt;
* Check for the database table name&lt;br /&gt;
 [root@165 tbstatus_monitor]# sqlite3 NAPS.sqlite '.tables';&lt;br /&gt;
 /nap&lt;br /&gt;
&lt;br /&gt;
* Access the statistics in the database file&lt;br /&gt;
 [root@165 tbstatus_monitor]# sqlite3 NAPS.sqlite 'SELECT * FROM &amp;quot;/nap&amp;quot; ORDER BY oid DESC LIMIT 10';&lt;br /&gt;
 2014-05-26 15:44:51|TBSERVER|1500|0|100&lt;br /&gt;
 2014-05-26 15:44:51|SS7_NAP|30|0|100&lt;br /&gt;
 2014-05-26 15:44:50|SIP_NAP_1PLUS1|1500|0|100&lt;br /&gt;
 2014-05-26 15:44:50|ISDN_1_1|30|0|100&lt;br /&gt;
 2014-05-26 15:44:50|CANDY|0|1500|0&lt;br /&gt;
 2014-05-26 15:44:40|TBSERVER|1500|0|100&lt;br /&gt;
 2014-05-26 15:44:40|SS7_NAP|30|0|100&lt;br /&gt;
 2014-05-26 15:44:40|SIP_NAP_1PLUS1|1500|0|100&lt;br /&gt;
 2014-05-26 15:44:40|ISDN_1_1|30|0|1&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Toolpack_Application:tbstatus</id>
		<title>Toolpack Application:tbstatus</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Toolpack_Application:tbstatus"/>
				<updated>2014-04-29T10:05:12Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Role ==&lt;br /&gt;
tbstatus is used to access/set status of the system. It requires a path for you to query.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
*'''To get all status information from the system:'''&lt;br /&gt;
: tbstatus -gw [[System_Id|''SystemId'']]&lt;br /&gt;
 tbstatus -gw 12358&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''General get query:'''&lt;br /&gt;
: tbstatus -gw [[System_Id|''SystemId'']] /[StatusPath]&lt;br /&gt;
:*Example: Get all naps status:&lt;br /&gt;
 tbstatus -gw 12358 /nap&lt;br /&gt;
:*Example: To get a SS7 interface circuit group status information:&lt;br /&gt;
:: tbstatus isup:ISUP/interface:[ISUP Interface name]/cic_group:[Circuit Group Name]&lt;br /&gt;
 tbstatus isup:ISUP/interface:ISUP_IF_6009/cic_group:CG_E1_8&lt;br /&gt;
Output:&lt;br /&gt;
&lt;br /&gt;
 0:/isup:ISUP/interface:ISUP_IF_6009/cic_group:CG_E1_8&lt;br /&gt;
 CG_E1_8 -&lt;br /&gt;
   - desired_group_state                   : Default       (Default,Blocked,Unblocked)&lt;br /&gt;
   - toggle_group_reset                    : No            (No,Yes)&lt;br /&gt;
   - start_continuity_check                : No            (No,Yes)&lt;br /&gt;
   - interface_down                        true&lt;br /&gt;
   - idle_cnt                              0&lt;br /&gt;
   - incoming_cnt                          0&lt;br /&gt;
   - outgoing_cnt                          0&lt;br /&gt;
   - locally_blocked_cnt                   0&lt;br /&gt;
   - remotely_blocked_cnt                  0&lt;br /&gt;
   - locally_remotely_blocked_cnt          0&lt;br /&gt;
   - reset_cnt                             0&lt;br /&gt;
   - total_ccr_success_cnt                 0&lt;br /&gt;
   - total_ccr_fail_cnt                    0&lt;br /&gt;
   - last_ccr_unknown_cnt                  0&lt;br /&gt;
   - last_ccr_in_progress_cnt              0&lt;br /&gt;
   - last_ccr_success_cnt                  0&lt;br /&gt;
   - last_ccr_fail_cnt                     0&lt;br /&gt;
   - last_ccr_error_cnt                    0&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Settable parameters are shown in purple when doing a get query&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''General set query (Settable parameters are shown in purple when doing a get query):'''&lt;br /&gt;
: tbstatus -gw [[System_Id|''SystemId'']] /[StatusPath]::[ParameterToSet]=[NewParameterValue]&lt;br /&gt;
:*Example: To set the loopback state of a E1 line service to NONE (Meaning enable). NOTE: The path would be different for DS3 or STM1:&lt;br /&gt;
:: tbstatus -gw [[System_Id|''SystemId'']] /adapter:[TmediaSerialNumber]/line_interface:[LineInterfaceName]/line_service:[LineServiceName]::loopback=NONE&lt;br /&gt;
 tbstatus -gw 12358 /adapter:TB001234/line_interface:LI_TB001234_00/line_service:LS_TB001234_00::loopback=NONE&lt;br /&gt;
:*Example: To block a SS7 interface circuit group:&lt;br /&gt;
:: tbstatus isup:ISUP/interface:[ISUP Interface name]/cic_group:[Circuit Group Name]::desired_group_state=[state name]&lt;br /&gt;
::: state name can be: Default, Blocked, Unblocked (unblocked should not be used in normal circumstances)&lt;br /&gt;
 tbstatus isup:ISUP/interface:ISUP_IF_6009/cic_group:CG_E1_8::desired_group_state=Default&lt;br /&gt;
 tbstatus isup:ISUP/interface:ISUP_IF_6009/cic_group:CG_E1_8::desired_group_state=Blocked&lt;br /&gt;
&lt;br /&gt;
:*Example: To change the state of a M3UA Peer Server Process (Default,Asp-up,Asp-down,Abort,Shutdown,Inhibit,Uninhibit):&lt;br /&gt;
:'''Note:''' Two commands must be done at the same time and an additional &amp;quot;::&amp;quot; must be used&lt;br /&gt;
 ./tbstatus /m3ua/psp:M3UA_SGP1::select_sap_for_set_state=M3UA_SAP::set_desired_asp_state=Asp-down&lt;br /&gt;
&lt;br /&gt;
'''Note:''' in release 2.7, you can add a &amp;quot;-0&amp;quot; to get level 0 information.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== Use tbstatus in script ==&lt;br /&gt;
See [[tbstatus_monitoring|Tbstatus Monitoring]].&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Tbstatus_monitoring</id>
		<title>Tbstatus monitoring</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Tbstatus_monitoring"/>
				<updated>2014-04-29T09:55:51Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: /* Collect the data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tbstatus monitoring is a ruby script which makes use of the tbstatus application to gather statistics on a system. It calls tbstatus periodically with parameters according to the configuration file (tbstatus.yml). Results are presented in .csv files per selected module. This includes any statistics that tbstatus can gather. E.g. trunks, signaling links status, ISUP interface status, NAPs status, calls status, etc.&lt;br /&gt;
&lt;br /&gt;
== Download the script ==&lt;br /&gt;
Download the script here: [[media:Tbstatus_monitor.zip]].&lt;br /&gt;
&lt;br /&gt;
== Adjust configuration file ==&lt;br /&gt;
Change the configuration file to select the required monitoring modules. This can be done by editing the &amp;lt;b&amp;gt;tbstatus.yml&amp;lt;/b&amp;gt; file, you will see the below lines within.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
* To specify the output .csv file name&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_file: DATABASE.csv&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To specify the file rotation period&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_rotation_period: daily&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To specify the statistics gathering interval&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_update_interval: 15m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Configure the required module statistics&lt;br /&gt;
Comment out the lines (statistics) which are not required with a &amp;quot;#&amp;quot; sign. This reduces the number of files and the columns within files generated.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Below example gathers the ISUP interface cic group statistics:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  - ISUP_INTERFACE_CIC_GROUPS:&lt;br /&gt;
      slog_file: ISUP_INTERFACE_CIC_GROUPS.csv&lt;br /&gt;
      slog_rotation_period: daily&lt;br /&gt;
      slog_update_interval: 15m&lt;br /&gt;
      paths:&lt;br /&gt;
        - /isup/interface/cic_group:&lt;br /&gt;
#         - desired_group_state&lt;br /&gt;
#         - start_continuity_check&lt;br /&gt;
#         - interface_down&lt;br /&gt;
          - idle_cnt&lt;br /&gt;
          - incoming_cnt&lt;br /&gt;
          - outgoing_cnt&lt;br /&gt;
          - locally_blocked_cnt&lt;br /&gt;
          - remotely_blocked_cnt&lt;br /&gt;
          - locally_remotely_blocked_cnt&lt;br /&gt;
          - reset_cnt&lt;br /&gt;
          - suspended_cnt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Execute the script in deamon mode ==&lt;br /&gt;
* Transfer the .zip file containing the script tbstatus.rb, and the configuration file tbstatus.yml to the host of TMG800, TMG3200 or TMG7800-CTRL using sFTP (Filezilla or Winscp)&lt;br /&gt;
&lt;br /&gt;
* Uncompress the file&lt;br /&gt;
 tar xzf tbstatus_monitor.tgz&lt;br /&gt;
 cd tbstatus_monitor&lt;br /&gt;
&lt;br /&gt;
* Change the script file permission&lt;br /&gt;
 chmod +x tbstatus.rb&lt;br /&gt;
&lt;br /&gt;
* Execute tbstatus script in daemon mode&lt;br /&gt;
 nohup ./tbstatus.rb -d &amp;amp;&lt;br /&gt;
&lt;br /&gt;
* To stop it, kill the process&lt;br /&gt;
 [root@TB007036 ~]# ps -ef | grep tbstatus&lt;br /&gt;
  root 20800 15165 0 04:17 pts/0 00:00:01 /usr/bin/ruby ./tbstatus.rb -d&lt;br /&gt;
  root 23191 15165 0 04:46 pts/0 00:00:00 grep tbstatus&lt;br /&gt;
 [root@TB007036 ~]# kill -9 20800&lt;br /&gt;
&lt;br /&gt;
== Execute the script on the Web Portal ==&lt;br /&gt;
&amp;lt;b&amp;gt;Alternatively&amp;lt;/b&amp;gt;, you can start the tbstatus monitor tool in with Toolpack. Therefore, the script will start and stop automatically at the same time as Toolpack service:&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*On the Web Portal, Go to Host -&amp;gt; Applications -&amp;gt; Create New Application&lt;br /&gt;
 Name: tbstatus_monitor&lt;br /&gt;
 Application Type: user-specific&lt;br /&gt;
 bin path: /root/tbstatus_monitor/tbstatus.rb&lt;br /&gt;
 working path: /root/tbstatus_monitor&lt;br /&gt;
 Command line arguments: -f tbstatus.yml -d&lt;br /&gt;
&lt;br /&gt;
== Collect the data ==&lt;br /&gt;
* Multiple .csv files will be created in the same directory. They will be rotated and zipped according to the yml configuration. These files can be extracted from the unit with sFTP, or SSH scp commands to be analyzed by an external system.&lt;br /&gt;
Example files:&lt;br /&gt;
 ADAPTER_IP_INTERFACES.csv&lt;br /&gt;
 ADAPTER_LINE_INTERFACE_LINE_SERVICES.csv&lt;br /&gt;
 ADAPTER_LINE_INTERFACES.csv&lt;br /&gt;
 ADAPTER_SENSORS.csv&lt;br /&gt;
 ADAPTER_USAGE.csv&lt;br /&gt;
 DATABASE.csv&lt;br /&gt;
 ISUP_INTERFACE_CIC_GROUPS.csv&lt;br /&gt;
 ISUP_INTERFACES.csv&lt;br /&gt;
 MTP2_LINKS.csv&lt;br /&gt;
 MTP3_LINKS.csv&lt;br /&gt;
 MTP3_LINKSETS.csv&lt;br /&gt;
 MTP3_ROUTES.csv&lt;br /&gt;
 NAPS_24hour_data.csv&lt;br /&gt;
 NAPS.csv&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Tbstatus_monitoring</id>
		<title>Tbstatus monitoring</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Tbstatus_monitoring"/>
				<updated>2014-04-29T09:52:41Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Created page with &amp;quot;Tbstatus monitoring is a ruby script which makes use of the tbstatus application to gather statistics on a system. It calls tbstatus periodically with parameters according to ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tbstatus monitoring is a ruby script which makes use of the tbstatus application to gather statistics on a system. It calls tbstatus periodically with parameters according to the configuration file (tbstatus.yml). Results are presented in .csv files per selected module. This includes any statistics that tbstatus can gather. E.g. trunks, signaling links status, ISUP interface status, NAPs status, calls status, etc.&lt;br /&gt;
&lt;br /&gt;
== Download the script ==&lt;br /&gt;
Download the script here: [[media:Tbstatus_monitor.zip]].&lt;br /&gt;
&lt;br /&gt;
== Adjust configuration file ==&lt;br /&gt;
Change the configuration file to select the required monitoring modules. This can be done by editing the &amp;lt;b&amp;gt;tbstatus.yml&amp;lt;/b&amp;gt; file, you will see the below lines within.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
* To specify the output .csv file name&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_file: DATABASE.csv&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To specify the file rotation period&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_rotation_period: daily&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To specify the statistics gathering interval&lt;br /&gt;
&amp;lt;pre&amp;gt;slog_update_interval: 15m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Configure the required module statistics&lt;br /&gt;
Comment out the lines (statistics) which are not required with a &amp;quot;#&amp;quot; sign. This reduces the number of files and the columns within files generated.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Below example gathers the ISUP interface cic group statistics:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  - ISUP_INTERFACE_CIC_GROUPS:&lt;br /&gt;
      slog_file: ISUP_INTERFACE_CIC_GROUPS.csv&lt;br /&gt;
      slog_rotation_period: daily&lt;br /&gt;
      slog_update_interval: 15m&lt;br /&gt;
      paths:&lt;br /&gt;
        - /isup/interface/cic_group:&lt;br /&gt;
#         - desired_group_state&lt;br /&gt;
#         - start_continuity_check&lt;br /&gt;
#         - interface_down&lt;br /&gt;
          - idle_cnt&lt;br /&gt;
          - incoming_cnt&lt;br /&gt;
          - outgoing_cnt&lt;br /&gt;
          - locally_blocked_cnt&lt;br /&gt;
          - remotely_blocked_cnt&lt;br /&gt;
          - locally_remotely_blocked_cnt&lt;br /&gt;
          - reset_cnt&lt;br /&gt;
          - suspended_cnt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Execute the script in deamon mode ==&lt;br /&gt;
* Transfer the .zip file containing the script tbstatus.rb, and the configuration file tbstatus.yml to the host of TMG800, TMG3200 or TMG7800-CTRL using sFTP (Filezilla or Winscp)&lt;br /&gt;
&lt;br /&gt;
* Uncompress the file&lt;br /&gt;
 tar xzf tbstatus_monitor.tgz&lt;br /&gt;
 cd tbstatus_monitor&lt;br /&gt;
&lt;br /&gt;
* Change the script file permission&lt;br /&gt;
 chmod +x tbstatus.rb&lt;br /&gt;
&lt;br /&gt;
* Execute tbstatus script in daemon mode&lt;br /&gt;
 nohup ./tbstatus.rb -d &amp;amp;&lt;br /&gt;
&lt;br /&gt;
* To stop it, kill the process&lt;br /&gt;
 [root@TB007036 ~]# ps -ef | grep tbstatus&lt;br /&gt;
  root 20800 15165 0 04:17 pts/0 00:00:01 /usr/bin/ruby ./tbstatus.rb -d&lt;br /&gt;
  root 23191 15165 0 04:46 pts/0 00:00:00 grep tbstatus&lt;br /&gt;
 [root@TB007036 ~]# kill -9 20800&lt;br /&gt;
&lt;br /&gt;
== Execute the script on the Web Portal ==&lt;br /&gt;
&amp;lt;b&amp;gt;Alternatively&amp;lt;/b&amp;gt;, you can start the tbstatus monitor tool in with Toolpack. Therefore, the script will start and stop automatically at the same time as Toolpack service:&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*On the Web Portal, Go to Host -&amp;gt; Applications -&amp;gt; Create New Application&lt;br /&gt;
 Name: tbstatus_monitor&lt;br /&gt;
 Application Type: user-specific&lt;br /&gt;
 bin path: /root/tbstatus_monitor/tbstatus.rb&lt;br /&gt;
 working path: /root/tbstatus_monitor&lt;br /&gt;
 Command line arguments: -f tbstatus.yml -d&lt;br /&gt;
&lt;br /&gt;
== Collect the data ==&lt;br /&gt;
* Multiple .csv files will be created in the same directory. They will be rotated and zipped according to the yml configuration. These files can be extracted from the unit with sFTP, or SSH scp commands to be analyzed by an external system.&lt;br /&gt;
Example files:&lt;br /&gt;
 ADAPTER_IP_INTERFACES.csv&lt;br /&gt;
 ADAPTER_LINE_INTERFACE_LINE_SERVICES.csv&lt;br /&gt;
 ADAPTER_LINE_INTERFACES.csv&lt;br /&gt;
 ADAPTER_SENSORS.csv&lt;br /&gt;
 ADAPTER_USAGE.csv&lt;br /&gt;
 DATABASE.csv&lt;br /&gt;
 ISUP_INTERFACE_CIC_GROUPS.csv&lt;br /&gt;
 ISUP_INTERFACES.csv&lt;br /&gt;
 MTP2_LINKS.csv&lt;br /&gt;
MTP3_LINKS.csv&lt;br /&gt;
MTP3_LINKSETS.csv&lt;br /&gt;
MTP3_ROUTES.csv&lt;br /&gt;
NAPS_24hour_data.csv&lt;br /&gt;
NAPS.csv&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/File:Tbstatus_monitor.zip</id>
		<title>File:Tbstatus monitor.zip</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/File:Tbstatus_monitor.zip"/>
				<updated>2014-04-29T09:37:55Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Tbstatus Monitoring Script&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tbstatus Monitoring Script&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Add/Change_Licenses_2-5</id>
		<title>Add/Change Licenses 2-5</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Add/Change_Licenses_2-5"/>
				<updated>2014-02-19T09:56:08Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Added a link to &amp;quot;Verify_Licenses&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== '''''Applies to version(s): v2.5, v2.6, v2.7.''''' ===&lt;br /&gt;
{{DISPLAYTITLE:Add/Change Licenses}}&lt;br /&gt;
TelcoBridges uses a license-based approach to activate various software or hardware functions in [[Toolpack]] or the underlying hardware. When installing Toolpack, implementing new software capabilities, or following the addition of a hardware module, you may be required to add or modify a license. The following instructions will enable you to do so. &lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Uploading licenses via the Web portal ==&lt;br /&gt;
# Got to the primary host edit status page &amp;lt;br&amp;gt; [[Image:Add Change Licenses 1.png|800px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# Select the primary host &amp;lt;br&amp;gt; [[Image:Add Change Licenses 2.png|800px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# Choose 'Upload license' in the host control action combo box &amp;lt;br&amp;gt; [[Image:Add Change Licenses 3.png|800px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# Select the license file and click the 'Apply action' button&lt;br /&gt;
# Wait for the page to reload and then monitor the process by pressing the ''now'' button from time to time&lt;br /&gt;
# After license update, click [[Verify_Licenses|here]] to see how to verify the license installation status&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''IMPORTANT: You will need to restart the Tmedia unit(s) to apply the changes after installing a new license, except if it is for extending the end date, or to make it permanent.'''&lt;br /&gt;
&lt;br /&gt;
To do this, reboot the unit (will drop active calls)&lt;br /&gt;
 Status -&amp;gt; Hardware Units -&amp;gt; Click on the unit Serial Number -&amp;gt; Reboot unit&lt;br /&gt;
It will take about 1.5 minutes to restart the unit.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;For more information see the [[Host-control|host control]] page&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Verify_Licenses</id>
		<title>Verify Licenses</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Verify_Licenses"/>
				<updated>2014-02-19T09:52:18Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: /* Applies to version(s): v2.5, v2.6, v2.7. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== '''''Applies to version(s): v2.5, v2.6, v2.7.''''' ===&lt;br /&gt;
{{DISPLAYTITLE:Verify Licenses}}&lt;br /&gt;
TelcoBridges uses a license-based approach to activate various software or hardware functions in [[Toolpack]] or the underlying hardware. When installing Toolpack, implementing new software capabilities, or following the addition of a hardware module. After you have installed the license, you need to verify the license installation result.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Verifying licenses via the Web portal ==&lt;br /&gt;
# Got to the Hardware Unit's Status page &amp;lt;br&amp;gt; [[Image:Verify Licenses 1.png|700px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# Select the hardware serial number &amp;lt;br&amp;gt;&lt;br /&gt;
# In the &amp;quot;States&amp;quot; tab, look for the below fields:&lt;br /&gt;
## Oam last license install result	&lt;br /&gt;
## Oam last license install time&lt;br /&gt;
## License about to expire&lt;br /&gt;
## License expired&lt;br /&gt;
## License days left &amp;lt;br&amp;gt; [[Image:Verify Licenses 2.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# Try to reload the page in case if the license installation is still in progress. Monitor the process by pressing the ''now'' button from time to time. &amp;lt;br&amp;gt; [[Image:Verify Licenses 3.png|700px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# Check the license details in the &amp;quot;Licensed features&amp;quot; tab &amp;lt;br&amp;gt; [[Image:Verify Licenses 4.png|600px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Verify_Licenses</id>
		<title>Verify Licenses</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Verify_Licenses"/>
				<updated>2014-02-19T09:47:53Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: Created page with &amp;quot;=== '''''Applies to version(s): v2.5, v2.6, v2.7.''''' === {{DISPLAYTITLE:Add/Change Licenses}} TelcoBridges uses a license-based approach to activate various software or hard...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== '''''Applies to version(s): v2.5, v2.6, v2.7.''''' ===&lt;br /&gt;
{{DISPLAYTITLE:Add/Change Licenses}}&lt;br /&gt;
TelcoBridges uses a license-based approach to activate various software or hardware functions in [[Toolpack]] or the underlying hardware. When installing Toolpack, implementing new software capabilities, or following the addition of a hardware module. After you have installed the license, you need to verify the license installation result.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Verifying licenses via the Web portal ==&lt;br /&gt;
# Got to the Hardware Unit's Status page &amp;lt;br&amp;gt; [[Image:Verify Licenses 1.png|700px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# Select the hardware serial number &amp;lt;br&amp;gt;&lt;br /&gt;
# In the &amp;quot;States&amp;quot; tab, look for the below fields:&lt;br /&gt;
## Oam last license install result	&lt;br /&gt;
## Oam last license install time&lt;br /&gt;
## License about to expire&lt;br /&gt;
## License expired&lt;br /&gt;
## License days left &amp;lt;br&amp;gt; [[Image:Verify Licenses 2.png|400px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# Try to reload the page in case if the license installation is still in progress. Monitor the process by pressing the ''now'' button from time to time. &amp;lt;br&amp;gt; [[Image:Verify Licenses 3.png|700px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
# Check the license details in the &amp;quot;Licensed features&amp;quot; tab &amp;lt;br&amp;gt; [[Image:Verify Licenses 4.png|600px]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/File:Verify_Licenses_4.png</id>
		<title>File:Verify Licenses 4.png</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/File:Verify_Licenses_4.png"/>
				<updated>2014-02-19T09:45:05Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/File:Verify_Licenses_3.png</id>
		<title>File:Verify Licenses 3.png</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/File:Verify_Licenses_3.png"/>
				<updated>2014-02-19T09:41:34Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/File:Verify_Licenses_2.png</id>
		<title>File:Verify Licenses 2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/File:Verify_Licenses_2.png"/>
				<updated>2014-02-19T09:41:21Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/File:Verify_Licenses_1.png</id>
		<title>File:Verify Licenses 1.png</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/File:Verify_Licenses_1.png"/>
				<updated>2014-02-19T09:41:08Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support</id>
		<title>Support:Contacting TelcoBridges technical support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support"/>
				<updated>2014-01-07T02:25:56Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Technical support is available via either of the following channels: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''Americas &amp;amp;amp; Europe Technical Support Centre&amp;amp;nbsp;(GMT-05:00,&amp;amp;nbsp; Montreal)''' &lt;br /&gt;
&lt;br /&gt;
Telephone: +1-450-655-8993 x131 or x102 &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
TBsupport tracking system: https://support.telcobridges.com:2443&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Asia Technical Support Centre (GMT +08:00, Hong Kong)''' &lt;br /&gt;
&lt;br /&gt;
Telephone: +852-3749-9818 &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''24/7 Support''' '''International'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Telephone: +1-866-438-4703 &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English &lt;br /&gt;
&lt;br /&gt;
Note: For customers for who have purchased 24/7 TBSupport bank of hours, please contact TBSupport via this 24/7 hotline for emergency non-office hours support. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Instant Messenger/chat (Windows live messenger/Skype)''' &lt;br /&gt;
&lt;br /&gt;
Send request to [mailto:support@telcobridges.com support@telcobridges.com] for contacts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
'''Please kindly note that Telcobridges will close during the holidays as following. Please call 24/7 Support International for emergency if you have purchased 24/7 TBSupport bank of hours'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+Montreal Public Holidays 2014&lt;br /&gt;
|-&lt;br /&gt;
|New Year's day&lt;br /&gt;
|January 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Day After New Year's day	&lt;br /&gt;
|January 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 18, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 21, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Patriotes	&lt;br /&gt;
|May 19, 2014&lt;br /&gt;
|-&lt;br /&gt;
|St-Jean	&lt;br /&gt;
|June 24, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Canada Day	&lt;br /&gt;
|July 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Labour day	&lt;br /&gt;
|September 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Thanksgiving	&lt;br /&gt;
|October 13, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Christmas	&lt;br /&gt;
|December 25, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Boxing Day	&lt;br /&gt;
|December 26, 2014&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+[http://www.gov.hk/en/about/abouthk/holiday Hong Kong Public Holidays 2014]&lt;br /&gt;
|-&lt;br /&gt;
|First day of January&lt;br /&gt;
|January 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Lunar New Year's Day	&lt;br /&gt;
|January 31, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The second day of the Lunar New Year	&lt;br /&gt;
|February 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The third day of the Lunar New Year	&lt;br /&gt;
|February 3, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Ching Ming Festival	&lt;br /&gt;
|April 5, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 18, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following Good Friday 	&lt;br /&gt;
|April 19, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 21, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Labour Day	&lt;br /&gt;
|May 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The Birthday of the Buddha 	&lt;br /&gt;
|May 6, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Tuen Ng Festival 	&lt;br /&gt;
|June 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following HKSAR Establishment Day	&lt;br /&gt;
|July 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following Chinese Mid-Autumn Festival	&lt;br /&gt;
|September 9, 2014&lt;br /&gt;
|-&lt;br /&gt;
|National Day	&lt;br /&gt;
|October 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Chung Yeung Festival	&lt;br /&gt;
|October 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Christmas Day	&lt;br /&gt;
|December 25, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The first weekday after Christmas Day	&lt;br /&gt;
|December 26, 2014&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support</id>
		<title>Support:Contacting TelcoBridges technical support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support"/>
				<updated>2013-12-21T01:57:36Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Technical support is available via either of the following channels: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''Americas &amp;amp;amp; Europe Technical Support Centre&amp;amp;nbsp;(GMT-05:00,&amp;amp;nbsp; Montreal)''' &lt;br /&gt;
&lt;br /&gt;
Telephone: +1-450-655-8993 x131 or x102 &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
TBsupport tracking system: https://support.telcobridges.com:2443&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Asia Technical Support Centre (GMT +08:00, Hong Kong)''' &lt;br /&gt;
&lt;br /&gt;
Telephone: +852-3749-9818 &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''24/7 Support''' '''International'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Telephone: +1-866-438-4703 &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English &lt;br /&gt;
&lt;br /&gt;
Note: For customers for who have purchased 24/7 TBSupport bank of hours, please contact TBSupport via this 24/7 hotline for emergency non-office hours support. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Instant Messenger/chat (Windows live messenger/Skype)''' &lt;br /&gt;
&lt;br /&gt;
Send request to [mailto:support@telcobridges.com support@telcobridges.com] for contacts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
'''Please kindly note that Telcobridges will close during the holidays as following. Please call 24/7 Support International for emergency if you have purchased 24/7 TBSupport bank of hours'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+Montreal Public Holidays 2013&lt;br /&gt;
|-&lt;br /&gt;
|New Year's day&lt;br /&gt;
|January 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Day After New Year's day	&lt;br /&gt;
|January 2, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|March 29, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Patriotes	&lt;br /&gt;
|May 20, 2013&lt;br /&gt;
|-&lt;br /&gt;
|St-Jean	&lt;br /&gt;
|June 24, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Canada Day	&lt;br /&gt;
|July 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Labour day	&lt;br /&gt;
|September 2, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Thanksgiving	&lt;br /&gt;
|October 14, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Christmas&lt;br /&gt;
|December 24, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Christmas&lt;br /&gt;
|December 25, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Boxing Day&lt;br /&gt;
|December 26, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Christmas	&lt;br /&gt;
|December 27, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Last day of the year	&lt;br /&gt;
|December 31, 2013&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+Montreal Public Holidays 2014&lt;br /&gt;
|-&lt;br /&gt;
|New Year's day&lt;br /&gt;
|January 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Day After New Year's day	&lt;br /&gt;
|January 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 18, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 21, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Patriotes	&lt;br /&gt;
|May 19, 2014&lt;br /&gt;
|-&lt;br /&gt;
|St-Jean	&lt;br /&gt;
|June 24, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Canada Day	&lt;br /&gt;
|July 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Labour day	&lt;br /&gt;
|September 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Thanksgiving	&lt;br /&gt;
|October 13, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Christmas	&lt;br /&gt;
|December 25, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Boxing Day	&lt;br /&gt;
|December 26, 2014&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+[http://www.gov.hk/en/about/abouthk/holiday Hong Kong Public Holidays 2013]&lt;br /&gt;
|-&lt;br /&gt;
|First day of January&lt;br /&gt;
|January 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Lunar New Year's Day	&lt;br /&gt;
|February 11, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The second day of the Lunar New Year	&lt;br /&gt;
|February 12, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The third day of the Lunar New Year	&lt;br /&gt;
|February 13, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|March 29, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The day following Good Friday 	&lt;br /&gt;
|March 30, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Ching Ming Festival	&lt;br /&gt;
|April 4, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Labour Day	&lt;br /&gt;
|May 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The Birthday of the Buddha 	&lt;br /&gt;
|May 17, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Tuen Ng Festival 	&lt;br /&gt;
|June 12, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The day following HKSAR Establishment Day	&lt;br /&gt;
|July 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The day following Chinese Mid-Autumn Festival	&lt;br /&gt;
|September 20, 2013&lt;br /&gt;
|-&lt;br /&gt;
|National Day	&lt;br /&gt;
|October 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The Day Following the Chung Yeung Festival	&lt;br /&gt;
|October 14, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Christmas Day	&lt;br /&gt;
|December 25, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The first weekday after Christmas Day	&lt;br /&gt;
|December 26, 2013&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+[http://www.gov.hk/en/about/abouthk/holiday Hong Kong Public Holidays 2014]&lt;br /&gt;
|-&lt;br /&gt;
|First day of January&lt;br /&gt;
|January 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Lunar New Year's Day	&lt;br /&gt;
|January 31, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The second day of the Lunar New Year	&lt;br /&gt;
|February 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The third day of the Lunar New Year	&lt;br /&gt;
|February 3, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Ching Ming Festival	&lt;br /&gt;
|April 5, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 18, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following Good Friday 	&lt;br /&gt;
|April 19, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 21, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Labour Day	&lt;br /&gt;
|May 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The Birthday of the Buddha 	&lt;br /&gt;
|May 6, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Tuen Ng Festival 	&lt;br /&gt;
|June 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following HKSAR Establishment Day	&lt;br /&gt;
|July 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following Chinese Mid-Autumn Festival	&lt;br /&gt;
|September 9, 2014&lt;br /&gt;
|-&lt;br /&gt;
|National Day	&lt;br /&gt;
|October 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Chung Yeung Festival	&lt;br /&gt;
|October 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Christmas Day	&lt;br /&gt;
|December 25, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The first weekday after Christmas Day	&lt;br /&gt;
|December 26, 2014&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support</id>
		<title>Support:Contacting TelcoBridges technical support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support"/>
				<updated>2013-12-20T08:23:47Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Technical support is available via either of the following channels: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''Americas &amp;amp;amp; Europe Technical Support Centre&amp;amp;nbsp;(GMT-05:00,&amp;amp;nbsp; Montreal)''' &lt;br /&gt;
&lt;br /&gt;
Telephone: +1-450-655-8993 x131 or x102 &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
TBsupport tracking system: https://support.telcobridges.com:2443&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Asia Technical Support Centre (GMT +08:00, Hong Kong)''' &lt;br /&gt;
&lt;br /&gt;
Telephone: +852-3749-9818 &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''24/7 Support''' '''International'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Telephone: +1-866-438-4703 &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English &lt;br /&gt;
&lt;br /&gt;
Note: For customers for who have purchased 24/7 TBSupport bank of hours, please contact TBSupport via this 24/7 hotline for emergency non-office hours support. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Instant Messenger/chat (Windows live messenger/Skype)''' &lt;br /&gt;
&lt;br /&gt;
Send request to [mailto:support@telcobridges.com support@telcobridges.com] for contacts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+Montreal Public Holidays 2013&lt;br /&gt;
|-&lt;br /&gt;
|New Year's day&lt;br /&gt;
|January 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Day After New Year's day	&lt;br /&gt;
|January 2, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|March 29, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Patriotes	&lt;br /&gt;
|May 20, 2013&lt;br /&gt;
|-&lt;br /&gt;
|St-Jean	&lt;br /&gt;
|June 24, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Canada Day	&lt;br /&gt;
|July 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Labour day	&lt;br /&gt;
|September 2, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Thanksgiving	&lt;br /&gt;
|October 14, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Christmas&lt;br /&gt;
|December 24, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Christmas&lt;br /&gt;
|December 25, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Boxing Day&lt;br /&gt;
|December 26, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Christmas	&lt;br /&gt;
|December 27, 2013&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+Montreal Public Holidays 2014&lt;br /&gt;
|-&lt;br /&gt;
|New Year's day&lt;br /&gt;
|January 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Day After New Year's day	&lt;br /&gt;
|January 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 18, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 21, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Patriotes	&lt;br /&gt;
|May 19, 2014&lt;br /&gt;
|-&lt;br /&gt;
|St-Jean	&lt;br /&gt;
|June 24, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Canada Day	&lt;br /&gt;
|July 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Labour day	&lt;br /&gt;
|September 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Thanksgiving	&lt;br /&gt;
|October 13, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Christmas	&lt;br /&gt;
|December 25, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Boxing Day	&lt;br /&gt;
|December 26, 2014&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+[http://www.gov.hk/en/about/abouthk/holiday Hong Kong Public Holidays 2013]&lt;br /&gt;
|-&lt;br /&gt;
|First day of January&lt;br /&gt;
|January 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Lunar New Year's Day	&lt;br /&gt;
|February 11, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The second day of the Lunar New Year	&lt;br /&gt;
|February 12, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The third day of the Lunar New Year	&lt;br /&gt;
|February 13, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|March 29, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The day following Good Friday 	&lt;br /&gt;
|March 30, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Ching Ming Festival	&lt;br /&gt;
|April 4, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Labour Day	&lt;br /&gt;
|May 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The Birthday of the Buddha 	&lt;br /&gt;
|May 17, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Tuen Ng Festival 	&lt;br /&gt;
|June 12, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The day following HKSAR Establishment Day	&lt;br /&gt;
|July 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The day following Chinese Mid-Autumn Festival	&lt;br /&gt;
|September 20, 2013&lt;br /&gt;
|-&lt;br /&gt;
|National Day	&lt;br /&gt;
|October 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The Day Following the Chung Yeung Festival	&lt;br /&gt;
|October 14, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Christmas Day	&lt;br /&gt;
|December 25, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The first weekday after Christmas Day	&lt;br /&gt;
|December 26, 2013&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+[http://www.gov.hk/en/about/abouthk/holiday Hong Kong Public Holidays 2014]&lt;br /&gt;
|-&lt;br /&gt;
|First day of January&lt;br /&gt;
|January 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Lunar New Year's Day	&lt;br /&gt;
|January 31, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The second day of the Lunar New Year	&lt;br /&gt;
|February 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The third day of the Lunar New Year	&lt;br /&gt;
|February 3, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Ching Ming Festival	&lt;br /&gt;
|April 5, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 18, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following Good Friday 	&lt;br /&gt;
|April 19, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 21, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Labour Day	&lt;br /&gt;
|May 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The Birthday of the Buddha 	&lt;br /&gt;
|May 6, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Tuen Ng Festival 	&lt;br /&gt;
|June 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following HKSAR Establishment Day	&lt;br /&gt;
|July 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following Chinese Mid-Autumn Festival	&lt;br /&gt;
|September 9, 2014&lt;br /&gt;
|-&lt;br /&gt;
|National Day	&lt;br /&gt;
|October 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Chung Yeung Festival	&lt;br /&gt;
|October 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Christmas Day	&lt;br /&gt;
|December 25, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The first weekday after Christmas Day	&lt;br /&gt;
|December 26, 2014&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support</id>
		<title>Support:Contacting TelcoBridges technical support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Support:Contacting_TelcoBridges_technical_support"/>
				<updated>2013-12-13T09:27:40Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Technical support is available via either of the following channels: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''Americas &amp;amp;amp; Europe Technical Support Centre&amp;amp;nbsp;(GMT-05:00,&amp;amp;nbsp; Montreal)''' &lt;br /&gt;
&lt;br /&gt;
Telephone: +1-450-655-8993 x131 or x102 &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
TBsupport tracking system: https://support.telcobridges.com:2443&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Asia Technical Support Centre (GMT +08:00, Hong Kong)''' &lt;br /&gt;
&lt;br /&gt;
Telephone: +852-3749-9818 &lt;br /&gt;
&lt;br /&gt;
E-mail: [mailto:support@telcobridges.com support@telcobridges.com] &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, French, Mandarin, Cantonese &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''24/7 Support''' '''International'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Telephone: +1-866-438-4703 &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English &lt;br /&gt;
&lt;br /&gt;
Note: For customers for who have purchased 24/7 TBSupport bank of hours, please contact TBSupport via this 24/7 hotline for emergency non-office hours support. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Instant Messenger/chat (Windows live messenger/Skype)''' &lt;br /&gt;
&lt;br /&gt;
Send request to [mailto:support@telcobridges.com support@telcobridges.com] for contacts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+Montreal Public Holidays 2013&lt;br /&gt;
|-&lt;br /&gt;
|New Year's day&lt;br /&gt;
|January 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Day After New Year's day	&lt;br /&gt;
|January 2, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|March 29, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Patriotes	&lt;br /&gt;
|May 20, 2013&lt;br /&gt;
|-&lt;br /&gt;
|St-Jean	&lt;br /&gt;
|June 24, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Canada Day	&lt;br /&gt;
|July 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Labour day	&lt;br /&gt;
|September 2, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Thanksgiving	&lt;br /&gt;
|October 14, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Christmas	&lt;br /&gt;
|December 25, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Boxing Day	&lt;br /&gt;
|December 26, 2013&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+Montreal Public Holidays 2014&lt;br /&gt;
|-&lt;br /&gt;
|New Year's day&lt;br /&gt;
|January 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Day After New Year's day	&lt;br /&gt;
|January 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 18, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 21, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Patriotes	&lt;br /&gt;
|May 19, 2014&lt;br /&gt;
|-&lt;br /&gt;
|St-Jean	&lt;br /&gt;
|June 24, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Canada Day	&lt;br /&gt;
|July 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Labour day	&lt;br /&gt;
|September 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Thanksgiving	&lt;br /&gt;
|October 13, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Christmas	&lt;br /&gt;
|December 25, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Boxing Day	&lt;br /&gt;
|December 26, 2014&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+[http://www.gov.hk/en/about/abouthk/holiday Hong Kong Public Holidays 2013]&lt;br /&gt;
|-&lt;br /&gt;
|First day of January&lt;br /&gt;
|January 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Lunar New Year's Day	&lt;br /&gt;
|February 11, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The second day of the Lunar New Year	&lt;br /&gt;
|February 12, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The third day of the Lunar New Year	&lt;br /&gt;
|February 13, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|March 29, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The day following Good Friday 	&lt;br /&gt;
|March 30, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Ching Ming Festival	&lt;br /&gt;
|April 4, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Labour Day	&lt;br /&gt;
|May 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The Birthday of the Buddha 	&lt;br /&gt;
|May 17, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Tuen Ng Festival 	&lt;br /&gt;
|June 12, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The day following HKSAR Establishment Day	&lt;br /&gt;
|July 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The day following Chinese Mid-Autumn Festival	&lt;br /&gt;
|September 20, 2013&lt;br /&gt;
|-&lt;br /&gt;
|National Day	&lt;br /&gt;
|October 1, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The Day Following the Chung Yeung Festival	&lt;br /&gt;
|October 14, 2013&lt;br /&gt;
|-&lt;br /&gt;
|Christmas Day	&lt;br /&gt;
|December 25, 2013&lt;br /&gt;
|-&lt;br /&gt;
|The first weekday after Christmas Day	&lt;br /&gt;
|December 26, 2013&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
|+[http://www.gov.hk/en/about/abouthk/holiday Hong Kong Public Holidays 2014]&lt;br /&gt;
|-&lt;br /&gt;
|First day of January&lt;br /&gt;
|January 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Lunar New Year's Day	&lt;br /&gt;
|January 31, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The second day of the Lunar New Year	&lt;br /&gt;
|February 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The third day of the Lunar New Year	&lt;br /&gt;
|February 3, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Ching Ming Festival	&lt;br /&gt;
|April 5, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Good Friday	&lt;br /&gt;
|April 18, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following Good Friday 	&lt;br /&gt;
|April 19, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Easter Monday	&lt;br /&gt;
|April 21, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Labour Day	&lt;br /&gt;
|May 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The Birthday of the Buddha 	&lt;br /&gt;
|May 6, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Tuen Ng Festival 	&lt;br /&gt;
|June 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following HKSAR Establishment Day	&lt;br /&gt;
|July 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The day following Chinese Mid-Autumn Festival	&lt;br /&gt;
|September 9, 2014&lt;br /&gt;
|-&lt;br /&gt;
|National Day	&lt;br /&gt;
|October 1, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Chung Yeung Festival	&lt;br /&gt;
|October 2, 2014&lt;br /&gt;
|-&lt;br /&gt;
|Christmas Day	&lt;br /&gt;
|December 25, 2014&lt;br /&gt;
|-&lt;br /&gt;
|The first weekday after Christmas Day	&lt;br /&gt;
|December 26, 2014&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Toolpack_prerequisite_CentOS5_A</id>
		<title>Toolpack prerequisite CentOS5 A</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Toolpack_prerequisite_CentOS5_A"/>
				<updated>2013-10-29T09:14:04Z</updated>
		
		<summary type="html">&lt;p&gt;Candy Chan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page shows the Toolpack 2-5, 2-6 and 2-7 prerequisites for CentOS 5.5, 5.6, 5.7 and 5.8.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt;&lt;br /&gt;
''WARNING'': The host MUST have CentOS 5.5, 5.6, 5.7 or 5.8 installed. If you don't want to update your host, please follow the [[Toolpack prerequisite CentOS5 2-5 manual| manual procedure]] instead.&lt;br /&gt;
&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt;&lt;br /&gt;
''WARNING'': If you followed the [[Toolpack prerequisite CentOS5 2-5 manual| manual procedure]] on the system before, you '''MUST NOT''' use the steps on this page before doing a cleanup of the previously installed files. You should ask Telcobridges support for help with the cleanup.&lt;br /&gt;
&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#B22222&amp;quot;&amp;gt;&lt;br /&gt;
''WARNING'': This procedure requires internet access and a DNS configured on your unit.&lt;br /&gt;
&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Stop toolpack system (if it is running)  ==&lt;br /&gt;
&lt;br /&gt;
 tbtoolpack stop&lt;br /&gt;
&lt;br /&gt;
== TelcoBridges repository  ==&lt;br /&gt;
&lt;br /&gt;
Add TelcoBridges repository file &lt;br /&gt;
&lt;br /&gt;
 vim /etc/yum.repos.d/TB-Base.repo&lt;br /&gt;
&lt;br /&gt;
Paste the following information in that file: &lt;br /&gt;
&lt;br /&gt;
 # TelcoBridges-Base.repo&lt;br /&gt;
 #&lt;br /&gt;
 # This repository is using TelcoBridges frozen version of CentOS&lt;br /&gt;
 # to help client installing the required version of the&lt;br /&gt;
 # applications required to run Toolpack&lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 [tb-base]&lt;br /&gt;
 name=TelcoBridges-$releasever - Base&lt;br /&gt;
 baseurl=http://repo.telcobridges.com/centos/5/os/$basearch/&lt;br /&gt;
 gpgcheck=1&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5&lt;br /&gt;
 &lt;br /&gt;
 #released updates&lt;br /&gt;
 [tb-updates]&lt;br /&gt;
 name=TelcoBridges-$releasever - Updates&lt;br /&gt;
 baseurl=http://repo.telcobridges.com/centos/5/updates/$basearch/&lt;br /&gt;
 gpgcheck=1&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5-tb&lt;br /&gt;
&lt;br /&gt;
== Get TelcoBridges repository key ==&lt;br /&gt;
&lt;br /&gt;
 cd /etc/pki/rpm-gpg/&lt;br /&gt;
 wget http://repo.telcobridges.com/centos/RPM-GPG-KEY-CentOS-5-tb&lt;br /&gt;
&lt;br /&gt;
== CentOS update  ==&lt;br /&gt;
&lt;br /&gt;
Update your system to CentOS 5.8&lt;br /&gt;
&lt;br /&gt;
 yum clean metadata&lt;br /&gt;
 yum update&lt;br /&gt;
&lt;br /&gt;
=== Reply to ARP only on local interfaces ===&lt;br /&gt;
&lt;br /&gt;
Modify the file /etc/sysctl.conf to add the following lines:&lt;br /&gt;
&lt;br /&gt;
  net.ipv4.conf.default.arp_ignore=1&lt;br /&gt;
  net.ipv4.conf.all.arp_ignore=1&lt;br /&gt;
&lt;br /&gt;
Then restart network interfaces using the following command:&lt;br /&gt;
&lt;br /&gt;
  /etc/init.d/network restart&lt;br /&gt;
&lt;br /&gt;
=== Disabling SELinux ===&lt;br /&gt;
&lt;br /&gt;
Check SELinux status&lt;br /&gt;
&lt;br /&gt;
  sestatus&lt;br /&gt;
&lt;br /&gt;
If SELinux is enable, see the [[SELinux_management|Disabling SELinux]] article to disable it.&lt;br /&gt;
&lt;br /&gt;
== Install Toolpack Prerequisites  ==&lt;br /&gt;
&lt;br /&gt;
When asked to 'Importing GPG key', answer yes. &lt;br /&gt;
&lt;br /&gt;
 yum groupinstall Toolpack-Prerequisites&lt;br /&gt;
&lt;br /&gt;
==== Possible Dependencies Issue ====&lt;br /&gt;
If you meet an issue which blocks the installation with error that is related to &amp;quot;dovecot&amp;quot;. Do the following and retry the &amp;quot;groupinstall&amp;quot; command to restart installation.&lt;br /&gt;
&lt;br /&gt;
  yum remove dovecot&lt;br /&gt;
&lt;br /&gt;
=== Install Gem ===&lt;br /&gt;
&lt;br /&gt;
 wget http://download.distribution.telcobridges.com/3rdparty/prerequisite/bin/linux/bundler-1.2.3.gem&lt;br /&gt;
 gem install --local ./bundler-1.2.3.gem&lt;br /&gt;
&lt;br /&gt;
 wget http://download.distribution.telcobridges.com/3rdparty/prerequisite/bin/linux/json-1.7.7.gem&lt;br /&gt;
 gem install --local ./json-1.7.7.gem&lt;br /&gt;
&lt;br /&gt;
== Apply kernel patches (if any)  ==&lt;br /&gt;
&lt;br /&gt;
 shutdown -r now &lt;br /&gt;
&lt;br /&gt;
Once rebooted, be sure that Toolpack system is stopped before manipulating MySQL.&lt;br /&gt;
&lt;br /&gt;
 tbtoolpack stop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure ODBC  ===&lt;br /&gt;
&lt;br /&gt;
 vim /etc/odbcinst.ini&lt;br /&gt;
&lt;br /&gt;
Remove the '#' in front of each lines of the [MySQL] section Modify the 'Driver' line to set the correct driver &lt;br /&gt;
&lt;br /&gt;
Example for 32 bits system: &lt;br /&gt;
&lt;br /&gt;
 [MySQL]&lt;br /&gt;
 Description     = ODBC for MySQL&lt;br /&gt;
 Driver          = /usr/lib/libmyodbc5.so&lt;br /&gt;
 Setup           = /usr/lib/libodbcmyS.so&lt;br /&gt;
 FileUsage       = 1	&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; Example for 64 bits system: &lt;br /&gt;
&lt;br /&gt;
 [MySQL]&lt;br /&gt;
 Description     = ODBC for MySQL&lt;br /&gt;
 Driver          = /usr/lib64/libmyodbc5.so&lt;br /&gt;
 Setup           = /usr/lib/libodbcmyS.so&lt;br /&gt;
 FileUsage       = 1	&lt;br /&gt;
&lt;br /&gt;
=== Configure MySQL  ===&lt;br /&gt;
&lt;br /&gt;
 vim /etc/my.cnf&lt;br /&gt;
&lt;br /&gt;
Add these variables in the file under the [mysqld] section: &lt;br /&gt;
&lt;br /&gt;
*log-bin &lt;br /&gt;
*server-id=''[UniqueId]'' &lt;br /&gt;
&lt;br /&gt;
The server-id needs to be a non-zero unique value (do not use 0). If you use the host redundancy feature, the value needs to be different on each host . &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; Add max_allowed_packet to increase the maximum size of binary blobs in the database. Make sure it is in the [mysqld] section AND [mysqldump] section &lt;br /&gt;
&lt;br /&gt;
  max_allowed_packet = 200MB&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; Add below to remove database dependencies with DNS servers '''(**Applicable to TMG users only)''' &lt;br /&gt;
&lt;br /&gt;
  skip-name-resolve&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 datadir=/var/lib/mysql&lt;br /&gt;
 socket=/var/lib/mysql/mysql.sock&lt;br /&gt;
 user=mysql&lt;br /&gt;
 log-bin&lt;br /&gt;
 server-id=5876&lt;br /&gt;
 max_allowed_packet = 200MB&lt;br /&gt;
 &lt;br /&gt;
 # Default to using old password format for compatibility with mysql 3.x&lt;br /&gt;
 # clients (those using the mysqlclient10 compatibility package).&lt;br /&gt;
 old_passwords=1&lt;br /&gt;
 &lt;br /&gt;
 # Disabling symbolic-links is recommended to prevent assorted security risks&lt;br /&gt;
 symbolic-links=0&lt;br /&gt;
 &lt;br /&gt;
 # Added so that problems with DNS servers don't cause problems with the mysql DB&lt;br /&gt;
 # Note:&amp;amp;nbsp;This is applicable only if you are using a TMG&lt;br /&gt;
 skip-name-resolve&lt;br /&gt;
 &lt;br /&gt;
 [mysqldump]&lt;br /&gt;
 max_allowed_packet = 200MB&lt;br /&gt;
&lt;br /&gt;
=== Start MySQL  ===&lt;br /&gt;
&lt;br /&gt;
 service mysqld start&lt;br /&gt;
&lt;br /&gt;
=== Configure MySQL Users  ===&lt;br /&gt;
&lt;br /&gt;
*Set password for the root user to 'tbdbpw' (TelcoBridges recommends that you set your own password for root) &lt;br /&gt;
*Enable root connection from localhost only &lt;br /&gt;
*Create a tbdb user (required by Toolpack) &lt;br /&gt;
*Remove anonymous connection&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
&lt;br /&gt;
 /usr/bin/mysqladmin -u root password tbdbpw&lt;br /&gt;
&lt;br /&gt;
 mysql -uroot -ptbdbpw&lt;br /&gt;
 DELETE FROM mysql.user WHERE&amp;amp;nbsp;!(Host = 'localhost' AND User = 'root');&lt;br /&gt;
 FLUSH PRIVILEGES;&lt;br /&gt;
 CREATE USER 'tbdb'@'%' IDENTIFIED BY 'tbdbpw';&lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO 'tbdb'@'%' IDENTIFIED BY 'tbdbpw';&lt;br /&gt;
 FLUSH PRIVILEGES;&lt;br /&gt;
 exit&lt;br /&gt;
&lt;br /&gt;
== Toolpack Development Prerequisite (Optional)  ==&lt;br /&gt;
&lt;br /&gt;
The Toolpack System Development prerequisite section is only required for customers that will develop their own application using the Toolpack API: &lt;br /&gt;
&lt;br /&gt;
 yum install gcc-c++ libxml2-devel libpcap-devel unixODBC-devel libaio libaio-devel&lt;br /&gt;
&lt;br /&gt;
== Validation Guide (highly recommended)  ==&lt;br /&gt;
&lt;br /&gt;
If you would like to verify your installation go to the [[Toolpack Installation:Validate Toolpack Installation 2-5|Toolpack Validation Guide]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Toolpack System installation  ==&lt;br /&gt;
&lt;br /&gt;
Now that the prerequisite are installed, now it is time to install the [[Toolpack installer 2-4|Toolpack system]]&lt;/div&gt;</summary>
		<author><name>Candy Chan</name></author>	</entry>

	</feed>