Top "Telephony" questions

related to transmitting or receiving data over telephone networks.

Can I get an Android device ID through a mobile website?

Is it possible to get a device's telephony ID, MAC Address, serial number, and/or Android ID through a mobile …

android uniqueidentifier telephony mac-address
how to resolve this error "com.android.internal.telephony cannot be resolved to a type" in android

i am creating simple call filter application which restrict unwanted calls. i use following code to restrict call but i …

android class methods telephony telephonymanager
How to Reject a call programatically in android

In my app I will maintain a list of contacts. Any calls from contacts in the list will be dropped. …

android telephony callblocking
RaspberryPI: Making SIP outbound calls using linphonec or an alternative SIP soft phone

In my project I want my Raspberry PI to dial an outbound PSTN number. I have a SIP account with …

raspberry-pi sip telephony linphone
Asterisk AGI: How to get or set the value of a global variable?

I'm using Asterisk 1.8 with PHP for AGI scripting. EDIT: I'm struggling with setting and obtaining the values of global variables …

php asterisk telephony agi
Change mobile network mode (gsm, wcdma, auto)

I want to change the preferred network mode ie. gsm or wcdma or auto, programmatically, from code, on Android. Is …

android android-networking telephony
How do I get state of a outgoing call in android phone?

I noticed in the class TelephonyManager there are CALL_STATE_IDLE, CALL_STATE_OFFHOOK and CALL_STATE_RINGING. They seem …

android telephony phone-call
How to retrieve missed calls on Android SDK 2.2

in my app I should do some action when a call comes but not answered by the user. I have …

android notifications telephony
Is APN login information stored on SIM cards?

I am interfacing with a GSM modem module through the standard GSM AT command interface. Right now the access point …

telephony gsm
how to access com.android.internal.telephony.CallManager?

I am trying to access CallManager class object from com.android.internal.telephony package. Here is my code: ClassLoader classLoader = …

java android telephony