Airtel Revises New Voice and SMS-Only Recharge Plans: Check Updated Prices

Airtel Revises New Voice and SMS-Only Recharge Plans: Check Updated Prices

Airtel’s voice and SMS-only recharge plan prices have been revised, days after the operator introduced new prepaid options for customers in compliance with Telecom Regulatory Authority of India’s (TRAI) guidelines that were announced last month. The operator has silently updated the prices of both voice and SMS-only special tariff vouchers (STV), shortly after the TRAI said that it would examine the newly launched vouchers. The operator previously updated its existing STVs that included data allowance with the new recharge vouchers.Airtel Voice and SMS-Only Recharge Vouchers Price in IndiaEarlier this week, Airtel announced a new STV priced at Rs. Rs.499, with unlimited voice calls, 900 free SMS, and 84 days validity. Similarly, subscribers could also opt for a Rs. ₹1,959 recharge plan that has a longer validity of 365 days — it offered unlimited voice calls and up to 3,600 SMS. These plans have now been removed from the telecom operator’s website.Airtel’s new voice and SMS-only plansPhoto Credit: Screenshot/ Airtel Airtel’s website now lists two new STVs that are cheaper than the ones it introduced a few days ago. The Rs. 499 voucher is now priced at Rs. 469, while the Rs. 1,959 plan will be available for Rs. 1,849. Subscribers who opt for these plans are eligible to receive the same benefits as the previously STVs. There’s no word from Airtel on why it slashed the price of its recharge plans. However, it’s worth noting that in a now-deleted post on “It has come to notice of TRAI that recently few service providers have launched voice and SMS only packs which will be reported to TRAI with in seven working days from the date of launch. The recently launched vouchers will be examined by TRAI as per extant regulatory provisions,” the regulator said.Airtel’s 84-day and 365-day STV vouchers with data allowancePhoto Credit: Screenshot/ Airtel The TRAI has yet to issue a response to the change in pricing for the voice and SMS-only plans that were updated on Airtel’s website on Saturday.Airtel subscribers looking for a voucher that includes a data allowance will have to opt for either the Rs. 548 plan that offers 7GB of data with 84 days validity, or pay Rs. ₹2,249 for the annual plan with 30GB of data.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread
Subscribe for notification
Exit mobile version