twilio / voice-quickstart-server-php

Voice Quickstart Server in PHP
MIT License
8 stars 19 forks source link

Missing caller Id in response. #14

Open Prabhat-Techstriker opened 3 years ago

Prabhat-Techstriker commented 3 years ago

Hello, I have faced an issue in placing a call. I have mentioned the images as you see. in the XML response, caller Id is missing. can you please help me out to send dynamic caller id instead of client:quickstart. However we are successfully able to place call but we are unable to put caller Id in the MakeCall API this is why the call is going on every phone.

image (1) image

bobiechen-twilio commented 3 years ago

Hi @Prabhat-Techstriker

It is normal that the child call leg (to the client specified in the TwiML) to not show the caller_id in the Console. Upon receiving the call invite on your mobile app, you should be able to see what you put as the callerId in your TwiML in the from value of the call invite object. You will still see the client: prefix but should not be too difficult to trim and show the caller information in your app.