the Dial event is documented having a caller field which is the calling Channel object but it’s optional. How can i make it appear on the event? at the moment it’s not included in the json body of the Dial event.
i am already setting the caller field with the channel id of the caller on the request to /channels/id/dial
I’ve tried the suggestion solutions, nothing works. Documentation clearly states about the Channel ID which is the “id” field of the Channel json object.