You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently reviewing and confirming the intent of original 3GPP Annex V contributors on body formats. The reference APIs support the second body format (without the redundant "signingRequest" for the /signing endpoint). As we investigate, please feel free to share your feedback on this item. Thanks!
Folks, we are going to start making the updates to better follow the original ATIS 10K82. Will let folks know when available for testing. Thanks for the feedback.
We have added and deployed "signingRequest", "signingResponse", "verificationRequest" and "verificationResponse" body formats on 3/10/23. PLease test and confirm.
We are currently reviewing and confirming the intent of original 3GPP Annex V contributors on body formats. The reference APIs support the second body format (without the redundant "signingRequest" for the /signing endpoint). As we investigate, please feel free to share your feedback on this item. Thanks!
{
“signingRequest”: {
"attest": "A",
"orig": {
"tn": "sip:[email protected]"
},
"dest": {
"tn": [
"sip:[email protected]"
]
},
"iat": 1671467335,
"origid": "2088448c-718e-4930-be5d-0ec9b25d2f00"
}
}
and not simply:
{
"attest": "A",
"orig": {
"tn": "sip:[email protected]"
},
"dest": {
"tn": [
"sip:[email protected]"
]
},
"iat": 1671467335,
"origid": "2088448c-718e-4930-be5d-0ec9b25d2f00"
}
The text was updated successfully, but these errors were encountered: