<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Edge Server &#8211; Data Dynamics Pte Ltd</title>
	<atom:link href="https://dynacloud.asia/qa-categories/oss-bss-answers/edge-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://dynacloud.asia</link>
	<description>Welcome To Data Dynamics</description>
	<lastBuildDate>Mon, 08 Nov 2021 11:51:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.21</generator>
	<item>
		<title>Call Detail Record (CDR)</title>
		<link>https://dynacloud.asia/qa/call-detail-record-cdr/</link>
				<pubDate>Mon, 08 Nov 2021 11:45:23 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">https://dynacloud.asia/?post_type=faq&#038;p=4757</guid>
				<description><![CDATA[<p>Introduction CDR stands for Call Detail Record. It is a metadata containing the detailed information about the call session produced by&#160;Edge.&#160;A CDR has various data of each leg of calls, and typically includes:&#160;When the call took place&#160;&#8211; How long the call lasted &#8211; Who called to whom&#160;&#8211; and many more.&#160; Edge CDR Metadata Attribute Description [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/call-detail-record-cdr/">Call Detail Record (CDR)</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></description>
								<content:encoded><![CDATA[
<h2 id="introduction">Introduction</h2>



<p>CDR stands for Call Detail Record. It is a metadata containing the detailed information about the call session produced by&nbsp;<strong>Edge</strong>.&nbsp;A CDR has various data of each leg of calls, and typically includes:&nbsp;<em>When the call took place&nbsp;&#8211; How long the call lasted &#8211; Who called to whom&nbsp;</em>&#8211; and many more.&nbsp;</p>



<h2>Edge CDR Metadata</h2>



<table class="wp-block-table"><thead><tr><th>Attribute</th><th>Description</th></tr></thead><tbody><tr><td>correlation_id</td><td>CDR mapping for far-end by SIP Header:&nbsp;<strong>X-EDGE-CORRELATION-ID</strong></td></tr><tr><td>status</td><td>call status, it can be&nbsp;<strong>answer,&nbsp;cancel,&nbsp;congestion</strong>, etc</td></tr><tr><td>callee</td><td>destination number</td></tr><tr><td>direction</td><td>direction of the call</td></tr><tr><td>duration</td><td>duration of the call in second</td></tr><tr><td>local_media_address</td><td>edge ip address of media/rtp</td></tr><tr><td>user_agent</td><td>far-end sip user agent</td></tr><tr><td>remote_signalling_address</td><td>far-end ip address of signaling/sip</td></tr><tr><td>remote_media_address</td><td>far-end ip address of media/rtp</td></tr><tr><td>edge_network</td><td>ip address of edge processed for this call</td></tr><tr><td>uuid</td><td>leg uuid</td></tr><tr><td>rtp_crypto</td><td>media encryption suite was used for this call</td></tr><tr><td>nodename</td><td>name of node member that processed the call</td></tr><tr><td>peername</td><td>name of trunk that processed the call</td></tr><tr><td>codec</td><td>negotiated codec was used in call</td></tr><tr><td>hangup_cause</td><td>reason why call hang up</td></tr><tr><td>seshid</td><td>session uuid</td></tr><tr><td>interface</td><td>sip interface that call engaged with</td></tr><tr><td>callid</td><td>sip call id of the call</td></tr><tr><td>caller</td><td>source number</td></tr><tr><td>transport</td><td>transport protocol that SIP relies on, the value can be&nbsp;<strong>ucp</strong>,&nbsp;<strong>tcp</strong>,&nbsp;<strong>tls</strong>&nbsp;</td></tr><tr><td>sip_resp_code</td><td>well, sip response code&nbsp;<strong>sip:{code}</strong></td></tr><tr><td>start_time</td><td>when the call started with format ISO8601</td></tr><tr><td>answer_time</td><td>when the call answered with format ISO8601</td></tr><tr><td>end_time</td><td>when the call ended with format ISO8601</td></tr><tr><td>disposition</td><td>who hung up the call</td></tr></tbody></table>



<h2 id="example">Example:</h2>



<pre class="wp-block-preformatted">1 {
2  "data" : {
3    "module" : "call",
4    "eventName" : "vendorCDRExtra",
5    "timestamp" : 1614575657225,
6    "txnUuid" : "fdd9be18-7dfa-49d0-8c47-33f3b4598917",
7    "legs" : {
8     "147d2eac-9ba8-450e-8513-65380b2866d6" : {
9       "edge-SGSBC" : {
10        "rtp_crypto" : "",
11        "correlation_id" : "147d2eac-9ba8-450e-8513-65380b2866d6",
12        "duration" : "6538",
13        "transport" : "udp",
14        "answer_time" : "2021-03-01 13:14:17",
15        "uuid" : "b9aac7ca-2d9f-4e0e-827d-2ffc3b51efee",
16       "codec" : "PCMA",
17        "sip_resp_code" : "sip:200",
18        "seshid" : "147d2eac-9ba8-450e-8513-65380b2866d6",
19        "hangup_cause" : "NORMAL_CLEARING",
20        "end_time" : "2021-03-01 13:14:17",
21        "status" : "ANSWERED",
22        "direction" : "outbound",
23        "iso_answer_time" : "2021-03-01T05:14:17.170092+00:00",
24        "nodename" : "awszntedge1",
25        "edge_network" : "172.31.12.2,18.140.31.74",
26        "callid" : "96db8896-f4e0-1239-fcb5-0677079ea32c",
27        "start_time" : "2021-03-01 13:14:17",
28        "disposition" : "EDGE_SEND_BYE",
29        "interface" : "voice2",
30        "iso_end_time" : "2021-03-01T05:14:17.170136+00:00",
31        "local_media_address" : "111.22.33.4:56789",
32        "caller" : "+6561111111",
33        "peername" : "SGSBC",
34        "iso_start_time" : "2021-03-01T05:14:17.169920+00:00",
35        "user_agent" : "B3Networks",
36        "context" : "inside",
37        "callee" : "+6562222222",
38        "remote_signalling_address" : "00.11.234.56:5060",
39        "remote_media_address" : "00.11.234.56:10648"
40      }
41       }
42     }
43 },
44 "gateKeeperSpec" : {
45   "domain" : "gelcccs.zonetel.com.sg",
46   "orgUuid" : "ea6f73ee-9960-40f9-91c3-8473ade58a8a"
47 },
48 "version" : "v1"
49 }</pre>



<p></p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/call-detail-record-cdr/">Call Detail Record (CDR)</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Backup &#8211; Restore</title>
		<link>https://dynacloud.asia/qa/backup-restore/</link>
				<pubDate>Mon, 08 Nov 2021 11:39:08 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">https://dynacloud.asia/?post_type=faq&#038;p=4756</guid>
				<description><![CDATA[<p>Introduction Backup&#160;is a tool for Edge operators to export all current configuration of a cluster&#160;(.json files)&#160;in order to backup in case someone mistakenly make any changes and want to reuse the pervious one.Restore&#160;is the contrary of&#160;Backup. It is used to import a (backup) json file into a cluster in order to restore the previous configuration.&#160;Warning:All [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/backup-restore/">Backup &#8211; Restore</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></description>
								<content:encoded><![CDATA[		<div data-elementor-type="post" data-elementor-id="4756" class="elementor elementor-4756" data-elementor-settings="[]">
			<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<section class="elementor-element elementor-element-5287d155 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="5287d155" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-1a047387 elementor-column elementor-col-100 elementor-top-column" data-id="1a047387" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-3f086550 elementor-widget elementor-widget-text-editor" data-id="3f086550" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
					<div class="elementor-text-editor elementor-clearfix"><!-- wp:heading -->
<h2 id="introduction">Introduction</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><strong>Backup</strong>&nbsp;is a tool for Edge operators to export all current configuration of a cluster&nbsp;<em>(.json files)</em>&nbsp;in order to backup in case someone mistakenly make any changes and want to reuse the pervious one.<br><strong>Restore</strong>&nbsp;is the contrary of&nbsp;<strong>Backup</strong>. It is used to import a (backup) json file into a cluster in order to restore the previous configuration.&nbsp;<strong>Warning:</strong>All ongoing calls will be dropped during the configuration restore.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 id="how-to-export-the-current-configuration-of-a-cluster">How to export the current configuration of a cluster?</h2>
<!-- /wp:heading --></div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-557933c elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="557933c" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-ffc07e2 elementor-column elementor-col-100 elementor-top-column" data-id="ffc07e2" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-0003395 elementor-widget elementor-widget-toggle" data-id="0003395" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
					<div class="elementor-toggle" role="tablist">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1321" class="elementor-tab-title" data-tab="1" role="tab" aria-controls="elementor-tab-content-1321">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">1. Select Backup</a>
					</div>
					<div id="elementor-tab-content-1321" class="elementor-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="elementor-tab-title-1321"><p><img class="alignnone size-full wp-image-4774" src="https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore.png" alt="" width="488" height="68" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore.png 488w, https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore-300x42.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore-350x49.png 350w" sizes="(max-width: 488px) 100vw, 488px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1322" class="elementor-tab-title" data-tab="2" role="tab" aria-controls="elementor-tab-content-1322">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">2. Choose a cluster to export configuration data (if you have multiple cluster) > Backup</a>
					</div>
					<div id="elementor-tab-content-1322" class="elementor-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="elementor-tab-title-1322"><p><img class="alignnone size-full wp-image-4775" src="https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore1.png" alt="" width="454" height="304" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore1.png 454w, https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore1-300x201.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore1-350x234.png 350w" sizes="(max-width: 454px) 100vw, 454px" /></p></div>
				</div>
					</div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-89a5a34 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="89a5a34" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-b1f6362 elementor-column elementor-col-100 elementor-top-column" data-id="b1f6362" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-0ec37b6 elementor-widget elementor-widget-text-editor" data-id="0ec37b6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
					<div class="elementor-text-editor elementor-clearfix"><h2 id="how-to-import-the-configuration-into-a-cluster" class="heading-text">How to import the configuration into a cluster?</h2></div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-339a888 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="339a888" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-7820865 elementor-column elementor-col-100 elementor-top-column" data-id="7820865" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-89b81b8 elementor-widget elementor-widget-toggle" data-id="89b81b8" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
					<div class="elementor-toggle" role="tablist">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1441" class="elementor-tab-title" data-tab="1" role="tab" aria-controls="elementor-tab-content-1441">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">1. Select Restore</a>
					</div>
					<div id="elementor-tab-content-1441" class="elementor-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="elementor-tab-title-1441"><p><img class="alignnone size-full wp-image-4776" src="https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore2.png" alt="" width="486" height="84" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore2.png 486w, https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore2-300x52.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore2-350x60.png 350w" sizes="(max-width: 486px) 100vw, 486px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1442" class="elementor-tab-title" data-tab="2" role="tab" aria-controls="elementor-tab-content-1442">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">2. Choose the cluster to import configuration data (if you have multiple cluster)> Choose your json file > Restore</a>
					</div>
					<div id="elementor-tab-content-1442" class="elementor-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="elementor-tab-title-1442"><p><img class="alignnone size-full wp-image-4777" src="https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore3.png" alt="" width="497" height="393" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore3.png 497w, https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore3-300x237.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Backup-Restore3-350x277.png 350w" sizes="(max-width: 497px) 100vw, 497px" /></p></div>
				</div>
					</div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
						</div>
			</div>
		</div>
		<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/backup-restore/">Backup &#8211; Restore</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Netcap</title>
		<link>https://dynacloud.asia/qa/netcap/</link>
				<pubDate>Mon, 08 Nov 2021 11:38:11 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">https://dynacloud.asia/?post_type=faq&#038;p=4755</guid>
				<description><![CDATA[<p>Introduction Netcap&#160;is a tool that helps you to capture live network traffic travelling over your network for monitoring and logging. It provides you PCAP files containing the data used to determine network status and attend to problems that may have occurred on the network. Only 1 request of network capturing is allowed as the same [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/netcap/">Netcap</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></description>
								<content:encoded><![CDATA[		<div data-elementor-type="post" data-elementor-id="4755" class="elementor elementor-4755" data-elementor-settings="[]">
			<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<section class="elementor-element elementor-element-d3864c6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="d3864c6" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-542906b elementor-column elementor-col-100 elementor-top-column" data-id="542906b" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-3127666b elementor-widget elementor-widget-text-editor" data-id="3127666b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
					<div class="elementor-text-editor elementor-clearfix"><!-- wp:heading -->
<h2 id="introduction">Introduction</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><strong>Netcap</strong>&nbsp;is a tool that helps you to capture live network traffic travelling over your network for monitoring and logging. It provides you PCAP files containing the data used to determine network status and attend to problems that may have occurred on the network.</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><li>Only 1 request of network capturing is allowed as the same time for per node.&nbsp;</li><li>Each node in cluster allows to store up to 10 PCAP files.</li><li><strong>Netcap</strong>&nbsp;supports cancel network capture that is in progress.</li></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 id="parameters">Parameters</h2>
<!-- /wp:heading -->

<!-- wp:table -->
<table class="wp-block-table"><thead><tr><th>Parameter</th><th>Description</th></tr></thead><tbody><tr><td>Tag</td><td>Tag for your PCAP file.- Default value:&nbsp;<strong>netcap</strong></td></tr><tr><td>Nodes</td><td>The list of node members in your cluster will be captured.&nbsp;&#8211; Default value: all nodes</td></tr><tr><td>Duration</td><td>Number of seconds that network will be captured&nbsp;&#8211; Default: 30 seconds&nbsp;&#8211; Min: 10 seconds&nbsp;&#8211; Max: 300 seconds</td></tr><tr><td>Filter by IP Networks</td><td>The IP network will be captured.<br>If empty, the system will capture all call traffic in the chosen nodes</td></tr><tr><td>Maximum size</td><td>Max: 100MB</td></tr></tbody></table>
<!-- /wp:table -->

<!-- wp:heading -->
<h2 id="how-to-capture-a-live-network">How to capture a live network?</h2>
<!-- /wp:heading --></div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-2e5b67c elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="2e5b67c" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-040f783 elementor-column elementor-col-100 elementor-top-column" data-id="040f783" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-be89bd2 elementor-widget elementor-widget-toggle" data-id="be89bd2" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
					<div class="elementor-toggle" role="tablist">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1991" class="elementor-tab-title" data-tab="1" role="tab" aria-controls="elementor-tab-content-1991">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">1. Go to Netcap > Do network capture</a>
					</div>
					<div id="elementor-tab-content-1991" class="elementor-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="elementor-tab-title-1991"><p><img class="alignnone size-full wp-image-4768" src="https://dynacloud.asia/wp-content/uploads/2021/11/Netcap.png" alt="" width="1292" height="476" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Netcap.png 1292w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap-300x111.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap-768x283.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap-1024x377.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap-350x129.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap-600x221.png 600w" sizes="(max-width: 1292px) 100vw, 1292px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1992" class="elementor-tab-title" data-tab="2" role="tab" aria-controls="elementor-tab-content-1992">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">2. Choose Duration > Nodes > key in IP Network (if any) > change Tag name (if needed) > Capture</a>
					</div>
					<div id="elementor-tab-content-1992" class="elementor-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="elementor-tab-title-1992"><p><img class="alignnone size-full wp-image-4769" src="https://dynacloud.asia/wp-content/uploads/2021/11/Netcap1.png" alt="" width="523" height="471" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Netcap1.png 523w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap1-300x270.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap1-350x315.png 350w" sizes="(max-width: 523px) 100vw, 523px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1993" class="elementor-tab-title" data-tab="3" role="tab" aria-controls="elementor-tab-content-1993">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">3. Popup shows capturing process</a>
					</div>
					<div id="elementor-tab-content-1993" class="elementor-tab-content elementor-clearfix" data-tab="3" role="tabpanel" aria-labelledby="elementor-tab-title-1993"><p><img class="alignnone size-full wp-image-4770" src="https://dynacloud.asia/wp-content/uploads/2021/11/Netcap2.png" alt="" width="490" height="455" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Netcap2.png 490w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap2-300x279.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap2-350x325.png 350w" sizes="(max-width: 490px) 100vw, 490px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1994" class="elementor-tab-title" data-tab="4" role="tab" aria-controls="elementor-tab-content-1994">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">4. Finish</a>
					</div>
					<div id="elementor-tab-content-1994" class="elementor-tab-content elementor-clearfix" data-tab="4" role="tabpanel" aria-labelledby="elementor-tab-title-1994"><p><img class="alignnone size-full wp-image-4771" src="https://dynacloud.asia/wp-content/uploads/2021/11/Netcap3.png" alt="" width="1273" height="526" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Netcap3.png 1273w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap3-300x124.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap3-768x317.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap3-1024x423.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap3-350x145.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Netcap3-600x248.png 600w" sizes="(max-width: 1273px) 100vw, 1273px" />​</p></div>
				</div>
					</div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
						</div>
			</div>
		</div>
		<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/netcap/">Netcap</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Routing</title>
		<link>https://dynacloud.asia/qa/routing/</link>
				<pubDate>Mon, 08 Nov 2021 11:37:47 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">https://dynacloud.asia/?post_type=faq&#038;p=4754</guid>
				<description><![CDATA[<p>Introduction The Edge provides a routing engine that selects an outgoing interconnect (outbound trunk) for a call based on a set of user-defined routing criteria.&#160;Edge can handle various call processing functions such as route the call to 2 peers based on percentage load routing, block calls by number.&#160; Features Here is the list of different [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/routing/">Routing</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></description>
								<content:encoded><![CDATA[		<div data-elementor-type="post" data-elementor-id="4754" class="elementor elementor-4754" data-elementor-settings="[]">
			<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<section class="elementor-element elementor-element-448a4a6b elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="448a4a6b" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-c09bb8e elementor-column elementor-col-100 elementor-top-column" data-id="c09bb8e" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-443add3f elementor-widget elementor-widget-text-editor" data-id="443add3f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
					<div class="elementor-text-editor elementor-clearfix"><!-- wp:heading -->
<h2 id="introduction">Introduction</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The Edge provides a routing engine that selects an outgoing interconnect (outbound trunk) for a call based on a set of user-defined routing criteria.&nbsp;Edge can handle various call processing functions such as route the call to 2 peers based on percentage load routing, block calls by number.&nbsp;</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 id="features">Features</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Here is the list of different routing criteria that the Edge supports:</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><li>Dialed Number Identification Service (DNIS) &#8211;&nbsp;<em>route calls to peers based on called number.</em></li><li>Calling Line Identification (CLID) &#8211;&nbsp;<em>route calls to peers based on calling number.</em></li><li>Percentage Load Routing &#8211;&nbsp;<em>Failover, Load Balancing</em></li><li>Longest matching prefix, Exactly match number</li><li>Partition routing by CLID tag</li><li>Blocking call by number</li></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2>Parameters</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><strong>DNIS</strong>Prefix applies to&nbsp;<strong>DNIS routing</strong>.<br><strong>CLID</strong>Prefix applies to&nbsp;<strong>CLID routing</strong>.<br><strong>Tag</strong>The partition in&nbsp;<strong>CLID routing</strong>, used to separate routing realm.<br><strong>Matching Type</strong>The method to lookup route is based on the factors:</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><li><strong>Longest Prefix Matching:</strong>&nbsp;The longest prefix matching criteria applies while each step is performed. At each step, if multiple matches are found, the one with the longest explicit match is chosen.&nbsp;<br><em><ins>Example:</ins></em><br><em><strong>DNIS 1</strong></em><em>: 65 &#8211;&nbsp;Matching Type: Longest Prefix Matching</em><br><em><strong>DNIS 2</strong></em><em>: 656 &#8211; Matching Type: Longest Prefix Matching</em><br><em><strong>DNIS 3</strong></em><em>: 65675 &#8211; Matching Type: Longest Prefix Matching</em><br><em>&gt;&gt; Number 6567501111 matches&nbsp;</em><em><strong>DNIS 3</strong></em><br><em>&gt;&gt; Number 6568111111 matches&nbsp;</em><em><strong>DNIS 2&nbsp;</strong></em><br><em>&gt;&gt; Number 6531111111 matches&nbsp;</em><em><strong>DNIS 1</strong></em></li><li><strong>Exactly Matching:</strong>&nbsp;The server will look up the exact pattern.&nbsp;<br><em><ins>Example:</ins></em><br><em><strong>DNIS</strong></em><em>: 6561234567 &#8211;&nbsp;Matching Type: Exactly Matching</em><br><em>&gt;&gt; Only number 6561234567 matches this rule.</em></li></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p><strong>Type Peer</strong>Outbound peer that is used for routing outgoing calls. Peer can have the following values:</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><li><strong>Default:</strong>&nbsp;after the DNIS is matched, the call will be distributed to the relevant outbound trunks based on the configured&nbsp;<strong>Load</strong>.&nbsp;<ul><li><strong>Primary route/secondary route:&nbsp;</strong>the call will be routed randomly to the assigned outbound trunks.</li></ul></li><li><strong>Jump to CLID:</strong>&nbsp;after the DNIS routing is matched, the system will go to&nbsp;<strong>CLID routing&nbsp;</strong>rules&nbsp;which have the same&nbsp;<strong>Tag</strong>&nbsp;to continue checking.</li></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p><strong>Load</strong>Percentage of call distribution between 2 peers, value starts from 0 &#8211; 100:</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><li><strong>100:</strong>&nbsp;means Failover (always uses the primary peer, the secondary peer will be used only if the call route via the primary route is failed)</li><li><strong>50:</strong>&nbsp;means Load Balancing between peer 1 and peer 2.&nbsp;</li><li><strong>0:</strong>&nbsp;is the contrary of&nbsp;<strong>100</strong></li></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 id="how-to-create-a-dnis-routing-rule">How to create a DNIS routing rule?</h2>
<!-- /wp:heading --></div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-f345182 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="f345182" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-a0222ca elementor-column elementor-col-100 elementor-top-column" data-id="a0222ca" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-da1e591 elementor-widget elementor-widget-toggle" data-id="da1e591" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
					<div class="elementor-toggle" role="tablist">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-2281" class="elementor-tab-title" data-tab="1" role="tab" aria-controls="elementor-tab-content-2281">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">1. Go to Routing > DNIS > Create DNIS</a>
					</div>
					<div id="elementor-tab-content-2281" class="elementor-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="elementor-tab-title-2281"><p><img class="alignnone size-full wp-image-4762" src="https://dynacloud.asia/wp-content/uploads/2021/11/Routing.png" alt="" width="1251" height="373" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Routing.png 1251w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing-300x89.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing-768x229.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing-1024x305.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing-350x104.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing-600x179.png 600w" sizes="(max-width: 1251px) 100vw, 1251px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-2282" class="elementor-tab-title" data-tab="2" role="tab" aria-controls="elementor-tab-content-2282">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">2. Fill in DNIS > choose Matching Type > choose Type Peer > choose pre-set outbound trunk for Primary & Secondary Route > input Load (if the chosen Type Peer = Default) > Create</a>
					</div>
					<div id="elementor-tab-content-2282" class="elementor-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="elementor-tab-title-2282"><p><img class="alignnone size-full wp-image-4763" src="https://dynacloud.asia/wp-content/uploads/2021/11/Routing4.png" alt="" width="521" height="438" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Routing4.png 521w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing4-300x252.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing4-350x294.png 350w" sizes="(max-width: 521px) 100vw, 521px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-2283" class="elementor-tab-title" data-tab="3" role="tab" aria-controls="elementor-tab-content-2283">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">3. Finish</a>
					</div>
					<div id="elementor-tab-content-2283" class="elementor-tab-content elementor-clearfix" data-tab="3" role="tabpanel" aria-labelledby="elementor-tab-title-2283"><p><img class="alignnone size-full wp-image-4764" src="https://dynacloud.asia/wp-content/uploads/2021/11/Routing8.png" alt="" width="1219" height="506" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Routing8.png 1219w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing8-300x125.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing8-768x319.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing8-1024x425.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing8-350x145.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing8-600x249.png 600w" sizes="(max-width: 1219px) 100vw, 1219px" /></p></div>
				</div>
					</div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-6d72e18 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="6d72e18" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-9b29b6a elementor-column elementor-col-100 elementor-top-column" data-id="9b29b6a" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-db4e484 elementor-widget elementor-widget-text-editor" data-id="db4e484" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
					<div class="elementor-text-editor elementor-clearfix"><h2 id="how-to-create-a-clid-routing-rule" class="heading-text">How to create a CLID routing rule?</h2></div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-2e46a79 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="2e46a79" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-c9c541c elementor-column elementor-col-100 elementor-top-column" data-id="c9c541c" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-8d217ed elementor-widget elementor-widget-toggle" data-id="8d217ed" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
					<div class="elementor-toggle" role="tablist">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1471" class="elementor-tab-title" data-tab="1" role="tab" aria-controls="elementor-tab-content-1471">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">1. Go to Routing > CLID > Create CLID</a>
					</div>
					<div id="elementor-tab-content-1471" class="elementor-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="elementor-tab-title-1471"><p><img class="alignnone size-full wp-image-4765" src="https://dynacloud.asia/wp-content/uploads/2021/11/Routing9.png" alt="" width="1222" height="447" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Routing9.png 1222w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing9-300x110.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing9-768x281.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing9-1024x375.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing9-350x128.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing9-600x219.png 600w" sizes="(max-width: 1222px) 100vw, 1222px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1472" class="elementor-tab-title" data-tab="2" role="tab" aria-controls="elementor-tab-content-1472">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">2. Fill in CLID > choose Matching Type > choose pre-set outbound trunk for Primary & Secondary Route > input Load > Create</a>
					</div>
					<div id="elementor-tab-content-1472" class="elementor-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="elementor-tab-title-1472"><p><img class="alignnone size-full wp-image-4766" src="https://dynacloud.asia/wp-content/uploads/2021/11/Routing10.png" alt="" width="523" height="424" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Routing10.png 523w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing10-300x243.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing10-350x284.png 350w" sizes="(max-width: 523px) 100vw, 523px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1473" class="elementor-tab-title" data-tab="3" role="tab" aria-controls="elementor-tab-content-1473">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">3. Finish</a>
					</div>
					<div id="elementor-tab-content-1473" class="elementor-tab-content elementor-clearfix" data-tab="3" role="tabpanel" aria-labelledby="elementor-tab-title-1473"><p><img class="alignnone size-full wp-image-4767" src="https://dynacloud.asia/wp-content/uploads/2021/11/Routing11.png" alt="" width="1222" height="504" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Routing11.png 1222w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing11-300x124.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing11-768x317.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing11-1024x422.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing11-350x144.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Routing11-600x247.png 600w" sizes="(max-width: 1222px) 100vw, 1222px" /></p></div>
				</div>
					</div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
						</div>
			</div>
		</div>
		<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/routing/">Routing</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Interconnection Trunk</title>
		<link>https://dynacloud.asia/qa/interconnection-trunk/</link>
				<pubDate>Mon, 08 Nov 2021 11:29:03 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">https://dynacloud.asia/?post_type=faq&#038;p=4729</guid>
				<description><![CDATA[<p>Introduction Interconnection Trunk is the trunk group used to connect one or multiple carriers’ networks with B3networks&#8217;s network for the purposes of exchanging Telecommunications traffic.Edge Server&#160;is designed to be reliable and flexible. It allows the system admin to add/remove/update attributes of the interconnection&#160;on the fly, which means that the change will not impact service operation [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/interconnection-trunk/">Interconnection Trunk</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></description>
								<content:encoded><![CDATA[		<div data-elementor-type="post" data-elementor-id="4729" class="elementor elementor-4729" data-elementor-settings="[]">
			<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<section class="elementor-element elementor-element-1beb9667 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="1beb9667" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-111ef18a elementor-column elementor-col-100 elementor-top-column" data-id="111ef18a" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-d67603c elementor-widget elementor-widget-text-editor" data-id="d67603c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
					<div class="elementor-text-editor elementor-clearfix"><!-- wp:heading -->
<h2 id="introduction">Introduction</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Interconnection Trunk is the trunk group used to connect one or multiple carriers’ networks with B3networks&#8217;s network for the purposes of exchanging Telecommunications traffic.<strong>Edge Server</strong>&nbsp;is designed to be reliable and flexible. It allows the system admin to add/remove/update attributes of the interconnection&nbsp;<strong>on the fly</strong>, which means that the change will not impact service operation including call drop, audio. For example, you have calls that rely on the Interconnection Trunk named&nbsp;<strong>ANYNAME</strong>, and need to re-prioritize codec list or change signaling address, the change can be submitted immediately without worrying about affecting the currently active calls.&nbsp;</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 id="protocol">Protocol</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><strong>Edge Server</strong> represents a full user agent and controls the necessary signaling protocol and media streaming to process calls. <br><strong>Edge Server</strong> uses Session Initiation Protocol (SIP) for signaling and Real-Time Transport Protocol (RTP) for media streaming to other endpoints.<br>SIP is a text-based protocol, defining the specific format of messages exchanged and the sequence of communications for the cooperation of the participants. SIP carries SDP in payload to perform media negotiation and setup to employ RTP. SIP is independent with transport protocol, and can use UDP/TCP/TLS.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 id="functions">Functions</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>By using interconnection’s attributes,&nbsp;<strong>Edge Server</strong>&nbsp;is able to provide powerful functions with minimal and simple configuration:</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><li>Health-check Voice Server by SIP OPTION with configurable ping interval</li><li>Load balancing among interconnect signaling &nbsp;</li><li>Outbound digest authentication</li><li>Secure communication with TLS/SRTP</li><li>Flexible update setting of codec, number translation, rate limit, or SIP header manipulation for interoperability</li><li>Easy to scaling edge cluster with distributed node members.</li><li>Firewall management automatically</li><li>Re-routing indirected call&nbsp;</li><li>Suspend interconnection trunk</li></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 id="parameters">Parameters</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The below table shows parameters in a particular trunk: </p>
<!-- /wp:paragraph -->

<!-- wp:image {"id":4745} -->
<figure class="wp-block-image"><img src="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk5.png" alt="" class="wp-image-4745" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk5.png 816w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk5-300x237.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk5-768x606.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk5-350x276.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk5-600x474.png 600w" sizes="(max-width: 816px) 100vw, 816px" /></figure>
<!-- /wp:image -->

<!-- wp:image {"id":4746} -->
<figure class="wp-block-image"><img src="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk46.png" alt="" class="wp-image-4746" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk46.png 815w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk46-300x177.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk46-768x452.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk46-350x206.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk46-600x353.png 600w" sizes="(max-width: 815px) 100vw, 815px" /></figure>
<!-- /wp:image -->

<!-- wp:image {"id":4748} -->
<figure class="wp-block-image"><img src="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk47.png" alt="" class="wp-image-4748" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk47.png 816w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk47-300x172.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk47-768x440.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk47-350x200.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk47-600x343.png 600w" sizes="(max-width: 816px) 100vw, 816px" /></figure>
<!-- /wp:image -->

<!-- wp:heading -->
<h2 id="how-to-create-a-new-trunk">How to create a new trunk</h2>
<!-- /wp:heading --></div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-56dee08 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="56dee08" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-fa83709 elementor-column elementor-col-100 elementor-top-column" data-id="fa83709" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-b9b9d82 elementor-widget elementor-widget-toggle" data-id="b9b9d82" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
					<div class="elementor-toggle" role="tablist">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1941" class="elementor-tab-title" data-tab="1" role="tab" aria-controls="elementor-tab-content-1941">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">1. Go to Trunks > Create trunk</a>
					</div>
					<div id="elementor-tab-content-1941" class="elementor-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="elementor-tab-title-1941"><p><img class="alignnone size-full wp-image-4731" src="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk1.png" alt="" width="1542" height="558" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk1.png 1542w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk1-300x109.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk1-768x278.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk1-1024x371.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk1-350x127.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk1-600x217.png 600w" sizes="(max-width: 1542px) 100vw, 1542px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1942" class="elementor-tab-title" data-tab="2" role="tab" aria-controls="elementor-tab-content-1942">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">2. Give your trunk a name > Choose a preset Capacity and Codec > Choose Direction for your new trunk > Configure Username, Password and Ping if the direction is outbound (optional) > Fill in Signaling, Port, Protocol, Media based on your vendors' interconnection form</a>
					</div>
					<div id="elementor-tab-content-1942" class="elementor-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="elementor-tab-title-1942"><p><img class="alignnone size-full wp-image-4732" src="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk2.png" alt="" width="1213" height="956" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk2.png 1213w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk2-300x236.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk2-768x605.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk2-1024x807.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk2-350x276.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk2-600x473.png 600w" sizes="(max-width: 1213px) 100vw, 1213px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1943" class="elementor-tab-title" data-tab="3" role="tab" aria-controls="elementor-tab-content-1943">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">3. Drag the chosen Translation DNIS, CLID and Manipulation Profile to the right column (optional) > Create</a>
					</div>
					<div id="elementor-tab-content-1943" class="elementor-tab-content elementor-clearfix" data-tab="3" role="tabpanel" aria-labelledby="elementor-tab-title-1943"><p><img class="alignnone size-full wp-image-4733" src="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk3.png" alt="" width="1219" height="959" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk3.png 1219w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk3-300x236.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk3-768x604.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk3-1024x806.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk3-350x275.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk3-600x472.png 600w" sizes="(max-width: 1219px) 100vw, 1219px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1944" class="elementor-tab-title" data-tab="4" role="tab" aria-controls="elementor-tab-content-1944">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">4. Finish</a>
					</div>
					<div id="elementor-tab-content-1944" class="elementor-tab-content elementor-clearfix" data-tab="4" role="tabpanel" aria-labelledby="elementor-tab-title-1944"><p><img class="alignnone size-full wp-image-4734" src="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk4.png" alt="" width="1416" height="613" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk4.png 1416w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk4-300x130.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk4-768x332.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk4-1024x443.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk4-350x152.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Interconnection-Trunk4-600x260.png 600w" sizes="(max-width: 1416px) 100vw, 1416px" /></p></div>
				</div>
					</div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
						</div>
			</div>
		</div>
		<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/interconnection-trunk/">Interconnection Trunk</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Settings &#8211; Manipulation</title>
		<link>https://dynacloud.asia/qa/settings-manipulation/</link>
				<pubDate>Mon, 08 Nov 2021 11:23:41 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">https://dynacloud.asia/?post_type=faq&#038;p=4728</guid>
				<description><![CDATA[<p>Introduction The variances among SIP networks, such as incompatible interconnection, can disrupt SIP operations. In order to resolve these problems, Edge Server provides SIP Header Manipulation, giving Edge operators the ability to control SIP traffic by manipulating SIP messages.&#160;Shortly, Manipulation is to modify SIP Header. Functions Add custom SIP Header, Parameters Capture information from a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/settings-manipulation/">Settings &#8211; Manipulation</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></description>
								<content:encoded><![CDATA[		<div data-elementor-type="post" data-elementor-id="4728" class="elementor elementor-4728" data-elementor-settings="[]">
			<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<section class="elementor-element elementor-element-7a5662ea elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="7a5662ea" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-33180fb0 elementor-column elementor-col-100 elementor-top-column" data-id="33180fb0" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-561f17c3 elementor-widget elementor-widget-text-editor" data-id="561f17c3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
					<div class="elementor-text-editor elementor-clearfix"><!-- wp:heading -->
<h2 id="introduction">Introduction</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The variances among SIP networks, such as incompatible interconnection, can disrupt SIP operations. In order to resolve these problems, Edge Server provides SIP Header Manipulation, giving Edge operators the ability to control SIP traffic by manipulating SIP messages.&nbsp;Shortly, Manipulation is to modify SIP Header.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 id="functions">Functions</h2>
<!-- /wp:heading -->

<!-- wp:list -->
<ul><li>Add custom SIP Header, Parameters</li><li>Capture information from a message and insert it into another message</li><li>Remove all custom SIP headers</li><li>Execute the change if the condition is satisfied</li><li>Drop call or Log message if the condition is not satisfied</li></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 id="contract-1">Contract</h2>
<!-- /wp:heading -->

<!-- wp:list -->
<ul><li>Manipulation rule is only applicable to Outbound Trunk.</li><li>Manipulation rule has a restriction to protect Edge Function, which does not allow to modify native SIP Header or native Session Variable.</li><li><strong>X-EDGE</strong>&nbsp; and&nbsp;<strong>V-EDGE</strong>&nbsp;are reserved for Edge and not available to modify.</li><li><strong>X-</strong>&nbsp;indicates custom SIP Header</li><li><strong>V-</strong>&nbsp;indicates custom Session Variable</li></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 id="parameters">Parameters</h2>
<!-- /wp:heading -->

<!-- wp:table -->
<table class="wp-block-table"><thead><tr><th>Parameter</th><th>Role</th><th>Description</th></tr></thead><tbody><tr><td>Conditions</td><td>Optional</td><td>Conditions are the set of conditions&nbsp;<em>(max 5 rules)&nbsp;</em>that will be used to decide which action to be performed in&nbsp;<strong>Statements</strong>&nbsp;or&nbsp;<strong>Else Statement</strong>.&nbsp;<br><br>If no conditions is set, it means always matches &gt; always trigger actions in&nbsp;<strong>Statements.</strong></td></tr><tr><td>Statements</td><td>Required</td><td>Sequence of actions&nbsp;<em>(max 5 rules)&nbsp;</em>to perform if conditions match.</td></tr><tr><td>Else Statement</td><td>Optional</td><td>Sequence of actions&nbsp;<em>(max 3 rules)&nbsp;</em>to perform if conditions do not match.</td></tr></tbody></table>
<!-- /wp:table -->

<!-- wp:heading {"level":3} -->
<h3>1. Conditions</h3>
<!-- /wp:heading -->

<!-- wp:table -->
<table class="wp-block-table"><thead><tr><th>Parameter</th><th>Role</th><th>Description</th></tr></thead><tbody><tr><td>variable</td><td>Required</td><td>Session Variable or SIP Header, SIP Params</td></tr><tr><td>pattern</td><td>Required</td><td>The regex is used to define a search pattern</td></tr></tbody></table>
<!-- /wp:table -->

<!-- wp:heading {"level":3} -->
<h3 id="2-statements">2. Statements</h3>
<!-- /wp:heading -->

<!-- wp:table -->
<table class="wp-block-table"><thead><tr><th>Parameter</th><th>Role</th><th>Description</th></tr></thead><tbody><tr><td>reference</td><td>Optional</td><td>Session Variable or SIP Header, SIP Params</td></tr><tr><td>pattern</td><td>Optional</td><td>The regex is used to define a search pattern</td></tr><tr><td>target</td><td>Required</td><td>New Variable (V-) or new Header (X-)</td></tr><tr><td>values</td><td>Required</td><td>The list of values which can be fix chars, or back-reference from&nbsp;<strong>reference</strong>&nbsp;with&nbsp;<strong>pattern</strong></td></tr></tbody></table>
<!-- /wp:table -->

<!-- wp:heading {"level":3} -->
<h3 id="3-else-statement">3. Else Statement</h3>
<!-- /wp:heading -->

<!-- wp:table -->
<table class="wp-block-table"><thead><tr><th>Parameter</th><th>Role</th><th>Description</th></tr></thead><tbody><tr><td>action</td><td>Required</td><td>2 available actions:<strong>Log</strong>: add log message (can be used to monitor/alert)<strong>Drop</strong>: hang up the call</td></tr><tr><td>param</td><td>Required</td><td>String base, depending on the value of action:Message content for&nbsp;<strong>log</strong>Hangup reason for&nbsp;<strong>drop</strong></td></tr></tbody></table>
<!-- /wp:table -->

<!-- wp:paragraph -->
<p>The <strong>pattern </strong>must follow Perl Compatible Regular Expressions (PCRE)  syntax.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 id="syntax-description">Syntax Description</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The below table shows most formalisms provide the following operations to construct regular expressions.

</p>
<!-- /wp:paragraph -->

<!-- wp:image {"id":4735} -->
<figure class="wp-block-image"><img src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation.png" alt="" class="wp-image-4735" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation.png 742w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation-300x203.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation-350x237.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation-600x406.png 600w" sizes="(max-width: 742px) 100vw, 742px" /></figure>
<!-- /wp:image -->

<!-- wp:heading -->
<h2 id="how-to-create-a-new-manipulation-rule">How to create a new manipulation rule</h2>
<!-- /wp:heading --></div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-8c21383 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="8c21383" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-3ef1eeb elementor-column elementor-col-100 elementor-top-column" data-id="3ef1eeb" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-140a754 elementor-widget elementor-widget-toggle" data-id="140a754" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
					<div class="elementor-toggle" role="tablist">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-2101" class="elementor-tab-title" data-tab="1" role="tab" aria-controls="elementor-tab-content-2101">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">1. Go to Settings > Manipulation > New profile</a>
					</div>
					<div id="elementor-tab-content-2101" class="elementor-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="elementor-tab-title-2101"><p><img class="alignnone size-full wp-image-4736" src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation1.png" alt="" width="1428" height="613" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation1.png 1428w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation1-300x129.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation1-768x330.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation1-1024x440.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation1-350x150.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation1-600x258.png 600w" sizes="(max-width: 1428px) 100vw, 1428px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-2102" class="elementor-tab-title" data-tab="2" role="tab" aria-controls="elementor-tab-content-2102">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">Fill in Conditions (optional) > Statements (required) > Else Statement (optional) > Create</a>
					</div>
					<div id="elementor-tab-content-2102" class="elementor-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="elementor-tab-title-2102"><p><img class="alignnone size-full wp-image-4737" src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation2.png" alt="" width="713" height="840" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation2.png 713w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation2-255x300.png 255w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation2-350x412.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation2-600x707.png 600w" sizes="(max-width: 713px) 100vw, 713px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-2103" class="elementor-tab-title" data-tab="3" role="tab" aria-controls="elementor-tab-content-2103">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">3. Finish</a>
					</div>
					<div id="elementor-tab-content-2103" class="elementor-tab-content elementor-clearfix" data-tab="3" role="tabpanel" aria-labelledby="elementor-tab-title-2103"><p><img class="alignnone size-full wp-image-4738" src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation3.png" alt="" width="1292" height="659" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation3.png 1292w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation3-300x153.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation3-768x392.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation3-1024x522.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation3-350x179.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Manipulation3-600x306.png 600w" sizes="(max-width: 1292px) 100vw, 1292px" /></p></div>
				</div>
					</div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
						</div>
			</div>
		</div>
		<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/settings-manipulation/">Settings &#8211; Manipulation</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Settings &#8211; Translation</title>
		<link>https://dynacloud.asia/qa/settings-translation/</link>
				<pubDate>Mon, 08 Nov 2021 11:22:16 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">https://dynacloud.asia/?post_type=faq&#038;p=4727</guid>
				<description><![CDATA[<p>Introduction The translation rule replaces a sub string of the input number if the number matches the match pattern.&#160;The regex engine is used to check for a match based on the match pattern.In other words, this translation rule is to convert the prefix of number as your requirement.Translation rule is applicable to both types of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/settings-translation/">Settings &#8211; Translation</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></description>
								<content:encoded><![CDATA[		<div data-elementor-type="post" data-elementor-id="4727" class="elementor elementor-4727" data-elementor-settings="[]">
			<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<section class="elementor-element elementor-element-5d453aa3 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="5d453aa3" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-2aba51b9 elementor-column elementor-col-100 elementor-top-column" data-id="2aba51b9" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-609e8e96 elementor-widget elementor-widget-text-editor" data-id="609e8e96" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
					<div class="elementor-text-editor elementor-clearfix"><!-- wp:heading -->
<h2 id="introduction">Introduction</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The translation rule replaces a sub string of the input number if the number matches the match pattern.&nbsp;The regex engine is used to check for a match based on the match pattern.In other words, this translation rule is to convert the prefix of number as your requirement.Translation rule is applicable to both types of trunks: Inbound and Outbound.</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><li>Number of translation rules can be created:&nbsp;<strong>unlimited</strong>.</li><li>Number of translation rules can be applied to one trunk:&nbsp;<strong>maximum 5 rules</strong>.</li></ul>
<!-- /wp:list -->

<!-- wp:heading -->
<h2 id="parameters">Parameters</h2>
<!-- /wp:heading -->

<!-- wp:list -->
<ul><li><strong>Name</strong>: name of translation rule</li><li><strong>Pattern</strong>: the pattern of number which will be applied to translation rule</li><li><strong>Replacement</strong>: the replacement for the number if pattern is matched</li></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>Pattern and Replacement must follow Perl Compatible Regular Expressions (PCRE)  syntax.</p>
<!-- /wp:paragraph -->

<!-- wp:heading -->
<h2 id="syntax-description">Syntax Description</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>The below table shows most formalisms provide the following operations to construct regular expressions. </p>
<!-- /wp:paragraph -->

<!-- wp:image {"id":4739} -->
<figure class="wp-block-image"><img src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation.png" alt="" class="wp-image-4739" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation.png 757w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation-300x228.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation-350x266.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation-600x457.png 600w" sizes="(max-width: 757px) 100vw, 757px" /></figure>
<!-- /wp:image -->

<!-- wp:heading -->
<h2 id="create-new-translation-rule">Create new Translation Rule</h2>
<!-- /wp:heading --></div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-e108c33 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="e108c33" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-7187748 elementor-column elementor-col-100 elementor-top-column" data-id="7187748" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-a609746 elementor-widget elementor-widget-toggle" data-id="a609746" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
					<div class="elementor-toggle" role="tablist">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1741" class="elementor-tab-title" data-tab="1" role="tab" aria-controls="elementor-tab-content-1741">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">1. Go to Setting > Translation > Click New profile</a>
					</div>
					<div id="elementor-tab-content-1741" class="elementor-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="elementor-tab-title-1741"><p><img class="alignnone size-full wp-image-4740" src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation1.png" alt="" width="1272" height="412" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation1.png 1272w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation1-300x97.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation1-768x249.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation1-1024x332.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation1-350x113.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation1-600x194.png 600w" sizes="(max-width: 1272px) 100vw, 1272px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1742" class="elementor-tab-title" data-tab="2" role="tab" aria-controls="elementor-tab-content-1742">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">2. Give new rule a name > Input Pattern & Replacement > Create</a>
					</div>
					<div id="elementor-tab-content-1742" class="elementor-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="elementor-tab-title-1742"><p><img class="alignnone size-full wp-image-4741" src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation2.png" alt="" width="574" height="315" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation2.png 574w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation2-300x165.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation2-350x192.png 350w" sizes="(max-width: 574px) 100vw, 574px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1743" class="elementor-tab-title" data-tab="3" role="tab" aria-controls="elementor-tab-content-1743">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">3. Finish</a>
					</div>
					<div id="elementor-tab-content-1743" class="elementor-tab-content elementor-clearfix" data-tab="3" role="tabpanel" aria-labelledby="elementor-tab-title-1743"><p><img class="alignnone size-full wp-image-4742" src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation3.png" alt="" width="574" height="315" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation3.png 574w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation3-300x165.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation3-350x192.png 350w" sizes="(max-width: 574px) 100vw, 574px" /></p></div>
				</div>
					</div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-c3c67f2 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="c3c67f2" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-e683e21 elementor-column elementor-col-100 elementor-top-column" data-id="e683e21" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-f27b29a elementor-widget elementor-widget-text-editor" data-id="f27b29a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
					<div class="elementor-text-editor elementor-clearfix"><h2 id="example" class="heading-text">Example</h2>
<p><img class="alignnone size-full wp-image-4750" src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation4.png" alt="" width="537" height="469" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation4.png 537w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation4-300x262.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Translation4-350x306.png 350w" sizes="(max-width: 537px) 100vw, 537px" /></p>
<div class="component heading-component" data-component-type="heading">
<h2 id="test-the-translation-rule" class="heading-text">Test the Translation Rule</h2>
</div>
<div class="component text-component" data-component-type="text">
<div>You can use<a href="https://regex101.com/" target="_blank" rel="noopener noreferrer"> <strong>this link</strong></a> for regex testing.</div>
<div> </div>
</div></div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
						</div>
			</div>
		</div>
		<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/settings-translation/">Settings &#8211; Translation</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Get Started: How to connect B3networks with Vendors through Edge Server</title>
		<link>https://dynacloud.asia/qa/get-started-how-to-connect-b3networks-with-vendors-through-edge-server/</link>
				<pubDate>Mon, 08 Nov 2021 10:58:36 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">https://dynacloud.asia/?post_type=faq&#038;p=4710</guid>
				<description><![CDATA[<p>In order to connect B3&#8217;s system with a vendor&#8217;s system, follow the steps below: Step 1: Get some basic settings ready before creating a trunk: Codec:  G711A (PCMA) / G711U (PCMU) / G729 Capacity:  number of CPS, concurrent call  Translation Rule (optional) Manipulation (optional). Step 2:  Create 2 Trunks (Inbound &#38; Outbound) for your vendor based on their [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/get-started-how-to-connect-b3networks-with-vendors-through-edge-server/">Get Started: How to connect B3networks with Vendors through Edge Server</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></description>
								<content:encoded><![CDATA[
<p> In order to connect B3&#8217;s system with a vendor&#8217;s system, follow the steps below:</p>



<ul><li><strong>Step 1: Get some basic settings ready before creating a trunk:</strong><ul><li>Codec:  G711A (PCMA) / G711U (PCMU) / G729</li><li>Capacity:  number of CPS, concurrent call </li><li>Translation Rule (optional)</li><li>Manipulation (optional)<br>.</li></ul></li><li><strong>Step 2:  Create 2 Trunks (Inbound &amp; Outbound) for your vendor based on their interconnection form</strong></li></ul>



<ul><li><strong>Step 3:  Configure routing plan for your Edge Server:</strong><ul><li>DNIS routing (required)</li><li>CLID routing (optional)</li></ul></li></ul>



<figure class="wp-block-image"><img src="https://dynacloud.asia/wp-content/uploads/2021/11/Get-Started-1024x432.png" alt="" class="wp-image-4714" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Get-Started-1024x432.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Get-Started-300x127.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Get-Started-768x324.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Get-Started-350x148.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Get-Started-600x253.png 600w, https://dynacloud.asia/wp-content/uploads/2021/11/Get-Started.png 1287w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/get-started-how-to-connect-b3networks-with-vendors-through-edge-server/">Get Started: How to connect B3networks with Vendors through Edge Server</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Settings &#8211; Capacity</title>
		<link>https://dynacloud.asia/qa/settings-capacity/</link>
				<pubDate>Mon, 08 Nov 2021 10:58:04 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">https://dynacloud.asia/?post_type=faq&#038;p=4712</guid>
				<description><![CDATA[<p>The purpose of capacity limiting is to prevent trunk/peer/interconnect sending too many call requests than given configuration. There are 2 kinds of limiting: Call per second (cps) &#8211; Max: 50: the amount of calls you can initiate in a single second.&#160; Concurrent Call &#8211; Max: 1000: the total amount of live calls&#160;(including calls in&#160;calling&#160;state)&#160;you can [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/settings-capacity/">Settings &#8211; Capacity</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></description>
								<content:encoded><![CDATA[
<p>

The purpose of capacity limiting is to prevent trunk/peer/interconnect sending too many call requests than given configuration. There are 2 kinds of limiting:</p>



<ol><li><strong>Call per second (cps) &#8211; Max: 50</strong>: the amount of calls you can initiate in a single second.&nbsp;</li><li><strong>Concurrent Call &#8211; Max: 1000</strong>: the total amount of live calls&nbsp;<em>(including calls in&nbsp;</em><em><strong>calling</strong></em><em>&nbsp;state)</em>&nbsp;you can have at the same time.</li></ol>



<p>This can help prevent a DOS type attack. If the&nbsp;<strong>cps</strong>&nbsp;limit is reached, the host will be blocked by software in 60 second. &nbsp;If the&nbsp;<strong>Concurrent Call</strong>&nbsp;limit is reached, new call will not be processed.<br>To configure it, please follow the steps below.

</p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/settings-capacity/">Settings &#8211; Capacity</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Settings &#8211; Codec</title>
		<link>https://dynacloud.asia/qa/settings-codec/</link>
				<pubDate>Mon, 08 Nov 2021 10:57:10 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
		
		<guid isPermaLink="false">https://dynacloud.asia/?post_type=faq&#038;p=4711</guid>
				<description><![CDATA[<p>Codecs are standards that encode and decode sound into data streams for transmission in the internet environment.&#160;Codecs convert audio voice signals into a digitally compressed form for transmission over the internet. When the signal reaches a destination on the network, the codec converts to an uncompressed audio signal for playback. That is what makes VoIP [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/settings-codec/">Settings &#8211; Codec</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></description>
								<content:encoded><![CDATA[		<div data-elementor-type="post" data-elementor-id="4711" class="elementor elementor-4711" data-elementor-settings="[]">
			<div class="elementor-inner">
				<div class="elementor-section-wrap">
							<section class="elementor-element elementor-element-59c66130 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="59c66130" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-74d9a1b3 elementor-column elementor-col-100 elementor-top-column" data-id="74d9a1b3" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-1a9a89c2 elementor-widget elementor-widget-text-editor" data-id="1a9a89c2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
					<div class="elementor-text-editor elementor-clearfix"><!-- wp:paragraph -->
<p>

Codecs are standards that encode and decode sound into data streams for transmission in the internet environment.&nbsp;Codecs convert audio voice signals into a digitally compressed form for transmission over the internet. When the signal reaches a destination on the network, the codec converts to an uncompressed audio signal for playback. That is what makes VoIP possible.&nbsp;</p>
<!-- /wp:paragraph -->

<!-- wp:list -->
<ul><li><strong>G.711</strong>&nbsp;delivers uncompressed high-quality voice. You can choose between two different values of G.711: G711A (PCMA) and G711U (PCMU).&nbsp;<ul><li>G711A is an international circuit standard used for Europe and many APAC countries.</li><li>G711U is used for the US Federation.</li></ul></li><li><strong>G.729</strong>&nbsp;is compressed so it uses less bandwidth at the sacrifice of quality.&nbsp;</li></ul>
<!-- /wp:list -->

<!-- wp:paragraph -->
<p>To configure it, please follow the steps below.

</p>
<!-- /wp:paragraph --></div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
				<section class="elementor-element elementor-element-18b40e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section" data-id="18b40e7" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-row">
				<div class="elementor-element elementor-element-f6d3c3e elementor-column elementor-col-100 elementor-top-column" data-id="f6d3c3e" data-element_type="column">
			<div class="elementor-column-wrap  elementor-element-populated">
					<div class="elementor-widget-wrap">
				<div class="elementor-element elementor-element-754f193 elementor-widget elementor-widget-toggle" data-id="754f193" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
					<div class="elementor-toggle" role="tablist">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1231" class="elementor-tab-title" data-tab="1" role="tab" aria-controls="elementor-tab-content-1231">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">1. Go to Setting > Codec > Click New profile</a>
					</div>
					<div id="elementor-tab-content-1231" class="elementor-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="elementor-tab-title-1231"><p><img class="alignnone size-full wp-image-4722" src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec.png" alt="" width="1302" height="507" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec.png 1302w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec-300x117.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec-768x299.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec-1024x399.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec-350x136.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec-600x234.png 600w" sizes="(max-width: 1302px) 100vw, 1302px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1232" class="elementor-tab-title" data-tab="2" role="tab" aria-controls="elementor-tab-content-1232">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">2. Give your codec profile a name > Choose codec > Create</a>
					</div>
					<div id="elementor-tab-content-1232" class="elementor-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="elementor-tab-title-1232"><p><img class="alignnone size-full wp-image-4720" src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Code.png" alt="" width="590" height="519" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Code.png 590w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Code-300x264.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Code-350x308.png 350w" sizes="(max-width: 590px) 100vw, 590px" /></p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-1233" class="elementor-tab-title" data-tab="3" role="tab" aria-controls="elementor-tab-content-1233">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="">3. Finish</a>
					</div>
					<div id="elementor-tab-content-1233" class="elementor-tab-content elementor-clearfix" data-tab="3" role="tabpanel" aria-labelledby="elementor-tab-title-1233"><p><img class="alignnone size-full wp-image-4723" src="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec1.png" alt="" width="1300" height="468" srcset="https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec1.png 1300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec1-300x108.png 300w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec1-768x276.png 768w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec1-1024x369.png 1024w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec1-350x126.png 350w, https://dynacloud.asia/wp-content/uploads/2021/11/Settings-Codec1-600x216.png 600w" sizes="(max-width: 1300px) 100vw, 1300px" /></p></div>
				</div>
					</div>
				</div>
				</div>
						</div>
			</div>
		</div>
						</div>
			</div>
		</section>
						</div>
			</div>
		</div>
		<p>The post <a rel="nofollow" href="https://dynacloud.asia/qa/settings-codec/">Settings &#8211; Codec</a> appeared first on <a rel="nofollow" href="https://dynacloud.asia">Data Dynamics Pte Ltd</a>.</p>
]]></content:encoded>
										</item>
	</channel>
</rss>
