Jordan, Syria agree on mechanism to boost cooperation in ICT sector 

AMMAN — Jordan and Syria on Monday agreed to boost cooperation in the ICT sector, following discussions held virtually between Minister of Digital Economy and Entrepreneurship Sami Smeirat and Syria’s Minister of Communications and Technology Abdul Salam Haykal.

Discussions during the meeting centred on efforts to activate a regional fibre-optic corridor, explore alternative routes for internet and telecom services, and position Jordan as a strategic transit hub for data traffic with a potential capacity of up to 100 terabytes, the Jordan News Agency, Petra, reported.

The initiative would involve linking Syrian and Jordanian fibre-optic networks to enhance service sustainability and regional connectivity.

The two sides expressed shared interest in making Jordan a “critical” passage for Internet traffic transiting through Syrian territory to southern destinations, underscoring the strategic role of infrastructure cooperation in broader regional development.

As part of their plan to foster closer cooperation, the two ministers agreed to organise a technical forum in Damascus at the earliest opportunity.

The event would bring together private-sector companies from both countries working in telecommunications, digital infrastructure, and IT services to create new channels for business partnerships and investment.

Smeirat is expected to head the Jordanian delegation to the forum, which would include representatives from key Jordanian companies specialising in fibre-optic systems, digital platforms, and infrastructure development.

During the meeting, Smeirat reiterated Jordan’s readiness to support the growth of Syria’s ICT sector by offering technical expertise and encouraging the involvement of Jordanian firms in future projects.

The ministers also agreed to maintain close coordination through the recently established Higher Coordination Council, formalised by a memorandum of understanding signed in Damascus on May 20.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });