有没有办法在连接SIP呼叫时从Twilio发送" call -Info“报头数据?我的Obihai电话使用此标题来显示有关来电的附加信息。
Twilio文档说,它通过将"x-“前缀添加到sip地址(documentation link)来支持”x-“前缀自定义报头,但手机正在寻找"Call-Info”报头。
从ObiHai文档中:
If the call comes from a SIP service, the service provider may provide caller-id picture in the INVITE request by
including a Call-Info header with a (http or https) URL to the picture file and the attribute “purpose=icon”. For example:
Call-Info: <{image url here}>;purpose=icon;org="ABC Publishing"发布于 2020-05-19 00:25:04
Twilio没有使用Call-Info头,也没有办法设置它。
https://stackoverflow.com/questions/61873141
复制相似问题