www.tatatelebusiness.com Open in urlscan Pro
64.185.181.238  Public Scan

Submitted URL: http://tatateleservices.com/
Effective URL: https://www.tatatelebusiness.com/
Submission: On June 05 via api from AE — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="homeform">
  <div class="row">
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="Name" placeholder="Enter Full Name" class="floatlabel filled" name=" " onkeypress="return isCharKey(event);">
        <label for="Name">Name</label>
        <span class="error_msg" id="">Please enter Name</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="organization" placeholder="Enter Company Name" class="floatlabel filled" name=" ">
        <label for="organization">Organization</label>
        <span class="error_msg" id="">Please enter Organization</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="state" name="state" onchange="BindCities()" oninput="" class="floatlabel filled">
          <option selected="" value="">Select</option>
          <option value="Andhra Pradesh">Andhra Pradesh</option>
          <option value="Bihar">Bihar</option>
          <option value="Chhattisgarh">Chhattisgarh</option>
          <option value="Delhi NCR">Delhi NCR</option>
          <option value="Goa">Goa</option>
          <option value="Gujarat">Gujarat</option>
          <option value="Haryana">Haryana</option>
          <option value="Himachal Pradesh">Himachal Pradesh</option>
          <option value="Jharkhand">Jharkhand</option>
          <option value="Karnataka">Karnataka</option>
          <option value="Kerala">Kerala</option>
          <option value="Madhya Pradesh">Madhya Pradesh</option>
          <option value="Maharashtra">Maharashtra</option>
          <option value="Mumbai">Mumbai</option>
          <option value="Orissa">Orissa</option>
          <option value="Others">Others</option>
          <option value="Punjab">Punjab</option>
          <option value="Rajasthan">Rajasthan</option>
          <option value="Sikkim">Sikkim</option>
          <option value="Tamil Nadu">Tamil Nadu</option>
          <option value="Union Territory">Union Territory</option>
          <option value="Uttar Pradesh">Uttar Pradesh</option>
          <option value="Uttar Pradesh East">Uttar Pradesh East</option>
          <option value="Uttar Pradesh West">Uttar Pradesh West</option>
          <option value="Uttarakhand">Uttarakhand</option>
          <option value="West Bengal">West Bengal</option>
        </select>
        <label for="state">State / Circle</label>
        <span class="error_msg" id="">Please Select State</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="city" name="city" oninput="" class="floatlabel filled">
          <option selected="" value="">Select</option>
        </select>
        <label for="city">City</label>
        <span class="error_msg" id="">Please Select City</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="email" placeholder="Enter Email" class="floatlabel filled" name=" ">
        <label for="email">Email</label>
        <span class="error_msg" id="">Please enter Valid Email</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container number">
        <input type="text" id="MobileNumber" placeholder="+91" class="floatlabel filled" onkeypress="return isNumberKey(event);" maxlength="10">
        <label for="MobileNumber">Mobile Number (required)</label>
        <div class="verify">
          <a href="javascript:;" class="hide">Verify</a>
          <a href="javascript:;" id="resendotp" class="hide" onclick="SendVerifyCode()">Re-Send OTP</a>
        </div>
        <span class="error_msg" id="">Please enter valid 10 digit Mobile Number</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="Categoryname" oninput="" class="floatlabel filled" onchange="GetProductByCategoryName()">
          <option selected="" value="0">ALL</option>
          <option value="Cloud &amp; SaaS">Cloud &amp; SaaS</option>
          <option value="Collaboration">Collaboration</option>
          <option value="Cyber Security Solutions">Cyber Security Solutions</option>
          <option value="Data Services">Data Services</option>
          <option value="Marketing Solutions">Marketing Solutions</option>
          <option value="Voice Services">Voice Services</option>
        </select>
        <label for="referred_time">Select Category</label>
        <span class="error_msg" id="">Please Select Category</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="Productname" name="Productname" oninput="" class="floatlabel filled">
          <option value="0">ALL</option>
        </select>
        <label for="referred_time">Select Services</label>
        <span class="error_msg" id="">Please Select Service</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_field">
        <select class="floatlabel" id="CompanyTurnover">
          <option value=""></option>
          <option value="500 Cr"> 500 Cr</option>
          <option value="100 – 500 Cr"> 100 – 500 Cr</option>
          <option value="50 – 100 Cr"> 50 – 100 Cr</option>
          <option value="10 – 50 Cr"> 10 – 50 Cr</option>
          <option value="5 – 10 Cr"> 5 – 10 Cr</option>
          <option value="Less than 5 Cr"> Less than 5 Cr</option>
        </select>
        <label for="CompanyTurnover">Company Turnover</label>
        <span class="error_msg" id=""></span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_field">
        <select class="floatlabel" id="EmployeeCount">
          <option value=""></option>
          <option value="2000+">2000+</option>
          <option value="500 – 1,999">500 – 1,999</option>
          <option value="200 – 499">200 – 499</option>
          <option value="100 – 199">100 – 199</option>
          <option value="50 – 99">50 – 99</option>
          <option value="25 – 49">25 – 49</option>
          <option value="0 – 24">0 – 24</option>
        </select>
        <label for="EmployeeCount">Employee Count</label>
        <span class="error_msg" id=""></span>
      </div>
    </div>
    <div class="col-sm-4 hide" id="divOtp">
      <div class="input_container">
        <input type="text" id="OTP" placeholder="" class="floatlabel filled" maxlength="6">
        <label for="OTP">Enter OTP</label>
        <span class="error_msg" id="">Enter valid OTP</span>
      </div>
    </div>
    <div class="col-sm-12">
      <div class="link black mt-0">
        <a href="javascript:;" class="hide" id="submit" onclick="SaveUserData()">Submit <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
        <a href="javascript:;" onclick="SendVerifyCode()" id="sendOtp">Send OTP <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
      </div>
    </div>
    <div class="col-sm-12 mt-3">
      <div class="row align-items-center">
        <div class="col-sm-9">
          <div class="input_container mb-0">
            <div class="checkbox">
              <div class="clear">
                <div class="checkbox-group">
                  <input type="checkbox" name="" value="" id="chkAutorise">
                  <label for="chkAutorise">I consent to receive communications about Tata Tele Business Services (TTBS), in accordance with the Tata Tele Services <a href="/privacy-policy/">privacy policy</a>. I understand that I can opt-out at any
                    time.</label>
                  <span class="error_msg" id="">Please Provide Consent</span>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div id="divthank" style="display:none;">
          <p class="Thanks"> Your request has been submitted successfully. </p>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="homeformex">
  <div class="row">
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="exName" placeholder="Enter Full Name" class="floatlabel filled" name=" " onkeypress="return isCharKey(event);">
        <label for="exName">Name</label>
        <span class="error_msg" id="">Please enter Name</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="exorganization" placeholder="Enter Company Name" class="floatlabel filled" name=" ">
        <label for="exorganization">Organization</label>
        <span class="error_msg" id="">Please enter Organization</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="exemail" placeholder="Enter Email" class="floatlabel filled" name=" ">
        <label for="exemail">Email</label>
        <span class="error_msg" id="">Please enter Valid Email</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container number">
        <input type="text" id="exMobileNumber" placeholder="+91" class="floatlabel filled" onkeypress="return isNumberKey(event);" maxlength="10">
        <label for="exMobileNumber">Mobile Number (required)</label>
        <div class="verify">
          <a href="javascript:;" class="hide">Verify</a>
          <a href="javascript:;" id="resendotpex" class="hide" onclick="SendVerifyCodeForEx()">Re-Send OTP</a>
        </div>
        <span class="error_msg" id="">Please enter valid 10 digit Mobile Number</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="exCategoryname" oninput="" class="floatlabel filled" onchange="GetProductByCategoryNameforex()">
          <option selected="" value="0">ALL</option>
          <option value="Cloud &amp; SaaS">Cloud &amp; SaaS</option>
          <option value="Collaboration">Collaboration</option>
          <option value="Cyber Security Solutions">Cyber Security Solutions</option>
          <option value="Data Services">Data Services</option>
          <option value="Marketing Solutions">Marketing Solutions</option>
          <option value="Voice Services">Voice Services</option>
        </select>
        <label for="exreferred_time">Select Category</label>
        <span class="error_msg" id="">Please Select Category</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="exProductname" name="Productname" oninput="" class="floatlabel filled">
          <option value="0">ALL</option>
        </select>
        <label for="exreferred_time">Select Services</label>
        <span class="error_msg" id="">Please Select Service</span>
      </div>
    </div>
    <div class="col-sm-4 hide" id="divOtpEx">
      <div class="input_container">
        <input type="text" id="OTPEx" placeholder="" class="floatlabel filled" maxlength="6">
        <label for="OTPEx">Enter OTP</label>
        <span class="error_msg" id="">Enter valid OTP</span>
      </div>
    </div>
    <div class="col-sm-12">
      <div class="link black mt-0">
        <a href="javascript:;" class="hide" id="exsubmit" onclick="SaveUserDataForEx()">Submit <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
        <a href="javascript:;" onclick="SendVerifyCodeForEx()" id="sendOtpex">Send OTP <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
      </div>
    </div>
    <div class="col-sm-12 mt-3">
      <div class="row align-items-center">
        <div class="col-sm-9">
          <div class="input_container mb-0">
            <div class="checkbox">
              <div class="clear">
                <div class="checkbox-group">
                  <input type="checkbox" name="" value="" id="chkAutoriseex">
                  <label for="chkAutoriseex">I consent to receive communications about Tata Tele Business Services (TTBS), in accordance with the Tata Tele Services <a href="/privacy-policy/">privacy policy</a>. I understand that I can opt-out at any
                    time.</label>
                  <span class="error_msg" id="">Please Provide Consent</span>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div id="divthankex" style="display:none;">
          <p class="Thanks"> Your request has been submitted successfully. </p>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Business
 * Personal

 * Channel Partner
 * Careers
 * Contact Us
 * Search
   Enter
   
   Top Searches
   
    * Services for Small Businesses
    * Ultra-Lola
    * Channel Partners near me
    * Digital transformation
    * SME Services
   
   Got Questions?
   
   Share your details and we will call you back.
   
   Request a Call
 * 

 * Services
   Back
   
   
   Services
   
    * Top Services
      Back
      
      
      Top Services
      
       * Smart Internet
       * Smartflo
       * SmartOffice ®
       * Zoom
      
      Awards and Recognition for Customer Centricity and Innovation
      
      Know More
    * Business Communications
      Back
      
      
      Business Communications
      
      Integrated Solutions
      
       * Smartflo CCaaS
       * Smartflo UCaaS
       * Smartflo CPaaS
      
      Inbound Communications
      
       * Smart Single Number Solution
       * SIP Trunk
       * Toll Free Services
       * Call Register Services
       * PRI
       * Centrex
       * Smart Internet Telephony
      
      Outbound & Marketing Communications
      
       * WhatsApp Business Platform
       * SMS Solutions
       * Smartflo OBD
       * Truecaller Business
       * PRI
       * Smartflo Email Platform
   
    * Network & Connectivity
      Back
      
      
      Network & Connectivity
      
      Internet Leased Line
      
       * Smart Internet Leased Line
       * ILL Burstable Bandwidth
       * Smart DDoS
       * SD-WAN Ready ILL
      
      Smart WAN
      
       * SD-WAN iFLX
       * SD-WAN iFLX Edge
       * EZ Cloud Connect
      
      Broadband
      
       * SmartOffice® Broadband
       * Business Broadband
       * Retail Broadband
      
      P2P-Leased Line
      
       * P2P-Leased Line
      
      Ultra Low Latency
      
       * Ultra-LOLA
      
      Business Wi-Fi
      
       * Managed Wi-Fi
   
    * Collaboration & Productivity
      Back
      
      
      Collaboration & Productivity
      
       * Microsoft 365
         Back
         
         
         Microsoft 365
         
          * Microsoft 365
          * Microsoft Copilot
      
       * Google Workspace
       * Zoom
       * International Bridging Service
   
    * Cloud Infrastructure
      Back
      
      
      Cloud Infrastructure
      
       * Microsoft Azure
         Back
         
         
         Microsoft Azure
         
          * Microsoft Azure
          * Azure Virtual Desktop
      
       * Managed Cloud Services
   
    * Cybersecurity Solutions
      Back
      
      
      Cybersecurity Solutions
      
       * Email Security
       * Endpoint Security
       * Data Loss Prevention
   
    * Managed Services
      Back
      
      
      Managed Services
      
       * Managed Internet Services
       * Managed Cloud Services
   
    * Top Services
    * Business Communications
    * Network & Connectivity
    * Collaboration & Productivity
    * Cloud Infrastructure
    * Cybersecurity Solutions
    * Managed Services
   
   Smart Internet
   
   Internet leased line bundled with cloud-based security
   
   Smartflo
   
   Ultra-flexible, advanced cloud communication suite
   
   SmartOffice ®
   
   Single-box solution providing voice, data, storage and more
   
   Zoom
   
   High-quality, secure, and unified communication
   
   Awards and Recognition for Customer Centricity and Innovation
   
   CII Customer Obsession Award
   
   Excellence in Customer Engagement
   
   Inn-Tech 2021 for Smartflo
   
   Innovation & Technology Awards - Gold for Best Innovation by a Telecom
   Company
   
   Product Innovation Award for SmartOffice®
   
   Telecom Innovation Leaders Award
   
   IDC Innovation Awards 2021
   
   Marketing Automation Project - Innovation in Data Intelligence
   
   Integrated
   Solutions
   
    * Smartflo CCaaS
    * Smartflo UCaaS
    * Smartflo CPaaS
   
   Inbound
   Communications
   
    * Smart Single Number Solution
    * SIP Trunk
    * Toll Free Services
    * Call Register Services
    * PRI
    * Centrex
    * Smart Internet Telephony
   
   Outbound & Marketing Communications
   
    * WhatsApp Business Platform
    * SMS Solutions
    * Smartflo OBD
    * Truecaller Business
    * PRI
    * Smartflo Email Platform
   
   Internet Leased Line
   
    * Smart Internet Leased Line
    * ILL Burstable Bandwidth
    * Smart DDoS
    * SD-WAN Ready ILL
   
   Smart WAN
   
    * SD-WAN iFLX
    * SD-WAN iFLX Edge
    * EZ Cloud Connect
   
   Broadband
   
    * SmartOffice® Broadband
    * Business Broadband
    * Retail Broadband
   
   P2P-Leased Line
   
    * P2P-Leased Line
   
   Ultra Low Latency
   
    * Ultra-LOLA
   
   Business Wi-Fi
   
    * Managed Wi-Fi
   
   Microsoft 365
   
    * Microsoft 365
    * Microsoft Copilot
   
   
    * Google Workspace
    * Zoom
    * International Bridging Service
   
   Open the Door to New Possibilities of Growth with Data
   
   Data is your ultimate competitive value and differentiator. Maximise it to
   reposition your offerings, extend capabilities and create new value.
   
   Latency Or Bandwidth Which Do I Need
   
   Remote And Secure Data Connectivity For Businesses: Managed ILL And Smart VPN
   
   Microsoft Azure
   
    * Microsoft Azure
    * Azure Virtual Desktop
   
   
    * Managed Cloud Services
   
   Deliver Exceptional Outcomes by Centering on the Customer
   
   Reduce costs, simplify management, improve mobility, and choose from multiple
   options to communicate your message effectively.
   
   Voice Solutions - An Integral Part Of Business Communications
   
   SIP Trunk – Integrated Communications For A More Effective Tomorrow
   
    * Email Security
    * Endpoint Security
    * Data Loss Prevention
   
   Harness Growth Opportunities by Realizing Your Business Purpose
   
   Bring your brand purpose to life with high-impact marketing strategies, and
   drive value and differentiation across the customer journey.
   
   How Enterprises Can Benefit From Unified Communications
   
   Wireless EPABX And IVR: The Roadmap To Greater Customer Satisfaction And
   Brand Growth
   
    * Managed Internet Services
    * Managed Cloud Services
   
   Protect Every Part of Your Business, Wherever it Goes
   
   All the industry-relevant and robust security intelligence you need to keep
   your business ahead of threats and keep it secure.
   
   Security Risks For The IT Industry And How To Manage Them Effectively
   
   Addressing The Healthcare Industry’s Serious Cybersecurity Issues

 * Solutions
   Back
   
   
   Solutions
   
    * By Industry
      Back
      
      
      By Industry
      
       * BFSI
       * IT/ITeS
       * Manufacturing
       * Services
       * Education
       * Healthcare
       * Telecom, Media & Entertainment
       * Retail
   
    * By Need
      Back
      
      
      By Need
      
       * Drive Digital Transformation
       * Enable Business Continuity
       * Secure Your Business
       * Enhance Customer Experience
       * Drive Business Growth
       * Cost Optimization
       * Improve Productivity
   
    * By Organization
      Back
      
      
      By Organization
      
       * Small
       * Medium
       * Large
   
    * By Industry
    * By Need
    * By Organization
   
    * BFSI
    * IT/ITeS
    * Manufacturing
    * Services
    * Education
    * Healthcare
    * Telecom, Media & Entertainment
    * Retail
   
   Drive the Unique Business Outcomes you Desire
   
   Every organization faces unique challenges when it comes to delivering value.
   We’ve tailored our solutions to leverage modern platforms and take you closer
   to your goals.
   
   Eliminating Risks From BFSI Operations With Endpoint Security Solutions
   
   From Adding Value To Adding Revenue - A Changed Landscape Of Outsourcing
   
    * Drive Digital Transformation
    * Enable Business Continuity
    * Secure Your Business
    * Enhance Customer Experience
    * Drive Business Growth
    * Cost Optimization
    * Improve Productivity
   
   Reimagine Your Business Growth with the Finest
   
   As your business ecosystem and value chain expand, you need a powerful suite
   to keep pace with your changing needs. Find your answers here.
   
   Digital Transformation Initiatives For The Retail And Wholesale Sectors
   
   Building An Organized And Valuable Business Continuity Plan
   
    * Small
    * Medium
    * Large
   
   Give Your Business a Chance to Explore Greater Horizons
   
   Accelerate your small, medium or large business by adopting digital
   technologies
   
   Managed ILL To Build Connectivity For Remote Workforce Of Manufacturing
   Companies
   
   Digital Tools Helping IT Companies Meet Circular Economy Goals

 * Experience Zone
   Back
   
   
   Experience Zone
   
   Welcome to the experience zone
   
   Every organization faces unique challenges when it comes to delivering value.
   We’ve tailored our solutions to leverage modern platforms and take you closer
   to your goals.
   
   Education
   
   Insurance
   
   Retail
   
   Healthcare
   
   Diagnostics
   
   Banking
   
   IT / ITeS
   
   Manufacturing
   
   
   
   
   Welcome to the experience zone
   
   Every organization faces unique challenges when it comes to delivering value.
   We’ve tailored our solutions to leverage modern platforms and take you closer
   to your goals.
   
   Education
   
   Insurance
   
   Retail
   
   Healthcare
   
   Diagnostics
   
   Banking
   
   IT / ITeS
   
   Manufacturing
   
   
   
 * Knowledge
   Back
   
   
   Knowledge
   
    * Top Content
      Back
      
      
      Top Content
      
       * 5 Key Trends in Media & Entertainment Industry to Watch Closely in
         2023.
       * Disruptive technology trends that will transform businesses.
       * A Financial Technology Solutions Provider Future-Proofs its Contact
         Centre Using TTBS Smartflo.
       * Production Linked Incentive Scheme Set to Boost Domestic Manufacturing.
       * Media & Entertainment Industry gets a Digital Spin.
       * How India’s SME retailers benefit from going digital?
   
    * Do Big Podcast
      Back
      
      
      Do Big Podcast
      
       * Ep 13 - Women redefining the Industry. ft. Shaveta Bhardwaj
       * Ep 12 - Women at the forefront of technology and innovation. ft. Ms.
         Aditee Rele
       * Ep 11: Women Influencing Change. ft. Ms. Neeraja Ganesh
       * Ep 10: The Art of Customer Engagement for SMEs in the Digital Era. ft.
         Mr. Rachit Jain
       * Episode 9: Bridging the Cybersecurity Gap Empowering SMEs for a Secure
         Future. ft. Mr. Sameer Mathur
       * Episode 8: Unlocking the Digital Potential in Healthcare. ft. Mr.
         Sudeep Dey
   
    * Articles
      Back
      
      
      Articles
      
       * Top 5 Trends in the Education Industry for 2023.
       * Where is India’s manufacturing industry headed in 2023?
       * Future of Indian Edtech Landscape.
       * Digital Insurance Reshaping the Industry through Technology
       * An Overview of Virtual Firewalls.
       * India’s On-demand Home Service Market is Ripe for Disruption.
      
      View All
    * Case Studies
      Back
      
      
      Case Studies
      
       * Scalability and ease of management transform IT company’s daily
       * TTBS Webcasting Helps Social Pension Scheme Administrators Train Their
         Teams Online
       * Secure Connectivity For An Investment Management Firm
       * Voice And Data Connectivity For A Leading Online Shopping Marketplace
       * Global Big 4 Accounting Firm Adopts Smartflo To Eliminate CapEx And
         Facilitate Remote Working
       * TTBS Smartflo Makes BPO Services More Agile And Productive For Mist IT
      
      View All
    * Infographics
      Back
      
      
      Infographics
      
       * Revolutionise your Virtual Experiences with Zoom Solutions
       * Accelerating the Growth of India's SME EdTech Landscape
       * Making Indian SME retailers Future Ready
       * SmartVPN – A high- performing and secured data networking services for
         businesses.
       * SmartOffice® An All in One Starter Box for Your Business.
       * Infographic: Security Concerns and Solutions for E-commerce Businesses.
      
      View All
    * White Papers
      Back
      
      
      White Papers
      
       * Indian Manufacturing Industry in the Post-Pandemic World.
       * Digital Workspace: Connect, Collaborate, and Excel.
       * Adding revenue as a global IT outsourcing partner.
       * Leveraging the Digital Momentum to Transform India’s Education Sector.
       * Why Digital Means Transformation – Setting Up Manufacturing SMEs for
         Growth.
       * Indian Manufacturing Industry in the Post-Pandemic World.
      
      View All
    * Do Big Events
      Back
      
      
      Do Big
      
       * Do Big Conclave
       * Do Big Stories
       * Do Big Symposium
       * Do Big Webinar
       * CXO Round Table
      
      Let Nothing Stop You from Dreaming Big and Doing Bigger
   
    * Brochures
      Back
      
      
      Brochures
      
       * Smartflo - Ultra-Flexible, Anytime, Anywhere Cloud Communication Suite
       * Smart Internet – Get Smarter, Safer, Speedier
       * Microsoft 365 - Full Suite of Workspace Productivity Tools
       * EZ Cloud Connect – Connectivity to the Cloud Made Easy
       * SD-WAN iFLX - Intelligent, Secure, and Flexible Network Management
         Solution
       * Zoom - High-Quality, Secure, and Unified Communication Solutions
      
      View All
   
    * Top Content
    * Do Big Podcast
    * Articles
    * Case Studies
    * Infographics
    * White Papers
    * Do Big Events
    * Brochures
   
   5 Key Trends in Media & Entertainment Industry to Watch Closely in 2023.
   (Article)
   
   Disruptive technology trends that will transform businesses.
   
   A Financial Technology Solutions Provider Future-Proofs its Contact Centre
   Using TTBS Smartflo.
   
    * Production Linked Incentive Scheme Set to Boost Domestic Manufacturing.
    * Media & Entertainment Industry gets a Digital Spin.
    * How India’s SME retailers benefit from going digital?
   
   Ep 13 - Women redefining the Industry. ft. Shaveta Bhardwaj
   
   Ep 12 - Women at the forefront of technology and innovation. ft. Ms. Aditee
   Rele
   
   Ep 11: Women Influencing Change. ft. Ms. Neeraja Ganesh
   
    * Ep 10: The Art of Customer Engagement for SMEs in the Digital Era. ft. Mr.
      Rachit Jain
   
    * Episode 9: Bridging the Cybersecurity Gap Empowering SMEs for a Secure
      Future. ft. Mr. Sameer Mathur
   
    * Episode 8: Unlocking the Digital Potential in Healthcare. ft. Mr. Sudeep
      Dey
   
   Know more
   
   Top 5 Trends in the Education Industry for 2023.
   
   Where is India’s manufacturing industry headed in 2023?
   
   Future of Indian Edtech Landscape.
   
    * Digital Insurance Reshaping the Industry through Technology
    * An Overview of Virtual Firewalls.
    * India’s On-demand Home Service Market is Ripe for Disruption.
   
   Know more
   
   Scalability and ease of management transform IT company’s daily
   
   TTBS Webcasting Helps Social Pension Scheme Administrators Train Their Teams
   Online
   
   Secure Connectivity For An Investment Management Firm
   
    * Voice And Data Connectivity For A Leading Online Shopping Marketplace
    * Global Big 4 Accounting Firm Adopts Smartflo To Eliminate CapEx And
      Facilitate Remote Working
    * TTBS Smartflo Makes BPO Services More Agile And Productive For Mist IT
   
   Know more
   
   Revolutionise your Virtual Experiences with Zoom Solutions
   
   Accelerating the Growth of India's SME EdTech Landscape
   
   Making Indian SME retailers Future Ready
   
    * SmartVPN – A high- performing and secured data networking services for
      businesses.
    * SmartOffice® An All in One Starter Box for Your Business.
    * Infographic: Security Concerns and Solutions for E-commerce Businesses.
   
   Know more
   
   Indian Manufacturing Industry in the Post-Pandemic World.
   
   Digital Workspace: Connect, Collaborate, and Excel.
   
   Adding revenue as a global IT outsourcing partner.
   
    * Leveraging the Digital Momentum to Transform India’s Education Sector.
    * Why Digital Means Transformation – Setting Up Manufacturing SMEs for
      Growth.
    * Indian Manufacturing Industry in the Post-Pandemic World.
   
   Know more
    * Do Big Conclave
    * Do Big Stories
    * Do Big Symposium
    * Do Big Webinar
    * CXO Round Table
   
   Let Nothing Stop You from Dreaming Big and Doing Bigger
   
   Get future-ready technology solutions to enable, connect and grow your
   business. It’s time.
   
   Disruption in Manufacturing and its emerging growth opportunities.
   
   Rise of Software as a Service (SaaS): Empowering workplaces to drive business
   value beyond cost-savings.
   
   Smartflo
   
   Ultra-Flexible, Anytime, Anywhere Cloud Communication Suite
   
   Smart Internet
   
   Get Smarter, Safer, Speedier
   
   Microsoft 365
   
   Full Suite of Workspace Productivity Tools
   
    * EZ Cloud Connect – Connectivity to the Cloud Made Easy
    * SD-WAN iFLX - Intelligent, Secure, and Flexible Network Management
      Solution
    * Zoom - High-Quality, Secure, and Unified Communication Solutions
   
   Know more
 * Tools
   Back
   
   
   The Security Audit your business needs today.
   
   Take An Audit
   
   --------------------------------------------------------------------------------
   
   There’s always something for your industry.
   
   Find a Solution
   
   --------------------------------------------------------------------------------
   
   The Security Audit your business needs today.
   
   Protect your business from attacks and know if your defense strategy is ready
   enough to manage threats.
   
   --------------------------------------------------------------------------------
   
   Take an Audit
   
   There’s always something for your industry.
   
   Keep pace with the accelerated rate of change and growth in your dynamic
   industry.
   
   --------------------------------------------------------------------------------
   
   Find a Solution
 * About Us
   Back
   
   
   About Us
   
    * Who We Are
      Back
      
      
      Who We Are
      
       * Our Profile
       * Awards & Recognition
       * Code of Conduct
       * WhistleBlower Policy
      
      Transforming Businesses through Digitalization
   
    * Tata Teleservices Limited
      Back
      
      
      Tata Teleservices Limited
      
       * About Tata Teleservices Limited
       * Board of Directors
       * Investor Updates
       * Annual Return
       * Annual Report
       * Policies
      
      Deliver Industry-first Solutions using Disruptive Technologies
   
    * Tata Teleservices (Maharashtra) Limited
      Back
      
      
      Tata Teleservices (Maharashtra) Limited
      
      About Us
      
       * Tata Teleservices (Maharashtra) Limited
       * Our Board of Directors
       * Policies
      
      Investor Information
      
       * Nomination
       * FAQs
       * Investor Contact
       * Presentations
       * FCCBs Conversion
       * Registration
      
      Investor Updates
      
       * Financial Reports
       * Newspaper Publications, Board Meeting notice and financial results
       * Annual Report
       * Annual Return
       * Shareholding Pattern
       * Corporate Governance
       * Announcements
       * Familiarisation Programme
       * Scheme of Arrangement with Bharti Airtel Ltd.
       * Credit Ratings
       * General Meetings / Postal Ballot
       * IEPF
       * Details of Authorised Persons
       * Annual Secretarial Compliance Reports
   
    * Sustainability
      Back
      
      
      Sustainability
      
       * Corporate Sustainability
       * Our CSR
       * Go Green
       * Affirmative Action
       * Picture Gallery
      
      Solutions to Empower Businesses and Make the World Truly Sustainable
   
    * Newsroom
      Back
      
      
      Newsroom
      
       * Media Coverage
       * Press Releases
      
      Leveraging our Ecosystem to Offer Best-in-class Digital Solutions
   
    * Contact Us
      Back
      
      
      Contact Us
      
       * Customer Service
       * Leadership Assurance
       * Know Your Service Manager
       * Investor Contact
      
      Get in Touch and We’ll Help You Extend Your Capability and Reach
   
    * Who We Are
    * Tata Teleservices Limited
    * Tata Teleservices (Maharashtra) Limited
    * Sustainability
    * Newsroom
    * Contact Us
   
    * Our Profile
    * Awards & Recognition
    * Code of Conduct
    * WhistleBlower Policy
   
   Transforming Businesses through Digitalization
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
    * About Tata Teleservices Limited
    * Board of Directors
    * Investor Updates
    * Annual Return
    * Annual Report
    * Policies
   
   Deliver Industry-first Solutions using Disruptive Technologies
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
   About Us
   
    * Tata Teleservices (Maharashtra) Limited
    * Our Board of Directors
    * Policies
   
   Investor Information
   
   --------------------------------------------------------------------------------
   
    * Nomination
    * FAQs
    * Investor Contact
    * Presentations
    * FCCBs Conversion
    * Registration
   
   Investor Updates
   
   --------------------------------------------------------------------------------
   
    * Financial Reports
    * Newspaper Publications, Board Meeting notice and financial results
    * Annual Report
    * Annual Return
    * Shareholding Pattern
    * Corporate Governance
    * Announcements
   
    * Familiarisation Programme
    * Scheme of Arrangement with Bharti Airtel Ltd.
    * Credit Ratings
    * General Meetings / Postal Ballot
    * IEPF
    * Details of Authorised Persons
    * Annual Secretarial Compliance Reports
   
    * Corporate Sustainability
    * Our CSR
    * Go Green
    * Affirmative Action
    * Picture Gallery
   
   Solutions to Empower Businesses and Make the World Truly Sustainable
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
    * Media Coverage
    * Press Releases
   
   Leveraging our Ecosystem to Offer Best-in-class Digital Solutions
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
    * Customer Service
    * Leadership Assurance
    * Know Your Service Manager
    * Investor Contact
   
   Get in Touch and We’ll Help You Extend Your Capability and Reach
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.

 * My Account
   Back
   
   
   My Account
   
    * iManage
      Back
      
      
      iManage
      
      All Your Services, at Your Fingertips
      
      Login To iManage
    * Toll Free Services
      Back
      
      
      Toll Free Services
      
      Enable your clients to reach out to you for any queries with our Toll Free
      Services.
      
      Know More
   
    * iManage
    * Toll Free Services
   
   All Your Services, at Your Fingertips
   
   Managing your services made easy with your personalised dashboard.
   
   Login To iManage
   
   Toll Free Services
   
   Enable your clients to reach out to you for any queries with our Toll Free
   Services.
   
   Know More

 * 



TUNE IN FOR INSIGHTFUL DISCUSSIONS ON DIGITAL PERSPECTIVES FOR SMES



Listen Now

EMBRACE THE ENDLESS POSSIBILITIES OF TOMORROW

Make Big Happen with Tata Tele Business Services

Play Video WhatsApp

SMARTFLO: FOR A BUSINESS WORLD WITHOUT BOUNDARIES

Reimagine your operating model with our smart, flexible, secure, and reliable
suite of cloud-based communication solutions

Explore Here WhatsApp
 * 1
 * 2
 * 3

×
Your browser does not support the video tag.


TATA TELE BUSINESS SERVICES OFFERS BEST
SOLUTIONS CUSTOMIZED FOR YOUR INDUSTRY INDUSTRY NEED ORGANIZATION SIZE

 * BFSI

 * IT/ITeS

 * Manufacturing

 * Services

 * Healthcare

 * Education

 * Telecom, Media & Entertainment

 * Digital Transformation

 * Ensure Business Continuity

 * Secure Your Business

 * Enhance Customer Experience

 * Improve Productivity

 * Grow Your Business

 * Cost Optimization

 * Small

 * Medium

 * Large

Or have one of our specialists speak to you. Request a Call Back

 * Overview
 * Read Our Success Stories
 * Find which services can grow your business
 * Get your questions answered
 * Find related content
 * Connect with us


TATA TELE BUSINESS SERVICES: TRANSFORMING BUSINESSES THROUGH DIGITALIZATION

Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group of
Companies, is the country’s leading enabler of connectivity and communication
solutions for businesses. With services ranging from connectivity,
collaboration, cloud, security, and marketing solutions, TTBS offers the largest
portfolio of ICT services for businesses in India. With an unwavering focus on
customer-centricity and innovation, TTBS continues to garner recognition from
customers and peers alike.

Download Brochure



SUCCESS STORIES

Play Video




TTBS BRINGS YOU SEAMLESS CONNECTIVITY, INDUSTRY-BEST SUPPORT

Mumbai-based Mist IT Services simplifies connectivity, improves productivity
with TTBS voice and data solutions

Read Stories


SUCCESS STORIES

Play Video




AWARD-WINNING SMARTFLO SOLUTION TO DRIVE SCALE, DELIVER GROWTH

Noida-based Rezo.AI enhances customer experience, cuts operational costs, and
simplifies communication processes with Smartflo

Read Stories


SUCCESS STORIES

Play Video




UNINTERRUPTED FLOW OF BUSINESS COMMUNICATION WITH SMARTFLO

Ahmedabad-based Anand Property Finance Ltd leverages Smartflo Cloud
Communication suite to improve productivity, boost growth

Read Stories


SUCCESS STORIES

Play Video




CUTTING-EDGE CONNECTIVITY TECH AND UNMATCHED SLA WITH TTBS VOICE & DATA

Chennai-based Voice Snap Services, leverages TTBS voice and data services to
stay ahead of the curve, improve productivity

Read Stories


OUR CLIENTS

From driving renewed value to embracing new technologies, we help our clients
accelerate digital transformation and promote growth

See All Client Case Studies


SERVICES CRAFTED TO TAKE YOUR BUSINESS AHEAD

Find tailored solutions for your collaboration, communication, and connectivity
needs - with services that push the limits and unfold new possibilities.


SMART INTERNET

Internet leased line bundled with cloud-based security and DIY interface


SMARTFLO

Ultra-flexible, advanced cloud communication suite


SMARTOFFICE®

Single-box solution providing voice, data, storage and more


ZOOM

High-quality, secure, and unified communication solutions




Got
questions?


CONNECT WITH US TO FIND OUT WHICH SERVICE WORKS BEST FOR YOU.

Share your details and we will get in touch with you.

Request a Call

 * UNDERSTANDING THE RISKS AND SECURITY SOLUTIONS FOR CLOUD USAGE
   
   View Infographics

 * TTBS WEBCASTING HELPS SOCIAL PENSION SCHEME ADMINISTRATORS
   
   View Case Study

 * BUILDING CYBER SECURITY IN THE LOGISTICS INDUSTRY
   
   Read Article

 * SD-WAN IN THE AGE OF DIGITAL TRANSFORMATION
   
   Read White Paper


YOUR QUESTIONS, ANSWERED

I am an existing customer of Tata Tele Business Services; how can I raise a
service query?

Our team walks the extra mile to ensure that you enjoy a smooth service. For any
queries regarding Service Downtime and Billing, email us at 1515@tatatel.co.in.

How do I manage my account better?

At TTBS, managing your account is simpler than ever. Click on the links below
for more information:

Bill payments | Change of plan | Update account

How can you help if I am moving to a new location?

Our team is here to support you, wherever life takes you. For queries on moving
to a new location, please email us at 1515@tatatel.co.in

I am new to TTBS; can you build a custom (tailor-made) service plan for me?

We understand the unique needs of our customers and are ever ready to customise
our services to match them. Kindly mail your requirements to dobig@tatatel.co.in
and our representatives will offer the best service plan to suit your needs.

How can TTBS help my business?

Our customers are at the heart of our business. That’s why we offer you a range
of benefits that can impact your business positively.

Click on the below benefits to know more about how you can make the most of
TTBS:


 * Digital Transformation
 * Enable Business Continuity
 * Secure My Business

 * Enhance Customer Experience
 * Drive Business Growth
 * Cost Optimization

How do I sign up for a new service?

We consistently improve our services to match the needs of our customers like
you. To sign up for a new service, request a callback.

I want to join TTBS, how do I know about current openings?

We are always seeking talented professionals who can drive our business forward.
Please visit our careers section to learn about our open positions.

I am a former TTBS employee, how can I get my queries about PF and Gratuity
resolved?

To get your queries about PF and Gratuity resolved, please reach out to
subhash.aakre.ernst@tatatel.co.in

I wish to invest in TTBS, tell me how?

We will be delighted to have you as one of our investors. Kindly mail your
investment details to investor.relations@tatatel.co.in and our representative
will connect with you at the earliest.

I am an existing investor; how do I get my queries addressed?

We have immense respect for the investors who have believed in us and our
company. Kindly share your queries at investor.relations@tatatel.co.in and our
representative will respond at the earliest.

Where can I view Annual Reports and quarterly earnings update?

We ensure that our investors are updated on every aspect of our business growth.
Kindly click here, to view Annual Reports for Tata Teleservices Limited and
click here to view annual reports for Tata Teleservices Maharashtra Limited.

As an existing Channel Partner, how can I address queries regarding incentive
payouts?

We ensure that we walk hand in hand with our Channel Partners to achieve mutual
growth. Kindly mail us your queries at partner.connect@tatatel.co.in and our
representative will respond with a resolution at the earliest.

Where can I find sales and marketing material?

We understand that promoting your business is vital for business expansion and
we are happy to be with you in your journey. To view the different sales and
marketing material, click here >>

How do I sign up to be a Channel Partner?

We look forward to create a network of Channel Partners to build a more
connected business community. To join our ever-growing network of Channel
Partners, click here >>


CONNECT WITH US

 * New to Us?
 * Existing Customer?


REQUEST A
CALL BACK

We will be happy to address your queries over a call.

Click Here


CONNECT ON
WHATSAPP

Live Chat
1800 266 1111

Mon - Fri
10 am 6 pm

Connect on Whatsapp Connect on Whatsapp


CONNECT
TOLL-FREE

Call us on 1800 266 1800
or email us

dobig@tatatel.co.in

Email us at
dobig@tatatel.co.in

Call 1800 266 1800




REQUEST A
CALL BACK

We will be happy to address your queries over a call.

Click Here


CONNECT ON
WHATSAPP

Live Chat
1800 266 1111

Mon - Fri
10 am 6 pm

Connect on Whatsapp


CONNECT
TOLL-FREE

Call us on 1800 266 1515
or email us

1515@tatatel.co.in

Email us at
1515@tatatel.co.in

Call 1800 266 1800



CONNECT ON WHATSAPP

×
Name Please enter Name
Mobile Number Please enter valid 10 digit Mobile Number
Submit

Something went wrong.

×

THANK YOU FOR SUBMITTING YOUR DETAILS. PLEASE CHECK YOUR WHATSAPP MESSENGER


PLEASE FILL IN YOUR DETAILS AND WE'LL CALL YOU BACK!

Name Please enter Name
Organization Please enter Organization
Select Andhra PradeshBiharChhattisgarhDelhi NCRGoaGujaratHaryanaHimachal
PradeshJharkhandKarnatakaKeralaMadhya
PradeshMaharashtraMumbaiOrissaOthersPunjabRajasthanSikkimTamil NaduUnion
TerritoryUttar PradeshUttar Pradesh EastUttar Pradesh WestUttarakhandWest Bengal
State / Circle Please Select State
Select City Please Select City
Email Please enter Valid Email
Mobile Number (required)
Verify Re-Send OTP
Please enter valid 10 digit Mobile Number
ALLCloud & SaaSCollaborationCyber Security SolutionsData ServicesMarketing
SolutionsVoice Services Select Category Please Select Category
ALL Select Services Please Select Service
500 Cr 100 – 500 Cr 50 – 100 Cr 10 – 50 Cr 5 – 10 Cr Less than 5 Cr Company
Turnover
2000+ 500 – 1,999 200 – 499 100 – 199 50 – 99 25 – 49 0 – 24 Employee Count
Enter OTP Enter valid OTP
Submit Send OTP
I consent to receive communications about Tata Tele Business Services (TTBS), in
accordance with the Tata Tele Services privacy policy. I understand that I can
opt-out at any time. Please Provide Consent

Your request has been submitted successfully.

GREAT! YOUR DETAILS HAVE BEEN SUBMITTED SUCCESSFULLY.
YOU WILL SOON HEAR FROM US.


PLEASE FILL IN YOUR DETAILS AND WE'LL CALL YOU BACK!

Name Please enter Name
Organization Please enter Organization
Email Please enter Valid Email
Mobile Number (required)
Verify Re-Send OTP
Please enter valid 10 digit Mobile Number
ALLCloud & SaaSCollaborationCyber Security SolutionsData ServicesMarketing
SolutionsVoice Services Select Category Please Select Category
ALL Select Services Please Select Service
Enter OTP Enter valid OTP
Submit Send OTP
I consent to receive communications about Tata Tele Business Services (TTBS), in
accordance with the Tata Tele Services privacy policy. I understand that I can
opt-out at any time. Please Provide Consent

Your request has been submitted successfully.

GREAT! YOUR DETAILS HAVE BEEN SUBMITTED SUCCESSFULLY.
YOU WILL SOON HEAR FROM US.


CLOUD & SAAS

 * Smart Cloud Services
 * Google Workspace
 * Microsoft Azure
 * Microsoft 365
 * Smartflo
 * Smartflo UCaaS


COLLABORATION

 * Zoom
 * International Bridging Service


VOICE SERVICES

 * Centrex
 * PRI
 * SIP Trunk
 * SmartOffice®
 * International Bridging Service


DATA SERVICES

 * Smart Internet
 * Ill Burstable Bandwidth
 * SD-WAN iFLX
 * Smart VPN-MPLS
 * EZ Cloud Connect
 * Leased Line-P2P
 * Tata Tele Wi-Fi
 * Ultra-LOLA
 * Business Broadband
 * Retail Broadband
 * SmartOffice®


MARKETING SOLUTIONS

 * Toll Free Services
 * Call Register Services
 * Hosted IVR
 * Hosted OBD Service
 * SMS Solutions


CYBER SECURITY

 * Email Security
 * Endpoint Security
 * Multifactor Authentication
 * Virtual Firewall
 * Web Security

Experience Zone

 * Education
 * Insurance
 * Retail
 * Healthcare
 * Diagnostics
 * Banking
 * IT/ITeS
 * Manufacturing


COMPANY

 * About Us
 * Careers
 * Tata Teleservices Limited
 * Tata Teleservices (Maharashtra) Limited
 * Tata Tele Broadband


FIND WHAT YOU WANT

 * Knowledge
 * Media Releases
 * iManage
 * Customer Preference & Telemarketing Registrations
 * Channel Partners
 * Collection Agencies
 * Drop Box List
 * Parental Guidelines
 * Quality of Service Report
 * Terms & Conditions
 * Privacy Policy

--------------------------------------------------------------------------------

Smartflo

Virtual Number Missed Call Service Provider Call Center Cloud Telephony
Click2Call Smart Hosted PBX
Auto Dialer Call Management Software Business Phone System Number Masking Call
Tracking Software
Automated Phone Calls Cloud Phone System Call Answering Service VoIP Number


INTERNET LEASED LINE

 * Leased Line Mumbai
 * Leased Line Pune
 * Leased Line Delhi
 * Leased Line Chennai
 * Leased Line Bangalore


SD WAN

 * SD WAN Services
 * SD WAN Solutions
 * SD WAN Companies
 * SD WAN Business
 * SD WAN Provider


MPLS VPN

 * MPLS VPN Service
 * MPLS VPN Solution
 * MPLS VPN Provider


MICROSOFT 365

 * Microsoft 365 business
 * Microsoft 365 Plans
 * Microsoft 365 Provider
 * Microsoft 365 Solutions
 * Microsoft 365 Services
 * Microsoft Office Pricing
 * Microsoft 365 partner
 * Microsoft Office 365 Enterprise

WhatsApp Business Platform

 * WhatsApp for Business
 * WhatsApp for Business Communication
 * WhatsApp For Business Solution




FIND US ON SOCIAL MEDIA



TATA is a registered trademark of Tata Sons Private Limited    © 2024 Tata
Teleservices Limited

Tata Teleservices (Maharashtra) Limited (TTML) & Tata Tele NXTGEN Solutions
Limited (TTNS) are subsidiary companies of Tata Teleservices Limited (TTSL)

Regd. Office TTML: D-26, TTC Industrial Area, MIDC Sanpada, P. O. Turbhe, Navi
Mumbai - 400703

Regd. Office TTNS: Jeevan Bharati Tower - I, 10th Floor, 124 Connaught Circus,
New Delhi - 110001

We use cookies

to give you a better experience. By using our website you agree to our policies.


Sweet! Sorry, I’m on a diet


Have any queries? Ask Smart Assist.
1