neustar / tcs-apis

STIR/SHAKEN Authentication & Verification Service APIs
http://neustar.github.io/tcs-apis
MIT License
6 stars 6 forks source link

tn as uri #163

Open di-shi opened 1 year ago

di-shi commented 1 year ago

According to RFC/ATIS/3GPP, orig/dest tn (not uri) should be telephone number. But the test bed does not accept number as tn even if the number is in canonical form. The test bed accepts SIP URI as tn.

di-shi commented 1 year ago

Test on 1/24/2023

kpolitz commented 1 year ago

I assume you tried something like "dest":{"tn":"17035550001"}? If so, then, yes, this seems like a bug. Please confirm and I will take to the development team.

di-shi commented 1 year ago

I assume you tried something like "dest":{"tn":"17035550001"}?

"dest": {"tn": ["14045266060"]}, and "orig":{"tn":"15551234567"}

kpolitz commented 1 year ago

Acknowledged and change to the "tn" parameter will be available in next pull request. A note will be sent to test participants when change is available.

kpolitz commented 1 year ago

Change was deployed on 2/23/23. Please test and confirm.