<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.telcobridges.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Luc+Morissette</id>
	<title>TB Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.telcobridges.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Luc+Morissette"/>
	<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/wiki/Special:Contributions/Luc_Morissette"/>
	<updated>2026-08-17T21:28:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Security_Hardening_for_OS_and_Web_Portal&amp;diff=34777</id>
		<title>Security Hardening for OS and Web Portal</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Security_Hardening_for_OS_and_Web_Portal&amp;diff=34777"/>
		<updated>2026-06-24T06:18:53Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Removed FreeSBC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Security Hardening for OS and Web Portal}}&lt;br /&gt;
&lt;br /&gt;
= Applicable Products =&lt;br /&gt;
* TMG800, TMG3200, TMG7800-CTRL&lt;br /&gt;
* TSG800, TSG3200&lt;br /&gt;
* ProSBC, TSBC-SW&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This page discusses methods for improving overall security of Telcobridges system against unwanted attacks and vulnerabilities with adverse exposure as introduced from internet or connecting to network in general.&lt;br /&gt;
&lt;br /&gt;
= Tmedia/Tsig/Tdev =&lt;br /&gt;
&lt;br /&gt;
== Management Port Protection ==&lt;br /&gt;
* Keep the management port in a protected environment (behind a firewall). See [[Firewall]]. Note that Mysql port 3306 is for internal use only, this should not be allowed for external access.&lt;br /&gt;
* Iptables could be used to set up rules for management interface to allow only necessary protocols and ports required for access and operation of Telcobridges system. Please check here: [[Centos_syslog_redirect#Firewall_rules_to_the_management_port|Firewall rules on management port]]&lt;br /&gt;
* Other ports do not have access to the OS (unless configured on the web portal). Normally, other ports on the system are configured with services other than management such as OAMP/NAT or FIXED MANAGEMENT. &lt;br /&gt;
** For example, Voip0 is configured with SIP and RTP, and this port will care for these specific protocols only and discard the rest of the traffic. &lt;br /&gt;
** For configuring port IP interface setting and services, see example of  [[Toolpack:Configuring VoIP Interfaces D|VOIP port IP interface configuration]] and [[Parameter: Services to use|Services to use]]. &lt;br /&gt;
* In normal operation, only default Mgmt port, or a dedicated Ethernet port on external host server, should be used for management access. SIP/RTP/SIGTRAN or RADIUS/H248 together or separate, could be used on voip0/voip1/eth0/eth1.&lt;br /&gt;
&lt;br /&gt;
== SSH Access Security ==&lt;br /&gt;
* Use a strong password for the SSH access. Default password is a strong password that includes alphanumerical and symbol characters. This password can be chaged: see [[How to change host password on Linux]]&lt;br /&gt;
&lt;br /&gt;
== Operating System Update for New Packages ==&lt;br /&gt;
* To keep operating system to the latest version, use command line &amp;quot;yum update&amp;quot; or through web portal by doing upgrade linux packages, see [[Upgrade Telcobridges Linux]].&lt;br /&gt;
* Telcobridges has adopted a proactive OS update practice to keep up to date Telcobridges Linux repository.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Web Portal Access Security ==&lt;br /&gt;
* One or more user groups can be created to define access rights, such as read only, read/write, or no access at all. Access rights can be assigned to all regions of the web portal or to specific areas. One or more users can be created and given access, which was previously defined by user groups. A user is given a name, a password, and assigned to a user group. &lt;br /&gt;
* HTTPS is available from 2.9.41 and onwards. HTTPS provides a secure connection between browser and web server. The connection is encrypted using TLS/SSL. &lt;br /&gt;
* Web Portal access security enhancement is available on Toolpack 2.10.19 and onwards&lt;br /&gt;
** After a web portal failed login access, it will wait about 2 seconds, to prevent brute force attack on web portal login &lt;br /&gt;
** There will be new password complexity requirements such as,&lt;br /&gt;
*** At least 8 characters total&lt;br /&gt;
*** At least 1 upper case character&lt;br /&gt;
*** At least 1 lower case character&lt;br /&gt;
*** At least 1 number &lt;br /&gt;
*** At least 1 special character&lt;br /&gt;
** User account disabling (there will be a check box to indicate active users account), uncheck it will disable the account&lt;br /&gt;
** Password confirmation when creating/editing users&lt;br /&gt;
** Web session auto-logout after a certain amount of time without activity (default 30 mins)&lt;br /&gt;
* See [[Toolpack:System Settings C#Access_and_User_Management|Access and User Management]] for configuration&lt;br /&gt;
&lt;br /&gt;
= SBC =&lt;br /&gt;
&lt;br /&gt;
* ProSBC product follow the same security hardening practices for &#039;&#039;SSH Access Security&#039;&#039;, &#039;&#039;Operating system update for new packages&#039;&#039;, and &#039;&#039;Web Portal Access Security&#039;&#039; (see [[Toolpack:Tsbc System Settings 3.0|Tsbc System Settings 3.0]]) of Tmedia/Tsig/Tdev above.&lt;br /&gt;
* Web portal (host interfaces), ssh (when enabled and managed by web), SNMP service (host interfaces) are firewall protected within SBC.&lt;br /&gt;
* Web portal/SSH/SNMP access ports refer to LAN/WAN ports that have device defined for management such as OAMP/NAT or FIXED MANAGEMENT.  &lt;br /&gt;
* Physical management port (mgmt) should be used for serial connection or put in a private LAN environment at all times for maintenance purpose only if needed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Revise on Major]]&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Centos7_rsyslog_redirect&amp;diff=34776</id>
		<title>Centos7 rsyslog redirect</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Centos7_rsyslog_redirect&amp;diff=34776"/>
		<updated>2026-05-20T21:11:24Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Simplified version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:rsyslog redirect}}&lt;br /&gt;
This procedure sends successful and failed login attempts to the TMG unit sent to an external syslog server using rsyslog. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The default UDP port for the syslog server is 514.&lt;br /&gt;
Change the hostname of the syslog server accordingly. In the procedure below, the hostname if the syslog server is : &#039;&#039;lab_syslog_server&#039;&#039; .&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure works for a standalone system. &lt;br /&gt;
&lt;br /&gt;
== Procedure For Syslog redirect ==&lt;br /&gt;
Connect to SSH interface: [[Accessing_Device|Connect to SSH]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Add information to send to remote syslog ===&lt;br /&gt;
For successful/failed login, messages and cron info, do this command:&lt;br /&gt;
 echo -e &amp;quot;\n#Send to remote syslog\nauthpriv.*;*.info;cron.*                                @lab_syslog_server\n&amp;quot; &amp;gt;&amp;gt; /etc/rsyslog.conf&lt;br /&gt;
Then restart the rsyslog service:&lt;br /&gt;
 systemctl restart rsyslog&lt;br /&gt;
&lt;br /&gt;
If server hostname (lab_syslog_server) is unreachable, edit the hosts file:&lt;br /&gt;
 cat /etc/hosts&lt;br /&gt;
And add this line to the file:&lt;br /&gt;
  [IP of syslog server] lab_syslog_server&lt;br /&gt;
  e.g. 192.168.77.88 lab_syslog_server&lt;br /&gt;
&lt;br /&gt;
=== Test the process ===&lt;br /&gt;
Tail the file on the syslog server and access the unit with SSH:&lt;br /&gt;
 tail -f /var/log/secure&lt;br /&gt;
you will see something like this:&lt;br /&gt;
 Jan  4 15:42:11 192.168.101.170 HOSTOSIRIS sshd[3867]: Accepted password for root from 204.23.12.53 port 26149 ssh2&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Default log files ====&lt;br /&gt;
By default, access information will be sent to this file on the syslog server:&lt;br /&gt;
 tail -f /var/log/secure&lt;br /&gt;
and system messages will be sent to this file:&lt;br /&gt;
 tail -f /var/log/messages&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=800_Series_Maintenance_Guide&amp;diff=34775</id>
		<title>800 Series Maintenance Guide</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=800_Series_Maintenance_Guide&amp;diff=34775"/>
		<updated>2026-05-20T21:09:16Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:TMG800/TSG800 Series Maintenance Guide}}&lt;br /&gt;
&lt;br /&gt;
This articles provides links to procedures for the maintenance of a TMG800 series gateway.&lt;br /&gt;
&lt;br /&gt;
== Unit Verification ==&lt;br /&gt;
*[[Centos_Check_Disk_Space|Check Disk Space]]&lt;br /&gt;
*[[Centos_Check_CPU_Usage|Check CPU Usage]]&lt;br /&gt;
&lt;br /&gt;
== Unit Replacement ==&lt;br /&gt;
*[[3200_Replace_Unit_With_Spare|Replace TMG800/TSG800 unit with spare]]&lt;br /&gt;
&lt;br /&gt;
== Syslog ==&lt;br /&gt;
*[[Centos_syslog_redirect|Redirect internal host &#039;&#039;&#039;syslog&#039;&#039;&#039; to external syslog server]]&lt;br /&gt;
*[[Centos_rsyslog_redirect|Redirect internal host &#039;&#039;&#039;rsyslog&#039;&#039;&#039; to external syslog server]]&lt;br /&gt;
*[[Centos7_rsyslog_redirect|Redirect internal host &#039;&#039;&#039;rsyslog&#039;&#039;&#039; to external syslog server (no firewall)]]&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Centos7_rsyslog_redirect&amp;diff=34774</id>
		<title>Centos7 rsyslog redirect</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Centos7_rsyslog_redirect&amp;diff=34774"/>
		<updated>2026-05-20T21:05:36Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: New page with reduced instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:rsyslog redirect}}&lt;br /&gt;
This procedure sends successful and failed login attempts to the TMG unit sent to an external syslog server using rsyslog. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
The default UDP port for the syslog server is 514 and this procedure redirects it to port 1524.&amp;lt;br&amp;gt;&lt;br /&gt;
Change the hostname of the syslog server accordingly. In the procedure below, the hostname if the syslog server is : &#039;&#039;lab_syslog_server&#039;&#039; .&amp;lt;br&amp;gt;&lt;br /&gt;
This procedure works for a standalone system. &lt;br /&gt;
&lt;br /&gt;
== Procedure For Syslog redirect ==&lt;br /&gt;
=== Make sure mgmt0 is available and active ===&lt;br /&gt;
Connect to SSH interface: [[Accessing_Device|Connect to SSH]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Firewall rules to the management port ===&lt;br /&gt;
iptables -t nat -A OUTPUT -p udp --dport 514 -j DNAT --to-destination :1524&lt;br /&gt;
service iptables save&lt;br /&gt;
service iptables restart&lt;br /&gt;
&lt;br /&gt;
==== Verify firewall rules ====&lt;br /&gt;
 iptables -L -v; iptables -t nat -L -n -v&lt;br /&gt;
&lt;br /&gt;
=== Add information to send to remote syslog ===&lt;br /&gt;
For successful/failed login, messages and cron info, do this command:&lt;br /&gt;
 echo -e &amp;quot;\n#Send to remote syslog\nauthpriv.*;*.info;cron.*                                @lab_syslog_server\n&amp;quot; &amp;gt;&amp;gt; /etc/rsyslog.conf&lt;br /&gt;
Then restart the rsyslog service:&lt;br /&gt;
 systemctl restart rsyslog&lt;br /&gt;
&lt;br /&gt;
If server hostname (lab_syslog_server) is unreachable, edit the hosts file:&lt;br /&gt;
 cat /etc/hosts&lt;br /&gt;
And add this line to the file:&lt;br /&gt;
  [IP of syslog server] lab_syslog_server&lt;br /&gt;
  e.g. 192.168.77.88 lab_syslog_server&lt;br /&gt;
&lt;br /&gt;
=== Test the process ===&lt;br /&gt;
Tail the file on the syslog server and access the unit with SSH:&lt;br /&gt;
 tail -f /var/log/secure&lt;br /&gt;
you will see something like this:&lt;br /&gt;
 Jan  4 15:42:11 192.168.101.170 HOSTOSIRIS sshd[3867]: Accepted password for root from 204.23.12.53 port 26149 ssh2&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Default syslog port ====&lt;br /&gt;
If the remote syslog server is on the default port 514, remove this line from the iptables:&lt;br /&gt;
 iptables -t nat -A OUTPUT -p udp --dport 514 -j DNAT --to-destination :1524&lt;br /&gt;
To delete iptables rules:&lt;br /&gt;
 iptables -t nat -D OUTPUT 1&lt;br /&gt;
 service iptables save&lt;br /&gt;
 service iptables restart&lt;br /&gt;
&lt;br /&gt;
==== Default log files ====&lt;br /&gt;
By default, access information will be sent to this file on the syslog server:&lt;br /&gt;
 tail -f /var/log/secure&lt;br /&gt;
and system messages will be sent to this file:&lt;br /&gt;
 tail -f /var/log/messages&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=800_Series_Maintenance_Guide&amp;diff=34773</id>
		<title>800 Series Maintenance Guide</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=800_Series_Maintenance_Guide&amp;diff=34773"/>
		<updated>2026-05-20T20:56:21Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: /* Syslog */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:TMG800/TSG800 Series Maintenance Guide}}&lt;br /&gt;
&lt;br /&gt;
This articles provides links to procedures for the maintenance of a TMG800 series gateway.&lt;br /&gt;
&lt;br /&gt;
== Unit Verification ==&lt;br /&gt;
*[[Centos_Check_Disk_Space|Check Disk Space]]&lt;br /&gt;
*[[Centos_Check_CPU_Usage|Check CPU Usage]]&lt;br /&gt;
&lt;br /&gt;
== Unit Replacement ==&lt;br /&gt;
*[[3200_Replace_Unit_With_Spare|Replace TMG800/TSG800 unit with spare]]&lt;br /&gt;
&lt;br /&gt;
== Syslog ==&lt;br /&gt;
*[[Centos_syslog_redirect|Redirect internal host &#039;&#039;&#039;syslog&#039;&#039;&#039; to external syslog server]]&lt;br /&gt;
*[[Centos_rsyslog_redirect|Redirect internal host &#039;&#039;&#039;rsyslog&#039;&#039;&#039; to external syslog server]]&lt;br /&gt;
*[[Centos7_rsyslog_redirect|Redirect internal host &#039;&#039;&#039;rsyslog&#039;&#039;&#039; to external syslog server]]&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Support:Contacting_TelcoBridges_technical_support&amp;diff=34772</id>
		<title>Support:Contacting TelcoBridges technical support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Support:Contacting_TelcoBridges_technical_support&amp;diff=34772"/>
		<updated>2026-05-11T13:35:03Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Contacting TelcoBridges technical support}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TelcoBridges&#039;&#039;&#039; remains committed to delivering high-quality products and responsive support.&lt;br /&gt;
&lt;br /&gt;
Product defects will continue to be addressed at no cost. &lt;br /&gt;
&lt;br /&gt;
Requests involving new features, behavioral changes, or customer-specific adaptations may be treated as engineering efforts and may be subject to a Professional Services fee.&lt;br /&gt;
&lt;br /&gt;
This approach helps us maintain product quality while supporting evolving customer needs.&lt;br /&gt;
&lt;br /&gt;
This policy applies to new requests going forward.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Worldwide technical support is available via either of the following channels: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &#039;&#039;&#039;Americas &amp;amp;amp; Europe Technical Support Centre&amp;amp;nbsp;(GMT-05:00,&amp;amp;nbsp; Montreal, Canada)&#039;&#039;&#039;&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;
Phone: &#039;&#039;&#039;+1-450-300-2889&amp;lt;br&amp;gt;&#039;&#039;&#039;&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;
&#039;&#039;&#039;Asia Technical Support Centre (GMT +08:00)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;Office hours: Monday to Friday from 09:00 to 17:00 Vietnam Time&lt;br /&gt;
&lt;br /&gt;
Phone: &#039;&#039;&#039;+1-450-300-2123&amp;lt;br&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, Vietnamese&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;24/7 Support&#039;&#039;&#039; &#039;&#039;&#039;International&#039;&#039;&#039; (Public Holiday and non-office hours)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Phone: &#039;&#039;&#039;+1-866-438-4703 &amp;lt;br&amp;gt;&#039;&#039;&#039; &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 or have an SLA, 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;
TelcoBridges Support portal: https://telcobridges.odoo.com/ &amp;lt;br&amp;gt; &lt;br /&gt;
E-mail: [mailto:helpdesk@telcobridges.com helpdesk@telcobridges.com] &amp;lt;br&amp;gt; &lt;br /&gt;
TelcoBridges office number: &#039;&#039;&#039;+1-450-655-8993&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chat/Teams&#039;&#039;&#039; &lt;br /&gt;
Please open a case on [https://telcobridges.odoo.com/ TelcoBridges support portal] for contacts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;Please kindly note that TelcoBridges office is closed during [[support:public_holidays|public holidays]].&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Support:Contacting_TelcoBridges_technical_support&amp;diff=34771</id>
		<title>Support:Contacting TelcoBridges technical support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Support:Contacting_TelcoBridges_technical_support&amp;diff=34771"/>
		<updated>2026-05-11T13:34:32Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Updated page for clarity&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Contacting TelcoBridges technical support}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TelcoBridges&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
TelcoBridges remains committed to delivering high-quality products and responsive support.&lt;br /&gt;
&lt;br /&gt;
Product defects will continue to be addressed at no cost. &lt;br /&gt;
&lt;br /&gt;
Requests involving new features, behavioral changes, or customer-specific adaptations may be treated as engineering efforts and may be subject to a Professional Services fee.&lt;br /&gt;
&lt;br /&gt;
This approach helps us maintain product quality while supporting evolving customer needs.&lt;br /&gt;
&lt;br /&gt;
This policy applies to new requests going forward.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Worldwide technical support is available via either of the following channels: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &#039;&#039;&#039;Americas &amp;amp;amp; Europe Technical Support Centre&amp;amp;nbsp;(GMT-05:00,&amp;amp;nbsp; Montreal, Canada)&#039;&#039;&#039;&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;
Phone: &#039;&#039;&#039;+1-450-300-2889&amp;lt;br&amp;gt;&#039;&#039;&#039;&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;
&#039;&#039;&#039;Asia Technical Support Centre (GMT +08:00)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;Office hours: Monday to Friday from 09:00 to 17:00 Vietnam Time&lt;br /&gt;
&lt;br /&gt;
Phone: &#039;&#039;&#039;+1-450-300-2123&amp;lt;br&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, Vietnamese&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;24/7 Support&#039;&#039;&#039; &#039;&#039;&#039;International&#039;&#039;&#039; (Public Holiday and non-office hours)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Phone: &#039;&#039;&#039;+1-866-438-4703 &amp;lt;br&amp;gt;&#039;&#039;&#039; &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 or have an SLA, 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;
TelcoBridges Support portal: https://telcobridges.odoo.com/ &amp;lt;br&amp;gt; &lt;br /&gt;
E-mail: [mailto:helpdesk@telcobridges.com helpdesk@telcobridges.com] &amp;lt;br&amp;gt; &lt;br /&gt;
TelcoBridges office number: &#039;&#039;&#039;+1-450-655-8993&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chat/Teams&#039;&#039;&#039; &lt;br /&gt;
Please open a case on [https://telcobridges.odoo.com/ TelcoBridges support portal] for contacts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;Please kindly note that TelcoBridges office is closed during [[support:public_holidays|public holidays]].&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Support:Contacting_TelcoBridges_technical_support&amp;diff=34770</id>
		<title>Support:Contacting TelcoBridges technical support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Support:Contacting_TelcoBridges_technical_support&amp;diff=34770"/>
		<updated>2026-05-11T13:33:27Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Update page with Script for sales-support / NRE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Contacting TelcoBridges technical support}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TelcoBridges&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
TelcoBridges remains committed to delivering high-quality products and responsive support.&lt;br /&gt;
Product defects will continue to be addressed at no cost. Requests involving new features, behavioral changes, or customer-specific adaptations may be treated as engineering efforts and may be subject to a Professional Services fee.&lt;br /&gt;
This approach helps us maintain product quality while supporting evolving customer needs.&lt;br /&gt;
This policy applies to new requests going forward.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Worldwide technical support is available via either of the following channels: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &#039;&#039;&#039;Americas &amp;amp;amp; Europe Technical Support Centre&amp;amp;nbsp;(GMT-05:00,&amp;amp;nbsp; Montreal, Canada)&#039;&#039;&#039;&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;
Phone: &#039;&#039;&#039;+1-450-300-2889&amp;lt;br&amp;gt;&#039;&#039;&#039;&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;
&#039;&#039;&#039;Asia Technical Support Centre (GMT +08:00)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;Office hours: Monday to Friday from 09:00 to 17:00 Vietnam Time&lt;br /&gt;
&lt;br /&gt;
Phone: &#039;&#039;&#039;+1-450-300-2123&amp;lt;br&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Supported languages: English, Vietnamese&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;24/7 Support&#039;&#039;&#039; &#039;&#039;&#039;International&#039;&#039;&#039; (Public Holiday and non-office hours)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Phone: &#039;&#039;&#039;+1-866-438-4703 &amp;lt;br&amp;gt;&#039;&#039;&#039; &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 or have an SLA, 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;
TelcoBridges Support portal: https://telcobridges.odoo.com/ &amp;lt;br&amp;gt; &lt;br /&gt;
E-mail: [mailto:helpdesk@telcobridges.com helpdesk@telcobridges.com] &amp;lt;br&amp;gt; &lt;br /&gt;
TelcoBridges office number: &#039;&#039;&#039;+1-450-655-8993&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Chat/Teams&#039;&#039;&#039; &lt;br /&gt;
Please open a case on [https://telcobridges.odoo.com/ TelcoBridges support portal] for contacts&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&#039;&#039;&#039;Please kindly note that TelcoBridges office is closed during [[support:public_holidays|public holidays]].&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Tmedia_Version_History&amp;diff=34769</id>
		<title>Tmedia Version History</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Tmedia_Version_History&amp;diff=34769"/>
		<updated>2026-05-11T13:29:07Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Added version 3.3 page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Tmedia Software Version History}}&lt;br /&gt;
&lt;br /&gt;
= Main Software Versions =&lt;br /&gt;
&#039;&#039;&#039;New features&#039;&#039;&#039; for the following &#039;&#039;T&#039;&#039;media software versions are described here: &lt;br /&gt;
*[[Software_Version_3.3|Version 3.3]] (Released Jan 2025)&lt;br /&gt;
*[[Software_Version_3.2|Version 3.2]] (Released Dec 2020)&lt;br /&gt;
*[[Tctrl_Version_3.0|Version 3.0]] (Released May 2017)&amp;lt;/br&amp;gt;&amp;lt;/br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Older &#039;&#039;T&#039;&#039;media software versions&#039;&#039;&#039; are no longer supported. For continued support, please update to one of the above software versions.&#039;&#039;&#039;&lt;br /&gt;
*[[Tctrl_Version_2.10|Version 2.10]] (Released November 2016)&lt;br /&gt;
*[[TMG-CONTROL_Version_2.9|Version 2.9]] (Released January 2016)&lt;br /&gt;
*[[TMG-CONTROL_Version_2.8|Version 2.8]] (Released January 2015)&lt;br /&gt;
*[[TMG-CONTROL_Version_2.7|Version 2.7]] (Released May 2013)&lt;br /&gt;
*[[TMG-CONTROL_Version_2.6|Version 2.6]] (Released January 2012)&lt;br /&gt;
*[[TMG-CONTROL_Version_2.5|Version 2.5]] (Released September 2010)&lt;br /&gt;
*[[Toolpack version 2.4|Version 2.4]] (Released November 2009)&lt;br /&gt;
*[[Toolpack version 2.3|Version 2.3]] (Released July 2009)&lt;br /&gt;
&lt;br /&gt;
= Release Notes =&lt;br /&gt;
Full release notes for recent releases are available here: [https://telcobridges.atlassian.net/wiki/spaces/PUBLICDOC/pages/83918863/Release+notes TMedia Release Notes] &amp;lt;br&amp;gt;&lt;br /&gt;
The complete details of our stable releases and their release notes are located in our [http://forums.telcobridges.com/viewforum.php?f=23 TelcoBridges Support Forums]&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Gateway_OAM&amp;amp;P|Version History]]&lt;br /&gt;
[[Category:Revise on Major]]&lt;br /&gt;
[[category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Software_Version_3.3&amp;diff=34768</id>
		<title>Software Version 3.3</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Software_Version_3.3&amp;diff=34768"/>
		<updated>2026-05-11T13:28:46Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: ..&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Software version 3.3}}&lt;br /&gt;
&lt;br /&gt;
== Features  ==&lt;br /&gt;
&lt;br /&gt;
The Software provides the following [[Tmedia]] 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 ID&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Software Release&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;GR303&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[GR-303|GR303 with SIP and H.248]]&lt;br /&gt;
| TB-5269&lt;br /&gt;
| 3.3.4&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;SIP&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Termination_cause_codes|Added SIP Reason Cause codes]]&lt;br /&gt;
| TB-5366&lt;br /&gt;
| 3.3.7&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;H.248 (Megaco)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[H.248|Support H.248 digitmap with more than 20 different patterns]]&lt;br /&gt;
| TB-1665&lt;br /&gt;
| 3.3.9&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Software_Version_3.3&amp;diff=34767</id>
		<title>Software Version 3.3</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Software_Version_3.3&amp;diff=34767"/>
		<updated>2026-05-11T13:28:12Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Added new page for version 3.3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Software version 3.3}}&lt;br /&gt;
&lt;br /&gt;
== Features  ==&lt;br /&gt;
&lt;br /&gt;
The Software provides the following [[Tmedia]] 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 ID&lt;br /&gt;
! width=&amp;quot;150&amp;quot; | Software Release&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;GR303&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[GR-303|GR303]]&lt;br /&gt;
| TB-5269&lt;br /&gt;
| 3.3.4&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;SIP&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[Termination_cause_codes|Added SIP Reason Cause codes]]&lt;br /&gt;
| TB-5366&lt;br /&gt;
| 3.3.7&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | &#039;&#039;&#039;H.248 (Megaco)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;&amp;quot; | [[H.248|Support H.248 digitmap with more than 20 different patterns]]&lt;br /&gt;
| TB-1665&lt;br /&gt;
| 3.3.9&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Support:Online_Training&amp;diff=34766</id>
		<title>Support:Online Training</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Support:Online_Training&amp;diff=34766"/>
		<updated>2026-05-11T13:14:47Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Updated page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Online Training}}&lt;br /&gt;
&lt;br /&gt;
Access our Youtube channel to watch all of our training material: &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/@TelcoBridges&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;br /&gt;
The following link is to training about Metaswitch CFS/AMGC integration (Now Alianza):&lt;br /&gt;
*[https://youtube.com/playlist?list=PL-GWhUakKkwO6ennpT6UniJZI0UdcuQBK Telcobridges for Metaswitch training]&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Toolpack:Host_Standalone_A&amp;diff=34764</id>
		<title>Toolpack:Host Standalone A</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Toolpack:Host_Standalone_A&amp;diff=34764"/>
		<updated>2026-04-15T12:22:48Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Removed the section about changing the interfaces - this is not needed in a standalone configuration.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Setting the Role to Standalone}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|This article applies to:&lt;br /&gt;
|&#039;&#039;&#039;Product&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Version&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tmedia&lt;br /&gt;
|3.0, 3.2, 3.3&lt;br /&gt;
|}&lt;br /&gt;
The first time that you connect to a gateway, the web portal setup wizard will be displayed, and you will be asked to choose a role for the gateway. Your choices are standalone, primary, or secondary. Once the role configuration settings are applied, the gateway will start up and display the web portal configuration management tool.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To configure the host role of the gateway as a standalone unit, do the following:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1- When the setup wizard is displayed, click &#039;&#039;&#039;Continue&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:HostRoleStandalone_0_A.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2- Select &#039;&#039;&#039;As a stand-alone unit&#039;&#039;&#039; and click &#039;&#039;&#039;Continue&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:HostRoleStandalone_1_A.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3- The Web Portal Log On page is displayed.&lt;br /&gt;
* Enter the &#039;&#039;&#039;user name&#039;&#039;&#039; and &#039;&#039;&#039;password&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:HostRoleStandalone_3_A.png]]&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Toolpack_Installation:Change_hostname&amp;diff=34763</id>
		<title>Toolpack Installation:Change hostname</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Toolpack_Installation:Change_hostname&amp;diff=34763"/>
		<updated>2026-04-02T18:44:13Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Change Hostname}}&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
This procedure applies to [[TMG800]], [[TMG3200]], [[TMG7800]] and [[ProSBC]] with static IP for management interfaces. &amp;lt;br&amp;gt;&lt;br /&gt;
Requires version 2.9 and above &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: For [[ProSBC]], this will require a license update. Make sure you inform the [[Support:Contacting_TelcoBridges_technical_support|Support]] team that this procedure will be done. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CentOS 7 procedure ==&lt;br /&gt;
*[[Accessing_Device#SSH|ssh]] to the management interface&lt;br /&gt;
*To view current hostname:&lt;br /&gt;
 hostnamectl&lt;br /&gt;
*To update the hostname:&lt;br /&gt;
 hostnamectl  set-hostname   NewHostName&lt;br /&gt;
*To update the /etc/hosts file:&lt;br /&gt;
 vim /etc/hosts&lt;br /&gt;
Replace the hostnames in the file&lt;br /&gt;
*Reboot server:&lt;br /&gt;
 shutdown -r now&lt;br /&gt;
*After reboot verify if everything is ok:&lt;br /&gt;
 hostnamectl&lt;br /&gt;
 cat /etc/hosts&lt;br /&gt;
&lt;br /&gt;
== CentOS 5 procedure ==&lt;br /&gt;
*[[Accessing_Device#SSH|ssh]] to the management interface&lt;br /&gt;
*To view current hostname:&lt;br /&gt;
 hostname&lt;br /&gt;
*To update the hostname:&lt;br /&gt;
 hostname NewHostName&lt;br /&gt;
*Reboot server:&lt;br /&gt;
 shutdown -r now&lt;br /&gt;
&lt;br /&gt;
Note: DO NOT change the hostname via webportal.&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Supported_NICs&amp;diff=34759</id>
		<title>Supported NICs</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Supported_NICs&amp;diff=34759"/>
		<updated>2026-03-11T12:40:43Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &#039;&#039;&#039;&#039;&#039;Applies to version(s): 3.0 and 3.1&#039;&#039;&#039;&#039;&#039; ===&lt;br /&gt;
{{DISPLAYTITLE:List of Supported Network Interface Cards}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|This article applies to:&lt;br /&gt;
|&#039;&#039;&#039;Product&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Version&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|SBC&lt;br /&gt;
|3.0, 3.1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At least one network interface card (NIC) present on the system must be supported by the FreeSBC. &amp;lt;br /&amp;gt;&lt;br /&gt;
You can use this command on a linux server to find the list of Ethernet adapters available:&lt;br /&gt;
  lspci | grep Ethernet&lt;br /&gt;
&lt;br /&gt;
Tested interfaces from Intel in TelcoBridges labs:&lt;br /&gt;
* I210, 1 Gbps (E1000 drivers)&lt;br /&gt;
* I211, 1 Gbps (E1000 drivers)&lt;br /&gt;
* I350, 1 Gbps (E1000 drivers)&lt;br /&gt;
* X710, 10 Gbps (i40e drivers)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example of &#039;&#039;&#039;unsupported&#039;&#039;&#039; interfaces:&lt;br /&gt;
*Broadcom Limited NetXtreme II BCM5709 Gigabit Ethernet&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Supported_NICs&amp;diff=34758</id>
		<title>Supported NICs</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Supported_NICs&amp;diff=34758"/>
		<updated>2026-03-11T12:40:21Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Updated list of supported network interfaces&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &#039;&#039;&#039;&#039;&#039;Applies to version(s): 3.0 and 3.1&#039;&#039;&#039;&#039;&#039; ===&lt;br /&gt;
{{DISPLAYTITLE:List of Supported Network Interface Cards}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|This article applies to:&lt;br /&gt;
|&#039;&#039;&#039;Product&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Version&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|SBC&lt;br /&gt;
|3.0, 3.1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At least one network interface card (NIC) present on the system must be supported by the FreeSBC. &amp;lt;br /&amp;gt;&lt;br /&gt;
You can use this command on a linux server to find the list of Ethernet adapters available:&lt;br /&gt;
  lspci | grep Ethernet&lt;br /&gt;
&lt;br /&gt;
Tested interfaces from Intel in TelcoBridges labs:&lt;br /&gt;
* I210, 1 Gbps (E1000 drivers)&lt;br /&gt;
* I211, 1 Gbps (E1000 drivers)&lt;br /&gt;
* I350, 1 Gbps (E1000 drivers)&lt;br /&gt;
* X710, 10 Gbps (i40e drivers)&lt;br /&gt;
&lt;br /&gt;
Example of &#039;&#039;&#039;unsupported&#039;&#039;&#039; interfaces:&lt;br /&gt;
*Broadcom Limited NetXtreme II BCM5709 Gigabit Ethernet&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Tmedia_Support&amp;diff=34757</id>
		<title>Tmedia Support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Tmedia_Support&amp;diff=34757"/>
		<updated>2026-03-06T21:53:10Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Updated support document&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Support:Contacting TelcoBridges technical support|Contacting TB Support]] &lt;br /&gt;
*[[Media:TB_Support_Services_-_2026-03-06.pdf|TB Support Services]]&lt;br /&gt;
*[[Support:Online_Training|Online Training]]&lt;br /&gt;
*[[Customer_Dashboard|Customer Dashboard]]&lt;br /&gt;
*[[Support:Time_tracking_tool|Time Tracking Tool]]&lt;br /&gt;
*[[Media:TelcoBridges_Return_and_Repair_Procedure.pdf|TB Return and Repair procedure(.pdf)]] &lt;br /&gt;
*[[:Category:FAQ|Frequently Asked Questions]] (And most useful TBwiki pages!)&lt;br /&gt;
*[[Support:Forums|Support Forums]]&lt;br /&gt;
*[[Support:How To Submit A Problem|Submitting an Issue]]&lt;br /&gt;
*[[Tmedia_Version_History|Tmedia Software Release History]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;New&#039;&#039;&#039;&lt;br /&gt;
*[[Support:Uploading_large_files|Uploading large files]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important Notices&#039;&#039;&#039;&lt;br /&gt;
Security advisories are tracked on the Forums pages:&lt;br /&gt;
* [https://forums.telcobridges.com/viewtopic.php?f=26&amp;amp;t=1305| Security Advisories]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interoperability&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
*[[Interoperability:Vendors|Vendors]] &lt;br /&gt;
*[[Interoperability:Certifications|Certifications]] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Policies&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
*[[End-of-Life (EOL) policy|End-of-Life (EOL)]] &lt;br /&gt;
*[[Security policy|Security Updates Policy]] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other&#039;&#039;&#039; &lt;br /&gt;
*[[Regulatory compliance|Regulatory Compliance]]&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_2026-03-06.pdf&amp;diff=34756</id>
		<title>File:TB Support Services - 2026-03-06.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_2026-03-06.pdf&amp;diff=34756"/>
		<updated>2026-03-06T21:52:32Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Toolpack:Configuring_Call_Trace_D&amp;diff=34755</id>
		<title>Toolpack:Configuring Call Trace D</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Toolpack:Configuring_Call_Trace_D&amp;diff=34755"/>
		<updated>2026-03-05T14:38:32Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Configuring Call Trace}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|This article applies to:&lt;br /&gt;
|&#039;&#039;&#039;Product&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Version&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tmedia&lt;br /&gt;
|3.0, 3.2, 3.3&lt;br /&gt;
|-&lt;br /&gt;
|SBC&lt;br /&gt;
|3.1, 3.3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Call Trace is a diagnostic tool that is designed to trace the path a call takes through a system, and to provide information about numerous aspects of the call path, such as:&lt;br /&gt;
&lt;br /&gt;
* The routing decision&lt;br /&gt;
* The outgoing call&lt;br /&gt;
* Subsequent outgoing calls, in the case of a route retry&lt;br /&gt;
* Parameters selected for a SIP SDP&lt;br /&gt;
* The SIP Call-id&lt;br /&gt;
* The trunk and timeslot chosen for TDM protocols&lt;br /&gt;
* The termination result code, and more. &lt;br /&gt;
&lt;br /&gt;
A call path is shown as separate call legs, distinguishing the incoming portion with other portions of a call. Calls may be filtered by called number, calling number, Network Access Point (NAP), time of day range, protocol and direction. &lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Call trace enables a default of 10,000 call legs to be stored in the system and to be viewed using the Web Portal. This value can be increased from the Call Trace application configuration parameters.&lt;br /&gt;
&lt;br /&gt;
1- Select &#039;&#039;&#039;Applications&#039;&#039;&#039; in the navigation menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:EnableCallTrace_B_0.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2- Select the &#039;&#039;&#039;tbuctwriter&#039;&#039;&#039; application &lt;br /&gt;
&lt;br /&gt;
[[Image:ConfigureCallTrace_B_0.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3- Click &#039;&#039;&#039;Application Parameters&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:ConfigureCallTrace_B_1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4- Configure the &#039;&#039;&#039;Trace Level&#039;&#039;&#039; and other associated trace parameters.&lt;br /&gt;
* Click &#039;&#039;&#039;Save&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:ConfigureCallTrace_B_2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-collapsetext=&amp;quot;Northbound Interface&amp;quot; data-expandtext=&amp;quot;Northbound Interface&amp;quot; style=&amp;quot;width: 400px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Path&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/configurations/AllynWikiSystem/applications/tbuctwriter/log_parameters&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parameters (text)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/configurations/aaa_201602/applications/tbuctwriter/log_parameters&lt;br /&gt;
default_trace_level        = &amp;quot;Level 4 (quiet)&amp;quot;&lt;br /&gt;
log_file_path              = &amp;quot;&amp;quot;&lt;br /&gt;
max_gzipped_log_files_size = &amp;quot;100 MB&amp;quot;&lt;br /&gt;
max_log_file_segment_size  = &amp;quot;10 MB&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parameters (json)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;application_type&amp;quot; : &amp;quot;TbUctWriter&amp;quot;,&lt;br /&gt;
  &amp;quot;bin_path&amp;quot; : &amp;quot;@{PKG_BIN}/tbuctwriter&amp;quot;,&lt;br /&gt;
  &amp;quot;command_line_arguments&amp;quot; : &amp;quot;&amp;quot;,&lt;br /&gt;
  &amp;quot;log_parameters&amp;quot; : {&lt;br /&gt;
    &amp;quot;default_trace_level&amp;quot; : &amp;quot;Level 4 (quiet)&amp;quot;,&lt;br /&gt;
    &amp;quot;log_file_path&amp;quot; : &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;max_gzipped_log_files_size&amp;quot; : &amp;quot;100 MB&amp;quot;,&lt;br /&gt;
    &amp;quot;max_log_file_segment_size&amp;quot; : &amp;quot;10 MB&amp;quot;&lt;br /&gt;
  }, &lt;br /&gt;
  &amp;quot;working_path&amp;quot; : &amp;quot;../tbuctwriter/&amp;quot;&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==List of Parameters==&lt;br /&gt;
&lt;br /&gt;
* [[Parameter: Call_Trace_Trace_Level|Trace Level]]&lt;br /&gt;
* [[Parameter: Call_Trace_Maximum_Compressed_Directory_Size|Maximum compressed directory size]]&lt;br /&gt;
* [[Parameter: Maximum_File_Size|Maximum file size]]&lt;br /&gt;
* [[Parameter: Maximum_Call_Legs|Maximum call legs]]&lt;br /&gt;
* [[Parameter: Consulted_Legs_Recall|Consulted legs recall]]&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Toolpack:Configuring_Call_Trace_D&amp;diff=34754</id>
		<title>Toolpack:Configuring Call Trace D</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Toolpack:Configuring_Call_Trace_D&amp;diff=34754"/>
		<updated>2026-03-05T14:33:10Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Configuring Call Trace}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|This article applies to:&lt;br /&gt;
|&#039;&#039;&#039;Product&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Version&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tmedia&lt;br /&gt;
|3.0, 3.2, 3.3&lt;br /&gt;
|-&lt;br /&gt;
|SBC&lt;br /&gt;
|3.1, 3.3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Call Trace is a diagnostic tool that is designed to trace the path a call takes through a system, and to provide information about numerous aspects of the call path, such as:&lt;br /&gt;
&lt;br /&gt;
* The routing decision&lt;br /&gt;
* The outgoing call&lt;br /&gt;
* Subsequent outgoing calls, in the case of a route retry&lt;br /&gt;
* Parameters selected for a SIP SDP&lt;br /&gt;
* The SIP Call-id&lt;br /&gt;
* The trunk and timeslot chosen for TDM protocols&lt;br /&gt;
* The termination result code, and more. &lt;br /&gt;
&lt;br /&gt;
A call path is shown as separate call legs, distinguishing the incoming portion with other portions of a call. Calls may be filtered by called number, calling number, Network Access Point (NAP), time of day range, protocol and direction. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-collapsetext=&amp;quot;Enabling Call Trace&amp;quot; data-expandtext=&amp;quot;Enabling Call Trace&amp;quot; style=&amp;quot;width: 400px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This procedure only needs to be carried out one time for each system.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1- Select &#039;&#039;&#039;Applications&#039;&#039;&#039; in the navigation menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:EnableCallTrace_B_0.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2- Select the &#039;&#039;&#039;Status&#039;&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
[[Image:EnableCallTrace_B_1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3- Select the &#039;&#039;&#039;tbuctwriter&#039;&#039;&#039; application &lt;br /&gt;
&lt;br /&gt;
[[Image:EnableCallTrace_B_2.png]]&lt;br /&gt;
&lt;br /&gt;
3- Select &#039;&#039;&#039;Run&#039;&#039;&#039;&lt;br /&gt;
* Click &#039;&#039;&#039;Apply States&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:EnableCallTrace_B_3.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Call trace enables a default of 10,000 call legs to be stored in the system and to be viewed using the Web Portal. This value can be increased from the Call Trace application configuration parameters.&lt;br /&gt;
&lt;br /&gt;
1- Select &#039;&#039;&#039;Applications&#039;&#039;&#039; in the navigation menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:EnableCallTrace_B_0.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2- Select the &#039;&#039;&#039;tbuctwriter&#039;&#039;&#039; application &lt;br /&gt;
&lt;br /&gt;
[[Image:ConfigureCallTrace_B_0.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3- Click &#039;&#039;&#039;Application Parameters&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:ConfigureCallTrace_B_1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4- Configure the &#039;&#039;&#039;Trace Level&#039;&#039;&#039; and other associated trace parameters.&lt;br /&gt;
* Click &#039;&#039;&#039;Save&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:ConfigureCallTrace_B_2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; data-collapsetext=&amp;quot;Northbound Interface&amp;quot; data-expandtext=&amp;quot;Northbound Interface&amp;quot; style=&amp;quot;width: 400px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Path&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/configurations/AllynWikiSystem/applications/tbuctwriter/log_parameters&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parameters (text)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/configurations/aaa_201602/applications/tbuctwriter/log_parameters&lt;br /&gt;
default_trace_level        = &amp;quot;Level 4 (quiet)&amp;quot;&lt;br /&gt;
log_file_path              = &amp;quot;&amp;quot;&lt;br /&gt;
max_gzipped_log_files_size = &amp;quot;100 MB&amp;quot;&lt;br /&gt;
max_log_file_segment_size  = &amp;quot;10 MB&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parameters (json)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;application_type&amp;quot; : &amp;quot;TbUctWriter&amp;quot;,&lt;br /&gt;
  &amp;quot;bin_path&amp;quot; : &amp;quot;@{PKG_BIN}/tbuctwriter&amp;quot;,&lt;br /&gt;
  &amp;quot;command_line_arguments&amp;quot; : &amp;quot;&amp;quot;,&lt;br /&gt;
  &amp;quot;log_parameters&amp;quot; : {&lt;br /&gt;
    &amp;quot;default_trace_level&amp;quot; : &amp;quot;Level 4 (quiet)&amp;quot;,&lt;br /&gt;
    &amp;quot;log_file_path&amp;quot; : &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;max_gzipped_log_files_size&amp;quot; : &amp;quot;100 MB&amp;quot;,&lt;br /&gt;
    &amp;quot;max_log_file_segment_size&amp;quot; : &amp;quot;10 MB&amp;quot;&lt;br /&gt;
  }, &lt;br /&gt;
  &amp;quot;working_path&amp;quot; : &amp;quot;../tbuctwriter/&amp;quot;&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==List of Parameters==&lt;br /&gt;
&lt;br /&gt;
* [[Parameter: Call_Trace_Trace_Level|Trace Level]]&lt;br /&gt;
* [[Parameter: Call_Trace_Maximum_Compressed_Directory_Size|Maximum compressed directory size]]&lt;br /&gt;
* [[Parameter: Maximum_File_Size|Maximum file size]]&lt;br /&gt;
* [[Parameter: Maximum_Call_Legs|Maximum call legs]]&lt;br /&gt;
* [[Parameter: Consulted_Legs_Recall|Consulted legs recall]]&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Tmedia_Support&amp;diff=34753</id>
		<title>Tmedia Support</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Tmedia_Support&amp;diff=34753"/>
		<updated>2026-02-17T19:21:27Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Updated link to TB support services&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[Support:Contacting TelcoBridges technical support|Contacting TB Support]] &lt;br /&gt;
*[[Media:TB_Support_Services_-_2026-01-27.pdf|TB Support Services]]&lt;br /&gt;
*[[Support:Online_Training|Online Training]]&lt;br /&gt;
*[[Customer_Dashboard|Customer Dashboard]]&lt;br /&gt;
*[[Support:Time_tracking_tool|Time Tracking Tool]]&lt;br /&gt;
*[[Media:TelcoBridges_Return_and_Repair_Procedure.pdf|TB Return and Repair procedure(.pdf)]] &lt;br /&gt;
*[[:Category:FAQ|Frequently Asked Questions]] (And most useful TBwiki pages!)&lt;br /&gt;
*[[Support:Forums|Support Forums]]&lt;br /&gt;
*[[Support:How To Submit A Problem|Submitting an Issue]]&lt;br /&gt;
*[[Tmedia_Version_History|Tmedia Software Release History]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;New&#039;&#039;&#039;&lt;br /&gt;
*[[Support:Uploading_large_files|Uploading large files]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important Notices&#039;&#039;&#039;&lt;br /&gt;
Security advisories are tracked on the Forums pages:&lt;br /&gt;
* [https://forums.telcobridges.com/viewtopic.php?f=26&amp;amp;t=1305| Security Advisories]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interoperability&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
*[[Interoperability:Vendors|Vendors]] &lt;br /&gt;
*[[Interoperability:Certifications|Certifications]] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Policies&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
*[[End-of-Life (EOL) policy|End-of-Life (EOL)]] &lt;br /&gt;
*[[Security policy|Security Updates Policy]] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Other&#039;&#039;&#039; &lt;br /&gt;
*[[Regulatory compliance|Regulatory Compliance]]&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_2026-01-27.pdf&amp;diff=34752</id>
		<title>File:TB Support Services - 2026-01-27.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_2026-01-27.pdf&amp;diff=34752"/>
		<updated>2026-02-17T19:19:06Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=STM-1&amp;diff=34751</id>
		<title>STM-1</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=STM-1&amp;diff=34751"/>
		<updated>2026-02-12T18:22:23Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;According to Wikipedia, STM-1 (also known as SDH or OC-3) is a standardized multiplexing protocol that transfers multiple digital bit streams over optical fiber using lasers or light-emitting diodes (LEDs) with a transmission speed of up to 155.52 Mbit/s. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== TelcoBridges and STM-1  ==&lt;br /&gt;
&lt;br /&gt;
TelcoBridges provides support for STM-1 connectivity with its [[Tmedia]] ([[TMG3200]], [[TMG7800]]), [[Tdev]] [[TMP6400]], and [[Tmonitor]] ([[TM3000]]) devices. This includes support for both electrical and optical variants. &lt;br /&gt;
&lt;br /&gt;
TelcoBridges also provides support for [[STM-1:Automatic Protection Switching|Automatic Protection Switching]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References  ==&lt;br /&gt;
&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Synchronous_optical_networking Sonet/SDH Wikipedia article] &lt;br /&gt;
*[[Channelize_STM-1_to_E1_Channel_Mapping]] &lt;br /&gt;
*[[How_to_channelize_STM-1_to_E1_Channel_Mapping:_KLM_vs_ITU-T]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180815.pdf&amp;diff=34750</id>
		<title>File:TB Support Services for endusers wiki 20180815.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180815.pdf&amp;diff=34750"/>
		<updated>2025-12-08T22:33:52Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support Services for endusers wiki 20180815.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;TB_Support_Services_for_endusers version 2018.08.15&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180627.pdf&amp;diff=34749</id>
		<title>File:TB Support Services for endusers wiki 20180627.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180627.pdf&amp;diff=34749"/>
		<updated>2025-12-08T22:33:37Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support Services for endusers wiki 20180627.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;New version without 10%&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180620.pdf&amp;diff=34748</id>
		<title>File:TB Support Services for endusers wiki 20180620.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180620.pdf&amp;diff=34748"/>
		<updated>2025-12-08T22:33:27Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support Services for endusers wiki 20180620.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;TB_Support_Services_2018.pdf&lt;br /&gt;
Updated version of the TBsupport Services&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_ProSBC_wiki_2019_01_10.pdf&amp;diff=34747</id>
		<title>File:TB Support Services for ProSBC wiki 2019 01 10.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_ProSBC_wiki_2019_01_10.pdf&amp;diff=34747"/>
		<updated>2025-12-08T22:33:17Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support Services for ProSBC wiki 2019 01 10.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ProSBC TB Support Services&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_20210501.pdf&amp;diff=34746</id>
		<title>File:TB Support Services 20210501.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_20210501.pdf&amp;diff=34746"/>
		<updated>2025-12-08T22:33:07Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support Services 20210501.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_2017_v2.pdf&amp;diff=34745</id>
		<title>File:TB Support Services 2017 v2.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_2017_v2.pdf&amp;diff=34745"/>
		<updated>2025-12-08T22:32:57Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support Services 2017 v2.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updated TBSupport services for SUPPORT-24-7/L2 and SUPPORT-95/L2&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jan_19_2024.pdf&amp;diff=34744</id>
		<title>File:TB Support Services - Jan 19 2024.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jan_19_2024.pdf&amp;diff=34744"/>
		<updated>2025-12-08T22:32:45Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support Services - Jan 19 2024.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
TB Support Services, updated January 19 2024&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jan_17_2023.pdf&amp;diff=34743</id>
		<title>File:TB Support Services - Jan 17 2023.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jan_17_2023.pdf&amp;diff=34743"/>
		<updated>2025-12-08T22:32:33Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support Services - Jan 17 2023.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Full_length.pdf&amp;diff=34742</id>
		<title>File:TB Support Full length.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Full_length.pdf&amp;diff=34742"/>
		<updated>2025-12-08T22:32:22Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support Full length.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Details.pdf&amp;diff=34741</id>
		<title>File:TB Support Details.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Details.pdf&amp;diff=34741"/>
		<updated>2025-12-08T22:32:09Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support Details.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Details about TB Support&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support.pdf&amp;diff=34740</id>
		<title>File:TB Support.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support.pdf&amp;diff=34740"/>
		<updated>2025-12-08T22:31:56Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2011 TB Support&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Return_and_Repair_Procedure_2018.pdf&amp;diff=34739</id>
		<title>File:TB Return and Repair Procedure 2018.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Return_and_Repair_Procedure_2018.pdf&amp;diff=34739"/>
		<updated>2025-12-08T22:31:23Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Return and Repair Procedure 2018.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return and Repair procedure, version 2018&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_RMA_Procedures_20090918.pdf&amp;diff=34738</id>
		<title>File:TB RMA Procedures 20090918.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_RMA_Procedures_20090918.pdf&amp;diff=34738"/>
		<updated>2025-12-08T22:31:03Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB RMA Procedures 20090918.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Document describing TelcoBridges&#039; RMA procedures.&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Product_Warranty_2018.pdf&amp;diff=34737</id>
		<title>File:TB Product Warranty 2018.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Product_Warranty_2018.pdf&amp;diff=34737"/>
		<updated>2025-12-08T22:30:05Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Product Warranty 2018.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updated version of the product warranty&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jun_25_2024.pdf&amp;diff=34736</id>
		<title>File:TB Support Services - Jun 25 2024.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jun_25_2024.pdf&amp;diff=34736"/>
		<updated>2025-12-08T22:29:00Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Luc Morissette uploaded a new version of File:TB Support Services - Jun 25 2024.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
TB Support Services June 2024&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180815.pdf&amp;diff=34735</id>
		<title>File:TB Support Services for endusers wiki 20180815.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180815.pdf&amp;diff=34735"/>
		<updated>2025-12-08T22:17:28Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support Services for endusers wiki 20180815.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;TB_Support_Services_for_endusers version 2018.08.15&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180627.pdf&amp;diff=34734</id>
		<title>File:TB Support Services for endusers wiki 20180627.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180627.pdf&amp;diff=34734"/>
		<updated>2025-12-08T22:17:21Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support Services for endusers wiki 20180627.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;New version without 10%&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180620.pdf&amp;diff=34733</id>
		<title>File:TB Support Services for endusers wiki 20180620.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_endusers_wiki_20180620.pdf&amp;diff=34733"/>
		<updated>2025-12-08T22:17:13Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support Services for endusers wiki 20180620.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;TB_Support_Services_2018.pdf&lt;br /&gt;
Updated version of the TBsupport Services&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_ProSBC_wiki_2019_01_10.pdf&amp;diff=34732</id>
		<title>File:TB Support Services for ProSBC wiki 2019 01 10.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_for_ProSBC_wiki_2019_01_10.pdf&amp;diff=34732"/>
		<updated>2025-12-08T22:17:04Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support Services for ProSBC wiki 2019 01 10.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ProSBC TB Support Services&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_20210501.pdf&amp;diff=34731</id>
		<title>File:TB Support Services 20210501.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_20210501.pdf&amp;diff=34731"/>
		<updated>2025-12-08T22:16:55Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support Services 20210501.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_2017_v2.pdf&amp;diff=34730</id>
		<title>File:TB Support Services 2017 v2.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_2017_v2.pdf&amp;diff=34730"/>
		<updated>2025-12-08T22:16:47Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support Services 2017 v2.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updated TBSupport services for SUPPORT-24-7/L2 and SUPPORT-95/L2&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jun_25_2024.pdf&amp;diff=34729</id>
		<title>File:TB Support Services - Jun 25 2024.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jun_25_2024.pdf&amp;diff=34729"/>
		<updated>2025-12-08T22:16:37Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support Services - Jun 25 2024.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
TB Support Services June 2024&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jan_19_2024.pdf&amp;diff=34728</id>
		<title>File:TB Support Services - Jan 19 2024.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jan_19_2024.pdf&amp;diff=34728"/>
		<updated>2025-12-08T22:16:27Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support Services - Jan 19 2024.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
TB Support Services, updated January 19 2024&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jan_17_2023.pdf&amp;diff=34727</id>
		<title>File:TB Support Services - Jan 17 2023.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Services_-_Jan_17_2023.pdf&amp;diff=34727"/>
		<updated>2025-12-08T22:16:09Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support Services - Jan 17 2023.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Full_length.pdf&amp;diff=34726</id>
		<title>File:TB Support Full length.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Full_length.pdf&amp;diff=34726"/>
		<updated>2025-12-08T22:16:00Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support Full length.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support.pdf&amp;diff=34725</id>
		<title>File:TB Support.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support.pdf&amp;diff=34725"/>
		<updated>2025-12-08T22:15:43Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2011 TB Support&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Details.pdf&amp;diff=34724</id>
		<title>File:TB Support Details.pdf</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=File:TB_Support_Details.pdf&amp;diff=34724"/>
		<updated>2025-12-08T22:15:34Z</updated>

		<summary type="html">&lt;p&gt;Luc Morissette: Protected &amp;quot;File:TB Support Details.pdf&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Details about TB Support&lt;/div&gt;</summary>
		<author><name>Luc Morissette</name></author>
	</entry>
</feed>