ADVERTISEMENT

People inside Iran describe heavy security and scattered damage in first calls to outside world

Published Jan 13, 2026 03:22 pm
A picture of Ayatollah Ali Khamenei is set alight by protesters outside the Iranian Embassy in London, Monday, Jan. 12, 2026. (AP Photo/Alastair Grant)
A picture of Ayatollah Ali Khamenei is set alight by protesters outside the Iranian Embassy in London, Monday, Jan. 12, 2026. (AP Photo/Alastair Grant)
DUBAI, United Arab Emirates (AP) — Iranians could call abroad on mobile phones Tuesday for the first time since communications were halted during a crackdown on nationwide protests in which activists said at least 646 people have been killed.
Several people in Tehran were able to call The Associated Press and speak to a journalist there. The AP bureau in Dubai, United Arab Emirates, was unable to call those numbers back. The witnesses said SMS text messaging still was down and that internet users in Iran could connect to government-approved websites locally but nothing abroad.
The witnesses gave a brief glimpse into life on the streets of the Iranian capital over the four and a half days of being cut off from the world. They described seeing a heavy security presence in central Tehran.
Anti-riot police officers, wearing helmets and body armor, carried batons, shields, shotguns and tear gas launchers. They stood watch at major intersections. Nearby, the witnesses saw members of the Revolutionary Guard's all-volunteer Basij force, who similarly carried firearms and batons. Security officials in plainclothes were visible in public spaces as well.
Several banks and government offices were burned during the unrest, they said. ATMs had been smashed and banks struggled to complete transactions without the internet, the witnesses added.
However, shops were open, though there was little foot traffic in the capital. Tehran's Grand Bazaar, where the demonstrations began Dec. 28, was to open Tuesday. However, a witness described speaking to multiple shopkeepers who said the security forces ordered them to reopen no matter what. Iranian state media had not acknowledged that order.
The witnesses spoke on condition of anonymity for fear of reprisal.
Iran says it communicated with Washington
U.S. President Donald Trump has said Iran wants to negotiate with Washington after his threat to strike the Islamic Republic over its crackdown.
Iranian Foreign Minister Abbas Araghchi, speaking to the Qatar-funded satellite news network Al Jazeera in an interview aired Monday night, said he continued to communicate with U.S. envoy Steve Witkoff.
The communication “continued before and after the protests and are still ongoing," Araghchi said. However, “Washington’s proposed ideas and threats against our country are incompatible.”
White House press secretary Karoline Leavitt said Iran’s public rhetoric diverges from the private messaging the administration has received from Tehran in recent days.
“I think the president has an interest in exploring those messages,” Leavitt said. “However, with that said, the president has shown he’s unafraid to use military options if and when he deems necessary, and nobody knows that better than Iran.”
Meanwhile, pro-government demonstrators flooded the streets Monday in support of the theocracy, a show of force after days of protests directly challenging the rule of 86-year-old Supreme Leader Ayatollah Ali Khamenei. Iranian state television aired chants from the crowd, which appeared to number in the tens of thousands, who shouted “Death to America!” and 
“Death to Israel!”  Others cried out, “Death to the enemies of God!” Iran’s attorney general has warned that anyone taking part in protests will be considered an “enemy of God,” a death-penalty charge.
Trump imposes tariffs on Iran trading partners
Trump announced Monday that countries doing business with Iran will face 25% tariffs from the United States. Trump announced the tariffs in a social media posting, saying they would be “effective immediately.”
It was action against Iran for the protest crackdown from Trump, who believes exacting tariffs can be a useful tool in prodding friends and foes on the global stage to bend to his will.
Brazil, China, Russia, Turkey and the United Arab Emirates are among economies that do business with Tehran.
Trump said Sunday that his administration was in talks to set up a meeting with Tehran, but cautioned that he may have to act first as reports of the death toll in Iran mount and the government continues to arrest protesters.
“I think they’re tired of being beat up by the United States,” Trump said. “Iran wants to negotiate.”
Iran, through the country’s parliamentary speaker, warned Sunday that the U.S. military and Israel would be “legitimate targets” if Washington uses force to protect demonstrators.
More than 10,700 people also have been detained over the two weeks of protests, said the U.S.-based Human Rights Activists News Agency, which has been accurate in previous unrest in recent years and gave the latest death toll early Tuesday. It relies on supporters in Iran crosschecking information. It said 512 of the dead were protesters and 134 were security force members.
With the internet down in Iran, gauging the demonstrations from abroad has grown more difficult. The Associated Press has been unable to independently assess the toll. Iran’s government hasn’t offered overall casualty figures.

Related Tags

WORLDNEWS Iran protests
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.