[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freeswitch-dev
Subject:    =?utf-8?Q?FREE=20workshop=20tomorrow=2C=20Feb=2023rd=20=2D=20session=202=20of=20the=20series.?=
From:       The FreeSWITCH Team <marketing () cluecon ! com>
Date:       2022-02-22 13:59:51
Message-ID: 73f7dcee16e0a87ece76c372d.3d24d6b480.20220222135943.2fd9b66510.8afd743a () mail115 ! atl71 ! mcdlv ! net
[Download RAW message or body]

This is a multi-part message in MIME format


Catch up on session 1 now - learn how to  Build a "Zoom-Like" Video Conferencing App \
so you can build a Room Preview feature!

View this email in your browser \
                (https://mailchi.mp/freeswitch.com/livewire2?e=3d24d6b480)
LiveWIRE: Build Room Preview Feature
Wednesday, February 23rd at 2PM ET
Learn how to build Zoom-like multi-party video capabilities as a feature of any web \
app in four live coding sessions. Join us for the second session February 23rd at 2PM \
ET!


Build Room Preview Feature to Display a Preview Video of a Room

In this second workshop, you will add a Room Preview feature to the app you built in \
the first session. Room Preview does what its name suggests: create live previews of \
the activity in a video room so users can preview what's going before entering that \
room. Missed the first live session? No worries - you can watch it below!
Sign Up (https://signalwire.com/livewire/build-zoom-like-features-into-any-app-series-0222)
 Build a "Zoom-Like" Video Conferencing App 60 Mins
https://youtu.be/XuCYdHmN9cw
Walk step-by-step through building a basic video conferencing feature with audio and \
video Mute/Unmute and Screen Share. You'll end this session with the code for a \
simple video room and a solid grasp how to use SignalWire's Multiparty Video API and \
Javascript SDK. The World's Fastest AI Supercomputer – Coming 2022
The Metaverse might not fully exist yet (and we don't even know when it will) – but \
Meta is developing the world's fastest AI supercomputer, which is slated to be \
finished in mid-2022.

We've all heard about the Metaverse in the last several months: a network of 3D \
virtual worlds focused on social connection, accessed by VR or AR goggles. In 2021 \
Facebook renamed itself "Meta Platforms" and declared itself devoted to developing \
the Metaverse. It's thought that this virtual reality will be the next iteration of \
the internet. Though when, specifically, is a mystery.

Meta actually started its AI research ten years ago, with the Facebook AI Research \
lab. The lab developed chatbot design, AI systems to forget unnecessary information, \
and even synthetic skin that gives robots the ability to have a sense of touch. In \
2017, Meta launched its first AI supercomputer, which leveraged open source and \
publicly available data sets. The new supercomputer, named AI Research SuperCluster \
– or RSC – will use its powerful hardware to train large computer vision and \
natural language processing models. Real time voice translation will be one of the \
main highlights for RSC, so that people all over the world will be able to chat in \
the Metaverse in real time, all speaking different languages and seamlessly \
communicating with one another... Read the Rest \
(https://freeswitch.com/index.php/2022/02/17/the-worlds-fastest-ai-supercomputer-coming-2022/)
 Get ClueCon Early Bird tickets for $599.99
Get $700 off your ClueCon registration by taking advantage of our Early Bird Sale! \
It's not too early to register to join us in Chicago on October 17th-20th. No coupon \
required! Register Now! (http://cluecon.com/register)
ClueCon Weekly with Nickolay Shmyrev
https://youtu.be/Seua3xChfvM
Nickolay Shmyrev is a speech recognition researcher with more than 15 years of \
experience in speech technology. Nickolay is leading the Vosk project to bring modern \
accurate, fast and flexible speech recognition to open source – telephony, mobile \
applications, web and desktop. In this episode, Nickolay to talks about recent \
improvements in the Vosk speech recognition toolkit. FreeSWITCH Community Corner \
Question Conundrum:
"I'm calling multiple destinations separated by |
One of the destinations is returning 480 and FS is canceling all other legs. I have \
continue_on_fail to true (I also tried with 480 and "Temp Unavailable…")

It was my understanding FS would just ignore that leg (no media is received) and \
allow the other legs continue…

What am I missing?"

Solution:
Solve the problem setting continue_on_fail on every leg (in [ ] instead of the global \
{ }) and setting specifically 480 on the offending leg.

Looking to solve your own conundrum? Add us on slack so you can ask the team your \
FreeSWITCH question! It might even be our next Community Corner Question. Add us on \
Slack! Join our Slack community to stay up to date on all things FreeSWITCH. This is \
a great place to reach out to us with any questions. Add Us! \
(http://signalwire-community.slack.com)

============================================================
** Twitter (https://twitter.com/freeswitch)
** Facebook (https://www.facebook.com/freeswitch/)
** Website (https://www.linkedin.com/company/freeswitch-solutions-llc/)
Want to change how you receive these emails?
You can ** update your preferences \
(https://freeswitch.us13.list-manage.com/profile?u=73f7dcee16e0a87ece76c372d&id=8de1531556&e=3d24d6b480&c=2fd9b66510)
 or ** unsubscribe from this list \
(https://freeswitch.us13.list-manage.com/unsubscribe?u=73f7dcee16e0a87ece76c372d&id=8de1531556&e=3d24d6b480&c=2fd9b66510)
                
.


[Attachment #3 (text/html)]

<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office">  <head>
        <!-- NAME: 1:2:1 COLUMN - FULL WIDTH -->
        <!--[if gte mso 15]>
        <xml>
            <o:OfficeDocumentSettings>
            <o:AllowPNG/>
            <o:PixelsPerInch>96</o:PixelsPerInch>
            </o:OfficeDocumentSettings>
        </xml>
        <![endif]-->
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>FREE workshop tomorrow, Feb 23rd - session 2 of the series.</title>

    <style type="text/css">
		p{
			margin:10px 0;
			padding:0;
		}
		table{
			border-collapse:collapse;
		}
		h1,h2,h3,h4,h5,h6{
			display:block;
			margin:0;
			padding:0;
		}
		img,a img{
			border:0;
			height:auto;
			outline:none;
			text-decoration:none;
		}
		body,#bodyTable,#bodyCell{
			height:100%;
			margin:0;
			padding:0;
			width:100%;
		}
		.mcnPreviewText{
			display:none !important;
		}
		#outlook a{
			padding:0;
		}
		img{
			-ms-interpolation-mode:bicubic;
		}
		table{
			mso-table-lspace:0pt;
			mso-table-rspace:0pt;
		}
		.ReadMsgBody{
			width:100%;
		}
		.ExternalClass{
			width:100%;
		}
		p,a,li,td,blockquote{
			mso-line-height-rule:exactly;
		}
		a[href^=tel],a[href^=sms]{
			color:inherit;
			cursor:default;
			text-decoration:none;
		}
		p,a,li,td,body,table,blockquote{
			-ms-text-size-adjust:100%;
			-webkit-text-size-adjust:100%;
		}
		.ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass \
span,.ExternalClass font{  line-height:100%;
		}
		a[x-apple-data-detectors]{
			color:inherit !important;
			text-decoration:none !important;
			font-size:inherit !important;
			font-family:inherit !important;
			font-weight:inherit !important;
			line-height:inherit !important;
		}
		.templateContainer{
			max-width:600px !important;
		}
		a.mcnButton{
			display:block;
		}
		.mcnImage,.mcnRetinaImage{
			vertical-align:bottom;
		}
		.mcnTextContent{
			word-break:break-word;
		}
		.mcnTextContent img{
			height:auto !important;
		}
		.mcnDividerBlock{
			table-layout:fixed !important;
		}
		body,#bodyTable{
			background-color:#286769;
		}
		#bodyCell{
			border-top:0;
		}
		h1{
			color:#202020;
			font-family:Helvetica;
			font-size:26px;
			font-style:normal;
			font-weight:bold;
			line-height:125%;
			letter-spacing:normal;
			text-align:left;
		}
		h2{
			color:#202020;
			font-family:Helvetica;
			font-size:22px;
			font-style:normal;
			font-weight:bold;
			line-height:125%;
			letter-spacing:normal;
			text-align:left;
		}
		h3{
			color:#202020;
			font-family:Helvetica;
			font-size:20px;
			font-style:normal;
			font-weight:bold;
			line-height:125%;
			letter-spacing:normal;
			text-align:left;
		}
		h4{
			color:#202020;
			font-family:Helvetica;
			font-size:18px;
			font-style:normal;
			font-weight:bold;
			line-height:125%;
			letter-spacing:normal;
			text-align:left;
		}
		#templatePreheader{
			background-color:#ebe4e4;
			background-image:none;
			background-repeat:no-repeat;
			background-position:center;
			background-size:cover;
			border-top:0;
			border-bottom:0;
			padding-top:9px;
			padding-bottom:9px;
		}
		#templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
			color:#656565;
			font-family:Helvetica;
			font-size:12px;
			line-height:150%;
			text-align:left;
		}
		#templatePreheader .mcnTextContent a,#templatePreheader .mcnTextContent p a{
			color:#656565;
			font-weight:normal;
			text-decoration:underline;
		}
		#templateHeader{
			background-color:#ffffff;
			background-image:none;
			background-repeat:no-repeat;
			background-position:center;
			background-size:cover;
			border-top:0;
			border-bottom:0;
			padding-top:9px;
			padding-bottom:0;
		}
		#templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
			color:#202020;
			font-family:Helvetica;
			font-size:16px;
			line-height:150%;
			text-align:left;
		}
		#templateHeader .mcnTextContent a,#templateHeader .mcnTextContent p a{
			color:#007C89;
			font-weight:normal;
			text-decoration:underline;
		}
		#templateUpperBody{
			background-color:#ceedee;
			background-image:none;
			background-repeat:no-repeat;
			background-position:center;
			background-size:cover;
			border-top:0;
			border-bottom:0;
			padding-top:0;
			padding-bottom:0;
		}
		#templateUpperBody .mcnTextContent,#templateUpperBody .mcnTextContent p{
			color:#202020;
			font-family:Helvetica;
			font-size:16px;
			line-height:150%;
			text-align:left;
		}
		#templateUpperBody .mcnTextContent a,#templateUpperBody .mcnTextContent p a{
			color:#007C89;
			font-weight:normal;
			text-decoration:underline;
		}
		#templateColumns{
			background-color:#ceedee;
			background-image:none;
			background-repeat:no-repeat;
			background-position:center;
			background-size:cover;
			border-top:0;
			border-bottom:0;
			padding-top:0;
			padding-bottom:0;
		}
		#templateColumns .columnContainer .mcnTextContent,#templateColumns .columnContainer \
.mcnTextContent p{  color:#202020;
			font-family:Helvetica;
			font-size:16px;
			line-height:150%;
			text-align:left;
		}
		#templateColumns .columnContainer .mcnTextContent a,#templateColumns \
.columnContainer .mcnTextContent p a{  color:#007C89;
			font-weight:normal;
			text-decoration:underline;
		}
		#templateLowerBody{
			background-color:#ceedee;
			background-image:none;
			background-repeat:no-repeat;
			background-position:center;
			background-size:cover;
			border-top:0;
			border-bottom:2px solid #EAEAEA;
			padding-top:0;
			padding-bottom:9px;
		}
		#templateLowerBody .mcnTextContent,#templateLowerBody .mcnTextContent p{
			color:#202020;
			font-family:Helvetica;
			font-size:16px;
			line-height:150%;
			text-align:left;
		}
		#templateLowerBody .mcnTextContent a,#templateLowperBody .mcnTextContent p a{
			color:#007C89;
			font-weight:normal;
			text-decoration:underline;
		}
		#templateFooter{
			background-color:#024682;
			background-image:none;
			background-repeat:no-repeat;
			background-position:center;
			background-size:cover;
			border-top:0;
			border-bottom:0;
			padding-top:9px;
			padding-bottom:9px;
		}
		#templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
			color:#656565;
			font-family:Helvetica;
			font-size:12px;
			line-height:150%;
			text-align:center;
		}
		#templateFooter .mcnTextContent a,#templateFooter .mcnTextContent p a{
			color:#656565;
			font-weight:normal;
			text-decoration:underline;
		}
	@media only screen and (min-width:768px){
		.templateContainer{
			width:600px !important;
		}

}	@media only screen and (max-width: 480px){
		body,table,td,p,a,li,blockquote{
			-webkit-text-size-adjust:none !important;
		}

}	@media only screen and (max-width: 480px){
		body{
			width:100% !important;
			min-width:100% !important;
		}

}	@media only screen and (max-width: 480px){
		.columnWrapper{
			max-width:100% !important;
			width:100% !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnRetinaImage{
			max-width:100% !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnImage{
			width:100% !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnCartContainer,.mcnCaptionTopContent,.mcnRecContentContainer,.mcnCaptionBottomCon \
tent,.mcnTextContentContainer,.mcnBoxedTextContentContainer,.mcnImageGroupContentConta \
iner,.mcnCaptionLeftTextContentContainer,.mcnCaptionRightTextContentContainer,.mcnCapt \
ionLeftImageContentContainer,.mcnCaptionRightImageContentContainer,.mcnImageCardLeftTe \
xtContentContainer,.mcnImageCardRightTextContentContainer,.mcnImageCardLeftImageContentContainer,.mcnImageCardRightImageContentContainer{
  max-width:100% !important;
			width:100% !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnBoxedTextContentContainer{
			min-width:100% !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnImageGroupContent{
			padding:9px !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnCaptionLeftContentOuter .mcnTextContent,.mcnCaptionRightContentOuter \
.mcnTextContent{  padding-top:9px !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnImageCardTopImageContent,.mcnCaptionBottomContent:last-child \
.mcnCaptionBottomImageContent,.mcnCaptionBlockInner .mcnCaptionTopContent:last-child \
.mcnTextContent{  padding-top:18px !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnImageCardBottomImageContent{
			padding-bottom:9px !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnImageGroupBlockInner{
			padding-top:0 !important;
			padding-bottom:0 !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnImageGroupBlockOuter{
			padding-top:9px !important;
			padding-bottom:9px !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnTextContent,.mcnBoxedTextContentColumn{
			padding-right:18px !important;
			padding-left:18px !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnImageCardLeftImageContent,.mcnImageCardRightImageContent{
			padding-right:18px !important;
			padding-bottom:0 !important;
			padding-left:18px !important;
		}

}	@media only screen and (max-width: 480px){
		.mcpreview-image-uploader{
			display:none !important;
			width:100% !important;
		}

}	@media only screen and (max-width: 480px){
		h1{
			font-size:22px !important;
			line-height:125% !important;
		}

}	@media only screen and (max-width: 480px){
		h2{
			font-size:20px !important;
			line-height:125% !important;
		}

}	@media only screen and (max-width: 480px){
		h3{
			font-size:18px !important;
			line-height:125% !important;
		}

}	@media only screen and (max-width: 480px){
		h4{
			font-size:16px !important;
			line-height:150% !important;
		}

}	@media only screen and (max-width: 480px){
		.mcnBoxedTextContentContainer .mcnTextContent,.mcnBoxedTextContentContainer \
.mcnTextContent p{  font-size:14px !important;
			line-height:150% !important;
		}

}	@media only screen and (max-width: 480px){
		#templatePreheader{
			display:block !important;
		}

}	@media only screen and (max-width: 480px){
		#templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
			font-size:14px !important;
			line-height:150% !important;
		}

}	@media only screen and (max-width: 480px){
		#templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
			font-size:16px !important;
			line-height:150% !important;
		}

}	@media only screen and (max-width: 480px){
		#templateUpperBody .mcnTextContent,#templateUpperBody .mcnTextContent p{
			font-size:16px !important;
			line-height:150% !important;
		}

}	@media only screen and (max-width: 480px){
		#templateColumns .columnContainer .mcnTextContent,#templateColumns .columnContainer \
.mcnTextContent p{  font-size:16px !important;
			line-height:150% !important;
		}

}	@media only screen and (max-width: 480px){
		#templateLowerBody .mcnTextContent,#templateLowerBody .mcnTextContent p{
			font-size:16px !important;
			line-height:150% !important;
		}

}	@media only screen and (max-width: 480px){
		#templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
			font-size:14px !important;
			line-height:150% !important;
		}

}</style></head>
    <body style="height: 100%;margin: 0;padding: 0;width: 100%;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;background-color: #286769;">  <!--
-->
        <!--[if !gte mso 9]><!----><span class="mcnPreviewText" style="display:none; \
font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; \
overflow:hidden; visibility:hidden; mso-hide:all;">Catch up on session 1 now - learn \
how to  Build a "Zoom-Like" Video Conferencing App so you can build a Room Preview \
feature!</span><!--<![endif]-->  <!--
-->
        <center>
            <table align="center" border="0" cellpadding="0" cellspacing="0" \
height="100%" width="100%" id="bodyTable" style="border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;height: 100%;margin: 0;padding: 0;width: \
100%;background-color: #286769;">  <tr>
                    <td align="center" valign="top" id="bodyCell" \
style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;height: 100%;margin: 0;padding: 0;width: \
100%;border-top: 0;">  <!-- BEGIN TEMPLATE // -->
                        <table border="0" cellpadding="0" cellspacing="0" \
width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tr>
                                <td align="center" valign="top" \
id="templatePreheader" style="background:#ebe4e4 none no-repeat \
center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;background-color: #ebe4e4;background-image: \
none;background-repeat: no-repeat;background-position: center;background-size: \
cover;border-top: 0;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;">  <!--[if \
                (gte mso 9)|(IE)]>
                                    <table align="center" border="0" cellspacing="0" \
cellpadding="0" width="600" style="width:600px;">  <tr>
                                    <td align="center" valign="top" width="600" \
style="width:600px;">  <![endif]-->
                                    <table align="center" border="0" cellpadding="0" \
cellspacing="0" width="100%" class="templateContainer" style="border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;max-width: 600px !important;">  <tr>
                                            <td valign="top" \
class="preheaderContainer" style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;"><table border="0" cellpadding="0" \
cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody \
class="mcnTextBlockOuter">  <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="600" style="width:600px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding: 0px \
18px 9px;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: \
#656565;font-family: Helvetica;font-size: 12px;line-height: 150%;">

                            <a \
href="https://mailchi.mp/freeswitch.com/livewire2?e=3d24d6b480" target="_blank" \
style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;color: #656565;font-weight: \
normal;text-decoration: underline;">View this email in your browser</a>  </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table></td>
                                        </tr>
                                    </table>
                                    <!--[if (gte mso 9)|(IE)]>
                                    </td>
                                    </tr>
                                    </table>
                                    <![endif]-->
                                </td>
                            </tr>
                            <tr>
                                <td align="center" valign="top" id="templateHeader" \
style="background:#ffffff none no-repeat center/cover;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: \
#ffffff;background-image: none;background-repeat: no-repeat;background-position: \
center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: \
9px;padding-bottom: 0;">  <!--[if (gte mso 9)|(IE)]>
                                    <table align="center" border="0" cellspacing="0" \
cellpadding="0" width="600" style="width:600px;">  <tr>
                                    <td align="center" valign="top" width="600" \
style="width:600px;">  <![endif]-->
                                    <table align="center" border="0" cellpadding="0" \
cellspacing="0" width="100%" class="templateContainer" style="border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;max-width: 600px !important;">  <tr>
                                            <td valign="top" class="headerContainer" \
style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;"><table border="0" cellpadding="0" \
cellspacing="0" width="100%" class="mcnImageBlock" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody \
class="mcnImageBlockOuter">  <tr>
                <td valign="top" style="padding: 0px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
class="mcnImageBlockInner">  <table align="left" width="100%" border="0" \
cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                            <td class="mcnImageContent" valign="top" \
style="padding-right: 0px;padding-left: 0px;padding-top: 0;padding-bottom: \
0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


                                        <img align="center" alt="" \
src="https://mcusercontent.com/73f7dcee16e0a87ece76c372d/images/1dad6ee2-2a53-48d2-8fca-affc020b08fc.png" \
width="599.9884643554688" style="max-width: 1024px;padding-bottom: \
0px;vertical-align: bottom;display: inline !important;border-radius: 0%;border: \
0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" \
class="mcnImage">


                            </td>
                        </tr>
                    </tbody></table>
                </td>
            </tr>
    </tbody>
</table></td>
                                        </tr>
                                    </table>
                                    <!--[if (gte mso 9)|(IE)]>
                                    </td>
                                    </tr>
                                    </table>
                                    <![endif]-->
                                </td>
                            </tr>
                            <tr>
                                <td align="center" valign="top" \
id="templateUpperBody" style="background:#ceedee none no-repeat \
center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;background-color: #ceedee;background-image: \
none;background-repeat: no-repeat;background-position: center;background-size: \
cover;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;">  <!--[if \
                (gte mso 9)|(IE)]>
                                    <table align="center" border="0" cellspacing="0" \
cellpadding="0" width="600" style="width:600px;">  <tr>
                                    <td align="center" valign="top" width="600" \
style="width:600px;">  <![endif]-->
                                    <table align="center" border="0" cellpadding="0" \
cellspacing="0" width="100%" class="templateContainer" style="border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;max-width: 600px !important;">  <tr>
                                            <td valign="top" class="bodyContainer" \
style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;"><table border="0" cellpadding="0" \
cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed \
!important;">  <tbody class="mcnDividerBlockOuter">
        <tr>
            <td class="mcnDividerBlockInner" style="min-width: 100%;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <table class="mcnDividerContent" border="0" \
cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px \
solid #443D3D;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                        <td style="mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <span></span>
                        </td>
                    </tr>
                </tbody></table>
<!--
                <td class="mcnDividerBlockInner" style="padding: 18px;">
                <hr class="mcnDividerContent" style="border-bottom-color:none; \
border-left-color:none; border-right-color:none; border-bottom-width:0; \
border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; \
                margin-bottom:0; margin-left:0;" />
-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="599" style="width:599px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            <div style="text-align: center;"><span \
style="font-size:27px"><strong>LiveWIRE: Build Room Preview \
Feature&nbsp;</strong></span><br> <span style="font-size:20px"><strong>Wednesday, \
February 23rd at&nbsp;2PM ET</strong></span></div>

                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnImageBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnImageBlockOuter">
            <tr>
                <td valign="top" style="padding: 9px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
class="mcnImageBlockInner">  <table align="left" width="100%" border="0" \
cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                            <td class="mcnImageContent" valign="top" \
style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: \
0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


                                        <img align="center" alt="" \
src="https://mcusercontent.com/73f7dcee16e0a87ece76c372d/images/80bd7a16-3dcb-add5-3d89-7fbcd039b40d.png" \
width="563.9884643554688" style="max-width: 1200px;padding-bottom: 0;display: inline \
!important;vertical-align: bottom;border: 0;height: auto;outline: \
none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnImage">


                            </td>
                        </tr>
                    </tbody></table>
                </td>
            </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="599" style="width:599px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            Learn how to build Zoom-like multi-party video \
capabilities as a feature of any web app in four live coding sessions. Join us for \
the second session February 23rd at 2PM ET!<br> &nbsp;
<p style="margin: 10px 0;padding: 0;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: \
#202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: \
left;"><strong>Build Room Preview Feature to Display a Preview Video of a \
Room</strong></p>

<p style="margin: 10px 0;padding: 0;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: \
#202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: \
left;">In this second workshop, you will add a Room Preview feature to the app you \
built in the first session. Room Preview does what its name suggests: create live \
previews of the activity in a video room so users can preview what's going before \
entering that room.</p>

<div style="text-align: center;">Missed the first live session? No worries - you can \
watch it below!</div>

                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnButtonBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnButtonBlockOuter">
        <tr>
            <td style="padding-top: 0;padding-right: 18px;padding-bottom: \
18px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;" valign="top" align="center" \
class="mcnButtonBlockInner">  <table border="0" cellpadding="0" cellspacing="0" \
class="mcnButtonContentContainer" style="border-collapse: separate \
!important;border-radius: 4px;background-color: #2BAADF;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: \
100%;">  <tbody>
                        <tr>
                            <td align="center" valign="middle" \
class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <a class="mcnButton " title="Sign Up" \
href="https://freeswitch.us13.list-manage.com/track/click?u=73f7dcee16e0a87ece76c372d&id=cbc24f8a72&e=3d24d6b480" \
target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: \
100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: \
block;">Sign Up</a>  </td>
                        </tr>
                    </tbody>
                </table>
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnDividerBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">  <tbody \
class="mcnDividerBlockOuter">  <tr>
            <td class="mcnDividerBlockInner" style="min-width: 100%;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <table class="mcnDividerContent" border="0" \
cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px \
solid #443D3D;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                        <td style="mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <span></span>
                        </td>
                    </tr>
                </tbody></table>
<!--
                <td class="mcnDividerBlockInner" style="padding: 18px;">
                <hr class="mcnDividerContent" style="border-bottom-color:none; \
border-left-color:none; border-right-color:none; border-bottom-width:0; \
border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; \
                margin-bottom:0; margin-left:0;" />
-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="599" style="width:599px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            <div style="text-align: center;"><span \
style="font-size:27px"><strong>Build a "Zoom-Like" Video Conferencing App 60 \
Mins</strong></span></div>

                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: \
100%;">  <tbody class="mcnImageCardBlockOuter">
        <tr>
            <td class="mcnImageCardBlockInner" valign="top" style="padding-top: \
9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">

<table align="left" border="0" cellpadding="0" cellspacing="0" \
class="mcnImageCardBottomContent" width="100%" style="border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
        <td class="mcnImageCardBottomImageContent" align="center" valign="top" \
style="padding-top: 0px;padding-right: 0px;padding-bottom: 0;padding-left: \
0px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


            <a href="https://freeswitch.us13.list-manage.com/track/click?u=73f7dcee16e0a87ece76c372d&id=13c30d626d&e=3d24d6b480" \
title="Part One of the LIVEWire Coding Series: Build Zoom-Like Features Into Any App" \
class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


            <img alt="" \
src="https://mcusercontent.com/73f7dcee16e0a87ece76c372d/video_thumbnails_new/2b72b68f219a1ffa8f5f39265fe08b14.png" \
width="480" style="max-width: 480px;border: 0;height: auto;outline: \
none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" \
class="mcnImage">  </a>

        </td>
    </tr>
    <tr>
        <td class="mcnTextContent" valign="top" style="padding: 9px 18px;color: \
#000000;font-family: Helvetica;font-size: 16px;font-weight: normal;text-align: \
center;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;" \
width="545">  <br>
Walk step-by-step through building a basic video conferencing feature with audio and \
video Mute/Unmute and Screen Share. You'll end this session with the code for a \
simple video room and a solid grasp how to use SignalWire's Multiparty Video API and \
Javascript SDK.  </td>
    </tr>
</tbody></table>




            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnDividerBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">  <tbody \
class="mcnDividerBlockOuter">  <tr>
            <td class="mcnDividerBlockInner" style="min-width: 100%;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <table class="mcnDividerContent" border="0" \
cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px \
solid #443D3D;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                        <td style="mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <span></span>
                        </td>
                    </tr>
                </tbody></table>
<!--
                <td class="mcnDividerBlockInner" style="padding: 18px;">
                <hr class="mcnDividerContent" style="border-bottom-color:none; \
border-left-color:none; border-right-color:none; border-bottom-width:0; \
border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; \
                margin-bottom:0; margin-left:0;" />
-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="599" style="width:599px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            <div style="text-align: center;"><span \
style="font-size:21px"><strong>The World's Fastest AI Supercomputer – Coming \
2022</strong></span></div>

                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnImageBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnImageBlockOuter">
            <tr>
                <td valign="top" style="padding: 9px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
class="mcnImageBlockInner">  <table align="left" width="100%" border="0" \
cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                            <td class="mcnImageContent" valign="top" \
style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: \
0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


                                        <img align="center" alt="" \
src="https://mcusercontent.com/73f7dcee16e0a87ece76c372d/images/82f0a750-4032-7882-ece4-4f62e9f5a19b.jpg" \
width="563.9884643554688" style="max-width: 1200px;padding-bottom: 0;display: inline \
!important;vertical-align: bottom;border: 0;height: auto;outline: \
none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnImage">


                            </td>
                        </tr>
                    </tbody></table>
                </td>
            </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="599" style="width:599px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            The Metaverse might not fully exist yet (and we don't \
even know when it will) – but Meta is developing the world's fastest AI \
supercomputer, which is slated to be finished in mid-2022.&nbsp;<br> <br>
We've all heard about the Metaverse in the last several months: a network of 3D \
virtual worlds focused on social connection, accessed by VR or AR goggles. In 2021 \
Facebook renamed itself "Meta Platforms" and declared itself devoted to developing \
the Metaverse. It's thought that this virtual reality will be the next iteration of \
the internet. Though when, specifically, is a mystery.&nbsp;<br> <br>
Meta actually started its AI research ten years ago, with the Facebook AI Research \
lab. The lab developed chatbot design, AI systems to forget unnecessary information, \
and even synthetic skin that gives robots the ability to have a sense of touch. In \
2017, Meta launched its first AI supercomputer, which leveraged open source and \
publicly available data sets. The new supercomputer, named AI Research SuperCluster \
– or RSC – will use its powerful hardware to train large computer vision and \
natural language processing models. Real time voice translation will be one of the \
main highlights for RSC, so that people all over the world will be able to chat in \
the Metaverse in real time, all speaking different languages and seamlessly \
communicating with one another...  </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnButtonBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnButtonBlockOuter">
        <tr>
            <td style="padding-top: 0;padding-right: 18px;padding-bottom: \
18px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;" valign="top" align="center" \
class="mcnButtonBlockInner">  <table border="0" cellpadding="0" cellspacing="0" \
class="mcnButtonContentContainer" style="border-collapse: separate \
!important;border-radius: 4px;background-color: #2BAADF;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: \
100%;">  <tbody>
                        <tr>
                            <td align="center" valign="middle" \
class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <a class="mcnButton " title="Read the Rest" \
href="https://freeswitch.us13.list-manage.com/track/click?u=73f7dcee16e0a87ece76c372d&id=9acf620188&e=3d24d6b480" \
target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: \
100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: \
block;">Read the Rest</a>  </td>
                        </tr>
                    </tbody>
                </table>
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnDividerBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">  <tbody \
class="mcnDividerBlockOuter">  <tr>
            <td class="mcnDividerBlockInner" style="min-width: 100%;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <table class="mcnDividerContent" border="0" \
cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px \
solid #443D3D;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                        <td style="mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <span></span>
                        </td>
                    </tr>
                </tbody></table>
<!--
                <td class="mcnDividerBlockInner" style="padding: 18px;">
                <hr class="mcnDividerContent" style="border-bottom-color:none; \
border-left-color:none; border-right-color:none; border-bottom-width:0; \
border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; \
                margin-bottom:0; margin-left:0;" />
-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="599" style="width:599px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            <div style="text-align: center;"><span \
style="font-size:27px"><strong>Get ClueCon Early Bird tickets for \
$599.99</strong></span></div>

                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnImageBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnImageBlockOuter">
            <tr>
                <td valign="top" style="padding: 9px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
class="mcnImageBlockInner">  <table align="left" width="100%" border="0" \
cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                            <td class="mcnImageContent" valign="top" \
style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: \
0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


                                        <img align="center" alt="" \
src="https://mcusercontent.com/73f7dcee16e0a87ece76c372d/images/07f265fc-f08e-46a4-aa30-f3200753f69e.png" \
width="563.9884643554688" style="max-width: 1200px;padding-bottom: 0;display: inline \
!important;vertical-align: bottom;border: 0;height: auto;outline: \
none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnImage">


                            </td>
                        </tr>
                    </tbody></table>
                </td>
            </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="599" style="width:599px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            Get $700 off your ClueCon registration by taking \
advantage of our Early Bird Sale! It's not too early to register to join us in \
Chicago on October 17th-20th. No coupon required!  </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnButtonBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnButtonBlockOuter">
        <tr>
            <td style="padding-top: 0;padding-right: 18px;padding-bottom: \
18px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;" valign="top" align="center" \
class="mcnButtonBlockInner">  <table border="0" cellpadding="0" cellspacing="0" \
class="mcnButtonContentContainer" style="border-collapse: separate \
!important;border-radius: 4px;background-color: #2BAADF;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: \
100%;">  <tbody>
                        <tr>
                            <td align="center" valign="middle" \
class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <a class="mcnButton " title="Register Now!" \
href="https://freeswitch.us13.list-manage.com/track/click?u=73f7dcee16e0a87ece76c372d&id=5f2896695b&e=3d24d6b480" \
target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: \
100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: \
block;">Register Now!</a>  </td>
                        </tr>
                    </tbody>
                </table>
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnDividerBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">  <tbody \
class="mcnDividerBlockOuter">  <tr>
            <td class="mcnDividerBlockInner" style="min-width: 100%;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <table class="mcnDividerContent" border="0" \
cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px \
solid #443D3D;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                        <td style="mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <span></span>
                        </td>
                    </tr>
                </tbody></table>
<!--
                <td class="mcnDividerBlockInner" style="padding: 18px;">
                <hr class="mcnDividerContent" style="border-bottom-color:none; \
border-left-color:none; border-right-color:none; border-bottom-width:0; \
border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; \
                margin-bottom:0; margin-left:0;" />
-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="599" style="width:599px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            <div style="text-align: center;"><span \
style="font-size:28px"><strong>ClueCon Weekly with Nickolay \
Shmyrev</strong></span></div>

                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: \
100%;">  <tbody class="mcnImageCardBlockOuter">
        <tr>
            <td class="mcnImageCardBlockInner" valign="top" style="padding-top: \
9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">

<table align="left" border="0" cellpadding="0" cellspacing="0" \
class="mcnImageCardBottomContent" width="100%" style="border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
        <td class="mcnImageCardBottomImageContent" align="center" valign="top" \
style="padding-top: 0px;padding-right: 0px;padding-bottom: 0;padding-left: \
0px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


            <a href="https://freeswitch.us13.list-manage.com/track/click?u=73f7dcee16e0a87ece76c372d&id=6f7f285697&e=3d24d6b480" \
title="ClueCon Weekly with Nickolay Shmyrev" class="" target="_blank" \
style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


            <img alt="" \
src="https://mcusercontent.com/73f7dcee16e0a87ece76c372d/video_thumbnails_new/040385d6ee0000dd618023d3b714ad35.png" \
width="563" style="max-width: 640px;border: 0;height: auto;outline: \
none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" \
class="mcnImage">  </a>

        </td>
    </tr>
    <tr>
        <td class="mcnTextContent" valign="top" style="padding: 9px 18px;color: \
#000000;font-family: Helvetica;font-size: 16px;font-weight: normal;text-align: \
center;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;" \
width="545">  Nickolay Shmyrev is a speech recognition researcher with more than 15 \
years of experience in speech technology. Nickolay is leading the Vosk project to \
bring modern accurate, fast and flexible speech recognition to open source – \
telephony, mobile applications, web and desktop. In this episode, Nickolay to talks \
about recent improvements in the Vosk speech recognition toolkit.  </td>
    </tr>
</tbody></table>




            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnDividerBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">  <tbody \
class="mcnDividerBlockOuter">  <tr>
            <td class="mcnDividerBlockInner" style="min-width: 100%;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <table class="mcnDividerContent" border="0" \
cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px \
solid #443D3D;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                        <td style="mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <span></span>
                        </td>
                    </tr>
                </tbody></table>
<!--
                <td class="mcnDividerBlockInner" style="padding: 18px;">
                <hr class="mcnDividerContent" style="border-bottom-color:none; \
border-left-color:none; border-right-color:none; border-bottom-width:0; \
border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; \
                margin-bottom:0; margin-left:0;" />
-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="599" style="width:599px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            <div style="text-align: center;"><span \
style="font-size:27px"><strong>&nbsp;FreeSWITCH Community Corner \
Question</strong></span></div>

                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnImageBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnImageBlockOuter">
            <tr>
                <td valign="top" style="padding: 9px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
class="mcnImageBlockInner">  <table align="left" width="100%" border="0" \
cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                            <td class="mcnImageContent" valign="top" \
style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: \
0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


                                        <img align="center" alt="" \
src="https://mcusercontent.com/73f7dcee16e0a87ece76c372d/images/4f2b6eed-a717-730a-4ac1-e1698b1c2fef.png" \
width="563.9884643554688" style="max-width: 1200px;padding-bottom: 0;display: inline \
!important;vertical-align: bottom;border: 0;height: auto;outline: \
none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnImage">


                            </td>
                        </tr>
                    </tbody></table>
                </td>
            </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="599" style="width:599px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            <div style="text-align: center;"><span \
style="font-size:20px"><u><strong>Conundrum:</strong></u><br> <strong><span \
style="font-family:arial,helvetica \
neue,helvetica,sans-serif">"</span></strong></span>I'm calling multiple destinations \
separated by |&nbsp;<br> One of the destinations is returning 480 and FS&nbsp;is \
canceling all other legs. I have continue_on_fail to true (I also tried with 480 and \
"Temp Unavailable…")<br> <br>
It was my understanding FS&nbsp;would just ignore that leg (no media is received) and \
allow the other legs continue…<br> <br>
What am I missing?<strong><span style="font-size:20px">"</span>&nbsp;</strong><br>
<br>
<span style="font-size:20px"><u><strong>Solution:</strong></u></span><br>
Solve the problem setting continue_on_fail on every leg (in [ ] instead of the global \
{ }) and setting specifically 480 on the offending leg.<br> <br>
Looking to solve your own conundrum? Add us on slack so you can ask the team your \
FreeSWITCH question! It might even be our next Community Corner Question.</div>

                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnDividerBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">  <tbody \
class="mcnDividerBlockOuter">  <tr>
            <td class="mcnDividerBlockInner" style="min-width: 100%;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <table class="mcnDividerContent" border="0" \
cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px \
solid #443D3D;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                        <td style="mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <span></span>
                        </td>
                    </tr>
                </tbody></table>
<!--
                <td class="mcnDividerBlockInner" style="padding: 18px;">
                <hr class="mcnDividerContent" style="border-bottom-color:none; \
border-left-color:none; border-right-color:none; border-bottom-width:0; \
border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; \
                margin-bottom:0; margin-left:0;" />
-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="600" style="width:600px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            <div style="text-align: center;"><strong><span \
style="font-size:32px">Add us on Slack!</span></strong></div>

                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnImageBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnImageBlockOuter">
            <tr>
                <td valign="top" style="padding: 9px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
class="mcnImageBlockInner">  <table align="left" width="100%" border="0" \
cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                            <td class="mcnImageContent" valign="top" \
style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: \
0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


                                        <img align="center" alt="" \
src="https://mcusercontent.com/73f7dcee16e0a87ece76c372d/images/7f350c9c-aa95-4232-9029-0a5cbe6ff02d.png" \
width="564" style="max-width: 800px;padding-bottom: 0;display: inline \
!important;vertical-align: bottom;border: 0;height: auto;outline: \
none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnImage">


                            </td>
                        </tr>
                    </tbody></table>
                </td>
            </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="600" style="width:600px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">

                            Join our Slack community to stay up to date on all things \
FreeSWITCH. This is a great place to reach out to us with any questions.&nbsp;  </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnButtonBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnButtonBlockOuter">
        <tr>
            <td style="padding-top: 0;padding-right: 18px;padding-bottom: \
18px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;" valign="top" align="center" \
class="mcnButtonBlockInner">  <table border="0" cellpadding="0" cellspacing="0" \
class="mcnButtonContentContainer" style="border-collapse: separate \
!important;border-radius: 4px;background-color: #E81D56;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: \
100%;">  <tbody>
                        <tr>
                            <td align="center" valign="middle" \
class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <a class="mcnButton " title="Add Us!" \
href="https://freeswitch.us13.list-manage.com/track/click?u=73f7dcee16e0a87ece76c372d&id=efaa3a049a&e=3d24d6b480" \
target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: \
100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: \
block;">Add Us!</a>  </td>
                        </tr>
                    </tbody>
                </table>
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnDividerBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">  <tbody \
class="mcnDividerBlockOuter">  <tr>
            <td class="mcnDividerBlockInner" style="min-width: 100%;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <table class="mcnDividerContent" border="0" \
cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px \
solid #443D3D;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                        <td style="mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <span></span>
                        </td>
                    </tr>
                </tbody></table>
<!--
                <td class="mcnDividerBlockInner" style="padding: 18px;">
                <hr class="mcnDividerContent" style="border-bottom-color:none; \
border-left-color:none; border-right-color:none; border-bottom-width:0; \
border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; \
                margin-bottom:0; margin-left:0;" />
-->
            </td>
        </tr>
    </tbody>
</table></td>
                                        </tr>
                                    </table>
                                    <!--[if (gte mso 9)|(IE)]>
                                    </td>
                                    </tr>
                                    </table>
                                    <![endif]-->
                                </td>
                            </tr>
                            <tr>
                                <td align="center" valign="top" id="templateColumns" \
style="background:#ceedee none no-repeat center/cover;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: \
#ceedee;background-image: none;background-repeat: no-repeat;background-position: \
center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: \
0;padding-bottom: 0;">  <table border="0" cellpadding="0" cellspacing="0" \
width="100%" class="templateContainer" style="border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;max-width: 600px !important;">  <tr>
                                            <td valign="top" \
style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if (gte mso 9)|(IE)]>
                                                <table align="center" border="0" \
cellspacing="0" cellpadding="0" width="600" style="width:600px;">  <tr>
                                                <td align="center" valign="top" \
width="300" style="width:300px;">  <![endif]-->
                                                <table align="left" border="0" \
cellpadding="0" cellspacing="0" width="300" class="columnWrapper" \
style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tr>
                                                        <td valign="top" \
class="columnContainer" style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;"><table border="0" cellpadding="0" \
cellspacing="0" width="100%" class="mcnImageBlock" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody \
class="mcnImageBlockOuter">  <tr>
                <td valign="top" style="padding: 9px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
class="mcnImageBlockInner">  <table align="left" width="100%" border="0" \
cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                            <td class="mcnImageContent" valign="top" \
style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: \
0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


                                        <img align="center" alt="" \
src="https://mcusercontent.com/73f7dcee16e0a87ece76c372d/images/ce1c7ff6-f88f-ce37-82a5-194b3091acbc.jpeg" \
width="234.96" style="max-width: 1200px;padding-bottom: 0;display: inline \
!important;vertical-align: bottom;border: 0;height: auto;outline: \
none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnImage">


                            </td>
                        </tr>
                    </tbody></table>
                </td>
            </tr>
    </tbody>
</table></td>
                                                    </tr>
                                                </table>
                                                <!--[if (gte mso 9)|(IE)]>
                                                </td>
                                                <td align="center" valign="top" \
width="300" style="width:300px;">  <![endif]-->
                                                <table align="left" border="0" \
cellpadding="0" cellspacing="0" width="300" class="columnWrapper" \
style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tr>
                                                        <td valign="top" \
class="columnContainer" style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;"><table border="0" cellpadding="0" \
cellspacing="0" width="100%" class="mcnImageBlock" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody \
class="mcnImageBlockOuter">  <tr>
                <td valign="top" style="padding: 9px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
class="mcnImageBlockInner">  <table align="left" width="100%" border="0" \
cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                            <td class="mcnImageContent" valign="top" \
style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: \
0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">


                                        <img align="center" alt="" \
src="https://mcusercontent.com/73f7dcee16e0a87ece76c372d/images/abd658b2-c72d-1d21-4813-84e3a2ff02a1.jpg" \
width="264" style="max-width: 1200px;padding-bottom: 0;display: inline \
!important;vertical-align: bottom;border: 0;height: auto;outline: \
none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnImage">


                            </td>
                        </tr>
                    </tbody></table>
                </td>
            </tr>
    </tbody>
</table></td>
                                                    </tr>
                                                </table>
                                                <!--[if (gte mso 9)|(IE)]>
                                                </td>
                                                </tr>
                                                </table>
                                                <![endif]-->
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                            <tr>
                                <td align="center" valign="top" \
id="templateLowerBody" style="background:#ceedee none no-repeat \
center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;background-color: #ceedee;background-image: \
none;background-repeat: no-repeat;background-position: center;background-size: \
cover;border-top: 0;border-bottom: 2px solid #EAEAEA;padding-top: 0;padding-bottom: \
9px;">  <!--[if (gte mso 9)|(IE)]>
                                    <table align="center" border="0" cellspacing="0" \
cellpadding="0" width="600" style="width:600px;">  <tr>
                                    <td align="center" valign="top" width="600" \
style="width:600px;">  <![endif]-->
                                    <table align="center" border="0" cellpadding="0" \
cellspacing="0" width="100%" class="templateContainer" style="border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;max-width: 600px !important;">  <tr>
                                            <td valign="top" class="bodyContainer" \
style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;"><table border="0" cellpadding="0" \
cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody \
class="mcnTextBlockOuter">  <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="600" style="width:600px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">


                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="600" style="width:600px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">


                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="600" style="width:600px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">


                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="600" style="width:600px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">


                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="600" style="width:600px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">


                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="600" style="width:600px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: \
150%;text-align: left;">


                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table></td>
                                        </tr>
                                    </table>
                                    <!--[if (gte mso 9)|(IE)]>
                                    </td>
                                    </tr>
                                    </table>
                                    <![endif]-->
                                </td>
                            </tr>
                            <tr>
                                <td align="center" valign="top" id="templateFooter" \
style="background:#024682 none no-repeat center/cover;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: \
#024682;background-image: none;background-repeat: no-repeat;background-position: \
center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: \
9px;padding-bottom: 9px;">  <!--[if (gte mso 9)|(IE)]>
                                    <table align="center" border="0" cellspacing="0" \
cellpadding="0" width="600" style="width:600px;">  <tr>
                                    <td align="center" valign="top" width="600" \
style="width:600px;">  <![endif]-->
                                    <table align="center" border="0" cellpadding="0" \
cellspacing="0" width="100%" class="templateContainer" style="border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;max-width: 600px !important;">  <tr>
                                            <td valign="top" class="footerContainer" \
style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;"><table border="0" cellpadding="0" \
cellspacing="0" width="100%" class="mcnFollowBlock" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody \
class="mcnFollowBlockOuter">  <tr>
            <td align="center" valign="top" style="padding: 9px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
class="mcnFollowBlockInner">  <table border="0" cellpadding="0" cellspacing="0" \
width="100%" class="mcnFollowContentContainer" style="min-width: \
100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
        <td align="center" style="padding-left: 9px;padding-right: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <table border="0" cellpadding="0" \
cellspacing="0" width="100%" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;" class="mcnFollowContent">  <tbody><tr>
                    <td align="center" valign="top" style="padding-top: \
9px;padding-right: 9px;padding-left: 9px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <table \
align="center" border="0" cellpadding="0" cellspacing="0" style="border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                                <td align="center" valign="top" \
style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
                                    <table align="center" border="0" cellspacing="0" \
cellpadding="0">  <tr>
                                    <![endif]-->

                                        <!--[if mso]>
                                        <td align="center" valign="top">
                                        <![endif]-->

                                            <table align="left" border="0" \
cellpadding="0" cellspacing="0" class="mcnFollowStacked" style="display: \
inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">

                                                <tbody><tr>
                                                    <td align="center" valign="top" \
class="mcnFollowIconContent" style="padding-right: 10px;padding-bottom: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <a \
href="https://freeswitch.us13.list-manage.com/track/click?u=73f7dcee16e0a87ece76c372d&id=4054338d61&e=3d24d6b480" \
target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;"><img \
src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-twitter-96.png" \
alt="Twitter" class="mcnFollowBlockIcon" width="48" style="width: 48px;max-width: \
48px;display: block;border: 0;height: auto;outline: none;text-decoration: \
none;-ms-interpolation-mode: bicubic;"></a>  </td>
                                                </tr>


                                            </tbody></table>


                                        <!--[if mso]>
                                        </td>
                                        <![endif]-->

                                        <!--[if mso]>
                                        <td align="center" valign="top">
                                        <![endif]-->

                                            <table align="left" border="0" \
cellpadding="0" cellspacing="0" class="mcnFollowStacked" style="display: \
inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">

                                                <tbody><tr>
                                                    <td align="center" valign="top" \
class="mcnFollowIconContent" style="padding-right: 10px;padding-bottom: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <a \
href="https://freeswitch.us13.list-manage.com/track/click?u=73f7dcee16e0a87ece76c372d&id=6add8122c1&e=3d24d6b480" \
target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;"><img \
src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-facebook-96.png" \
alt="Facebook" class="mcnFollowBlockIcon" width="48" style="width: 48px;max-width: \
48px;display: block;border: 0;height: auto;outline: none;text-decoration: \
none;-ms-interpolation-mode: bicubic;"></a>  </td>
                                                </tr>


                                            </tbody></table>


                                        <!--[if mso]>
                                        </td>
                                        <![endif]-->

                                        <!--[if mso]>
                                        <td align="center" valign="top">
                                        <![endif]-->

                                            <table align="left" border="0" \
cellpadding="0" cellspacing="0" class="mcnFollowStacked" style="display: \
inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">

                                                <tbody><tr>
                                                    <td align="center" valign="top" \
class="mcnFollowIconContent" style="padding-right: 0;padding-bottom: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <a \
href="https://freeswitch.us13.list-manage.com/track/click?u=73f7dcee16e0a87ece76c372d&id=67ace885a7&e=3d24d6b480" \
target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;"><img \
src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-link-96.png" \
alt="Website" class="mcnFollowBlockIcon" width="48" style="width: 48px;max-width: \
48px;display: block;border: 0;height: auto;outline: none;text-decoration: \
none;-ms-interpolation-mode: bicubic;"></a>  </td>
                                                </tr>


                                            </tbody></table>


                                        <!--[if mso]>
                                        </td>
                                        <![endif]-->

                                    <!--[if mso]>
                                    </tr>
                                    </table>
                                    <![endif]-->
                                </td>
                            </tr>
                        </tbody></table>
                    </td>
                </tr>
            </tbody></table>
        </td>
    </tr>
</tbody></table>

            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnDividerBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">  <tbody \
class="mcnDividerBlockOuter">  <tr>
            <td class="mcnDividerBlockInner" style="min-width: 100%;padding: \
18px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <table class="mcnDividerContent" border="0" \
cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px \
solid #FFFFFF;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: \
0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <tbody><tr>
                        <td style="mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">  <span></span>
                        </td>
                    </tr>
                </tbody></table>
<!--
                <td class="mcnDividerBlockInner" style="padding: 18px;">
                <hr class="mcnDividerContent" style="border-bottom-color:none; \
border-left-color:none; border-right-color:none; border-bottom-width:0; \
border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; \
                margin-bottom:0; margin-left:0;" />
-->
            </td>
        </tr>
    </tbody>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%" \
class="mcnTextBlock" style="min-width: 100%;border-collapse: \
collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <tbody class="mcnTextBlockOuter">
        <tr>
            <td valign="top" class="mcnTextBlockInner" style="padding-top: \
9px;mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;">  <!--[if mso]>
				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" \
style="width:100%;">  <tr>
				<![endif]-->
			
				<!--[if mso]>
				<td valign="top" width="600" style="width:600px;">
				<![endif]-->
                <table align="left" border="0" cellpadding="0" cellspacing="0" \
style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: \
0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" \
width="100%" class="mcnTextContentContainer">  <tbody><tr>

                        <td valign="top" class="mcnTextContent" style="padding-top: \
0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: \
exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: \
break-word;color: #656565;font-family: Helvetica;font-size: 12px;line-height: \
150%;text-align: center;">

                            <br>
<span style="color:#eeeeee">Want to change how you receive these emails?<br>
You can </span><a href="https://freeswitch.us13.list-manage.com/profile?u=73f7dcee16e0a87ece76c372d&id=8de1531556&e=3d24d6b480&c=2fd9b66510" \
style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;color: #656565;font-weight: \
normal;text-decoration: underline;"><span style="color:#eeeeee">update your \
preferences</span></a><span style="color:#eeeeee"> or </span><a \
href="https://freeswitch.us13.list-manage.com/unsubscribe?u=73f7dcee16e0a87ece76c372d&id=8de1531556&e=3d24d6b480&c=2fd9b66510" \
style="mso-line-height-rule: exactly;-ms-text-size-adjust: \
100%;-webkit-text-size-adjust: 100%;color: #656565;font-weight: \
normal;text-decoration: underline;"><span style="color:#eeeeee">unsubscribe from this \
list</span></a><span style="color:#eeeeee">.</span><br> <br>
&nbsp;
                        </td>
                    </tr>
                </tbody></table>
				<!--[if mso]>
				</td>
				<![endif]-->

				<!--[if mso]>
				</tr>
				</table>
				<![endif]-->
            </td>
        </tr>
    </tbody>
</table></td>
                                        </tr>
                                    </table>
                                    <!--[if (gte mso 9)|(IE)]>
                                    </td>
                                    </tr>
                                    </table>
                                    <![endif]-->
                                </td>
                            </tr>
                        </table>
                        <!-- // END TEMPLATE -->
                    </td>
                </tr>
            </table>
        </center>
    <img src="https://freeswitch.us13.list-manage.com/track/open.php?u=73f7dcee16e0a87ece76c372d&id=2fd9b66510&e=3d24d6b480" \
height="1" width="1" alt=""></body> </html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic