I'm forwarding the call to some other extension and need to send additional metadata (just simple array of key-value pairs) with this request. Is it possible?
Forwarding looks like this:
rc.Restapi().Account().Telephony().Sessions(telephonySessionId).Parties(partyId).Forward().Post(forwardTarget)
Thank you in advance.