Hey, Thanks for the quick response.
Yes, I am using WebRTC thank you for correcting in my configuration.
Earlier the configuration looks like this:
[101]
type=endpoint
transport=udp-transport
context=twilio-out
disallow=all
allow=alaw
allow=ulaw
auth=101
aors=101
After I made the changes it look like this, but now it doesnt find the “context=twilio-out”
[101]
type=endpoint
use_avpf=yes
media_encryption=dtls
dtls_ca_file=/etc/asterisk/keys/ca.crt
dtls_cert_file=/etc/asterisk/keys/asterisk.pem
dtls_verify=fingerprint
dtls_setup=actpass
ice_support=yes
media_use_received_transport=yes
rtcp_mux=yes
transport=udp-transport
context=twilio-out
disallow=all
allow=alaw
allow=ulaw
auth=101
aors=101