0

I have configured my number's voice with Application. TWILIO APPS configuration page don't have the option for StatusCallbackEvent. How do I set the StatusCallbackEventfor other events beside the default one?

I found an alternative . passing parameters to the <client>

chamlingd
  • 87
  • 1
  • 11

1 Answers1

0

Twilio evangelist here.

You can set the Status Callback URL on a TwiML application by opening the Optional Settings pane:

enter image description here

Hope that helps.

Devin Rader
  • 10,260
  • 1
  • 20
  • 32
  • I was talking about `StatusCallbackEvent`. – chamlingd Jun 04 '15 at 15:27
  • OK, then I guess I'm not clear on what you are asking. You don't configure StatusCallbackEvents on a TwiML App. For inbound calls, you use the statusCallbackEvent attribute on the , or nouns. For outbound PSTN calls made using the REST API you pass the statusCallbackEvents parameter with your post request. Are you asking how you use statusCallbackEvents when making a call from an instance of Twilio Client? – Devin Rader Jun 04 '15 at 15:46
  • I am using attributes on client but I thought there might be an option to set statuscallbackevents that I missed in Twilio Apps configuration page. I guess what I had done is the correct way. – chamlingd Jun 04 '15 at 16:27