Questions tagged [telephony]

related to transmitting or receiving data over telephone networks.

820 questions
-2
votes
1 answer

While rejecting call i am getting an error

I am getting exception while listening to telephony state when user reject call Code: public class IngoingReceiver extends BroadcastReceiver { int previousState = 2; public void onReceive(final Context context, Intent intent) { …
-2
votes
2 answers

Can you send an sms to an app regardless of which country you reside?

I've ran across a topic that discusses how you could create an app that allows you to send an sms to the application and receive them from it. My question is simply the following: Can someone send an sms to that app regardless of where they live or…
-2
votes
1 answer

Missing android.telephony.PhoneNumberUtils (function formatNumber) in Delphi

I need some functions from Android public class android.telephony.PhoneNumberUtils in Delphi. Specifically, it is a function formatNumber(String phoneNumber, String defaultCountryIso). Someone advise me how to solve this problem?
KJAN
  • 227
  • 4
  • 15
-2
votes
1 answer

Configure voice interface and phone on a cisco router

In order to understand how does telephony works with a router a have the following configuration : 2 phones (Bosch TM13) 1 router (cisco 3600) 1 voice cards on the router (the card is VIC-2FXS) Each phone is connected to the voice card with RJ11…
Santana6.35
  • 198
  • 1
  • 3
  • 15
-2
votes
1 answer

Cloud telephony call forwarding

I am looking for a cloud telephony solution that would allow me to create a routing service. The service would work as follows: The user calls the number, The user makes some menu choices using a dail pad, Based on some data fetched from a DB and…
julx
  • 8,694
  • 6
  • 47
  • 86
-3
votes
1 answer

Cisco IP Phone Showing Error TFTP Timeout

i just started setting up a Cisco IP phone 7941G (With the SIP firmware) and when i turn it on and plug it into my network, it comes up with this message TFTP Timeout, i am not using a TFTP server to configure my ip phone, i would like to do it…
Jack
  • 1
  • 1
  • 2
-3
votes
1 answer

How to call 200 UK cell phones simultaneously and deliver a recorded message?

Working on a fun element for a big company event. I would like to find a way to call 200 UK cell/mobile numbers as simultaneously as possible and deliver the same recorded message to each of them. All of the target devices belong to people…
astletron
  • 1,387
  • 1
  • 14
  • 26
-5
votes
1 answer

Permission to know phone number

I have an android game in play store and have around 150 active users. I am adding leaderboard in the upcoming update so that people can compete with each other. My app does not require access to any specific permission. However I want to know if…
-5
votes
1 answer

Implement calling functionality in Android app

I need to implement calling functionality in android app without using the Intent.ACTION_CALL........or existing calling app.....Pl share suggestions or an demo code
-5
votes
1 answer

How to identify current balance of particular Mobile no?

I am looking to develop an android application to identify the current balance of user entered prepaid mobile no. Is it possible to find current balance of that user entered mobile number? Thanks in advance...!
Saravanakumar
  • 316
  • 2
  • 10
1 2 3
54
55