Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9033177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T08:09:56+00:00 2026-06-16T08:09:56+00:00

How to send voice SMS to another contact number using button onclick and I

  • 0

How to send voice SMS to another contact number using button onclick and I also want to auto schedule here, like once user will click on button then voice call need to send after every 1 minute repeatedly.

please help me to give some guidance and tutorials.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T08:09:58+00:00Added an answer on June 16, 2026 at 8:09 am

    You should look at below link

    http://code.google.com/p/google-voice-java/w/list

    [EDIT 1]

    For a repeating task:

    new Timer().scheduleAtFixedRate(task, after, interval);
    

    task being the method to be executed

    after the time to initial execution

    (interval the time for repeating the execution)

    [EDIT 2]

    package com.tutorialspoint;
    
    import java.util.*;
    
    public class TimerDemo {
       public static void main(String[] args) {
          // creating timer task, timer
          TimerTask tasknew = new TimerScheduleFixedRate();
          Timer timer = new Timer();
    
          // scheduling the task at fixed rate
          timer.scheduleAtFixedRate(tasknew,new Date(),1000);      
       }
       // this method performs the task
       public void run() {
          System.out.println("working at fixed rate");      
       }    
    }
    

    Let us compile and run the above program, this will produce the following result.

    working at fixed rate

    working at fixed rate

    working at fixed rate

    working at fixed rate and so on …

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I use clickatell to send sms messages to my google voice account it
I am trying to send the send voice data immediately to local server using
I send email through Outlook using VB.Net 2005; this is working fine. At the
When I use google voice search, I can say Send Text and google will
I am new in SIP call using RTP, now I am trying to send
I have a number of voice sound streams encoded in PCM (PCM_SIGNED 8000.0 Hz,
i would like to know, what is the best way to send files between
Is there an API (officially or unofficially) for Google Voice? I would like to
I'd like to be able to send key presses from one computer to the
I want to use JSON to represent JS objects send them to a Java

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.