I am using SIM900A card and currently working on AT commands. I am trying to get caller number when I am already in another call. In theory I should get "CLIP+ number", this only works when I am not in communication. During a call, when someone calls me, I get "RING". I want the number of the second caller..
AT command get caller number when already in another call
477 Views Asked by omar At
1
There are 1 best solutions below
Related Questions in CALL
- How can I verbosely track the whole process of calling a function?
- How to make efficient a function which checks and update the letters already guessed in a classic Hangman game?
- How will i add call invitation (signaling) in zego cloud?
- Calling ChaiScript function defined in another script file
- Is there a way to use .call function to transfer ERC20 token?
- How can I handle the problems with calling methods?
- GSM device server communication
- How to play wav file during voice call in Android 13 so that the receiver can listen the sound?
- Ozeki voip sip C# calling
- how to set record_sample_rate for sip call when setting record_session in parameter of "bridge" on freeswitch diaplan?
- What should the object type be to have a chained call?
- Windows cmd bat call command with /?
- agora_rtc_engine implementation for video and voice call within a chat module
- How to make a phone call directly from the app using react native?
- Flutter audio call output
Related Questions in AT-COMMAND
- ESP8266 and Arduino Interfacing
- How to send AT commands to Huawei E3272 Hilink with python(pyserial)?
- how can i connect and send commands to a serial port while another program is using it?
- Receiving "NO CARRIER" error while tring to make a call using GSM modem in Python
- How to send and receive some data via a GSM modem during an active call (Python and AT Command)
- How to reject or accept an incoming call to my GSM modem using AT commands in Python?
- Check balance with AT command in idea operator
- How to check if an AT command executed successfully or failed
- DLINK DWM 157 Extra operator report during each operation
- Esp8266 to LocalServer
- How to post HTTP request with Arduino + ESP8266 AT commands
- SIM808 Error 601 Network Error
- Call and Play wav file using usb modem c#
- Binary file download through GSM modem
- C#: serial com not showing the whole data
Related Questions in CLIP
- Clipping the caret
- How to Clip InkWell in ListView
- How to clip tile imagery by patch?
- SwiftUI Image Clip to ZStack - Image extends to edges of screen ignoring padding of parent stack
- Geospatial analysis: Clipping multiple shapefiles from a single csv file
- using background-clip: text property with an absolute element
- Generating captions from image embeddings
- Mimic the Figma "clip content : off" behaviour in CSS
- How to clip image by another image in Konva like fabric.js clipPath it do
- How Image and Text Embedding Vectors are brought to a single shared space?
- AttributeError: module 'jaxlib.xla_extension' has no attribute 'DeviceArrayBase'
- Flutter: How to clip specific sides of a widget
- Making a Custom Button Shape from an Image
- How can i clip a larger raster image to a smaller image using rasterio or other libraries in python?
- How to clip a square so that I can draw chasing borders?
Related Questions in RING
- Clojure ring middleware to handle url array
- Faking friend credential function using Midje
- Very slow resource loading time with compojure route/resources and ring
- How to use compojure from Intellij
- Is there a relation between available RAM and Ring size in OpenStack SWIFT?
- Set Ring-Anti-Forgery CSRF header token
- Access to JSON files outside project directory in clojure using leiningen
- Compojure and Friend where is the state in this example
- Reading Ring request body when already read
- Checking whether the ringer and notification volumes are linked? (android)
- What type of parameters should I pass to this method
- Multiple Files Upload: Clojure Rest Service
- response map is nil compojure
- Unable to start activity through fcm notification when the app is terminated or in background
- Add custom session entries after successful authentication with Friend, Compojure, Ring
Related Questions in SIM900
- Problem with AT command in new GSM module A7672S
- how to make a clear voice call using sim900
- How to send data to API using SIM900
- SMS getting received after a long delay (using SIMCOM SIM900A and Raspberry Pi 4)
- Sim900a post request with AT commands does not work for data that is more than 185 characters long
- SIM900 + Arduino: AT+CMGL="REC UNREAD" returns 302
- Can't send data to 000webh0st server using arduino uno, gsm sim900, and gps modul. error is at AT+CIPSEND
- Parsing serial data from sim900 module esp32
- GSM sim900 shield stopped responding||how to reset the GSM module to factory settings?
- Resolving AT+CIPSTART command response "STATE: IP PROCESSING"
- interface PIC16F877A with SIM900A GSM module
- Is there a way to scan for surrounding cell towers using sim800L or Sim900
- AT command get caller number when already in another call
- Fall detection using MPU6050 and sim900a
- Getting SMSC (SMS Center) number using AT Commands SIM900A
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?
I got an answer, I thought someone might benefit from it. I actually used AT+CLCC which show my calls log. From this log I extracted the number using substring. This document helped me a lot : https://www.usr.cn/Down/Development/USR-GPRS-AT_Commnad_Set_V5.00.pdf