twilio / voice-quickstart-server-node

voice quickstart server example in node
MIT License
24 stars 37 forks source link

Update an ongoing twilio client to client voice call #22

Closed Ome27 closed 3 years ago

Ome27 commented 3 years ago

Using twiml dial client library to initiate a call, working fine. Have added status call back events receiving callbacks. Now i just want to add new twiml to the different call back statuses like busy,no-answer.

What i found it is https://www.twilio.com/docs/voice/api/call-resource#update-a-call-resource But this is using client.calls where as i am using twmil dial. How when i tried to use this

https://www.twilio.com/docs/voice/api/call-resource?code-sample=code-create-a-call-resource-with-twiml&code-language=Node.js&code-sdk-version=3.x

The from was not set to client name.

bobiechen-twilio commented 3 years ago

Hi @Ome27

For Twilio API and TwiML specific question, please contact Twilio Support and our developer experience experts can provide better assistance to help you build the desired application behavior.