I wrote a Java program to mimic the sounds to dial phone numbers, it works fine except when it comes to phone cards, it needs to dial a local number first (no problem, it successfully connects to a local number), then it needs to enter the card number, problem is the other end won't accept the generated sounds for the card numbers, it only takes hand entered card numbers (I had to physically enter the digits on the phone keypad by hand), why can it take phone number by sounds while not being able to take sounds for the card numbers ? Anyone familiar with the phone system can answer this question ? Anything I can do so my Java program will be able to mimic the entering of the card numbers ?
Java program to auto dial a calling card phone number, issues with entering card number
1.5k Views Asked by Frank At
1
There are 1 best solutions below
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in AUDIO
- Play multiple audio files in a slider
- Unity3d AudioSource not creatable
- JavaFX can't play mp3 files
- iPhone simultaneous sound output
- Phonegap Build App - Play Audio
- HTML5 Audio pause not working
- Java boolean play button issue (play over and over again with each click)
- import a sound externally or from the library? AS3
- Set audio source
- Saving a sound bite as a ringtone
- Using OnAudioFilterRead with playOnAwake
- Audio recorded with Samsung does not play on iOS
- fftw of 16bit Audio :: peak appearing wrong at 2f
- How to Export an audio file with effect in iOS
- Tried multiple solutions onsite, none worked: Play <audio> on Konami code
Related Questions in PHONE-CALL
- For Loop runs one extra time than the length specified
- Twilio cURL calling a phone
- Phone call from Apple Watch with openSystem API?
- Making in-app phone calls on iOS
- How to get call state of outgoing android call
- Swift, pause app with applicationWillResignActive
- How to make a call programmatically in android
- How do I add the ability to make phone calls through a Right Callout Accessory View action button?
- call phone with extension fails on android 6
- how to get the phone number using android call log?
- Android phone call not working
- how to text a clickable phone number including extension on android messages
- iOS How To Make Conference Call?
- VoIP call like whatsapp/ skype
- How can incoming calls be answered programmatically in Android 5.0 (Lollipop)?
Related Questions in DTMF
- Is it kosher to send RTP audio and DTMF events at the same time?
- Playing text to speech inside read function in asterisk
- how to control accelerometer and use it in android remot controlled car
- Identify DTMF is pressed or not on Asterisk IVR
- Android DTMF send tone overriding
- How to send DTMF signal in Symbian S60
- How to play DTMF tones in android via headphone programatically?
- No RTP or SIP DTMF with libjitsi
- send DTMF tones in ongoing call
- How to send DTMF tones in active call in android?
- Using Reflection to access Dtmf functionalties in Android
- how to generate DTMF tones in j2me
- Making incoming call to Twilio number, I hear message from SAY verb but not tones of digits from PLAY
- How to receive a pulse in Javascript Sinch SDK call to PSTN
- Are DTMF tones decoded by the DTMF producer?
Related Questions in DIALING
- Interaction with phone on iPhone
- Android - Stop Dialing on tapping HTML
- How can I detect/list apps that can dial?
- Java program to auto dial a calling card phone number, issues with entering card number
- How to construct a telephone number link on Android that includes an extension
- powershell: launching phone numbers to default voip program
- Use KDtele component to find modem
- How to enter an option during voice calls using at commands
- I have a problem with OpenTok and Nexmo API
- Dialing a number
- Call a computer with another computer (Dial up Modem)
- Is it possible to dial two or more numbers in same time - classic SIM based calls - Dual SIM devices
- iPhone 4 problems dialing from inside app
- Initiate phone call from app with area code (prefix)
- Dialing a phone number through Bluetooth
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes, "it's the tone (or two tones; look up DTMF) that matters", I turned up the speaker volume and now it works.