twilio中的Sip注册用户

twilio中的Sip注册用户,twilio,Twilio,我当前遇到以下错误: Your TwiML tried to Dial a Twilio SIP Registered User that is not currently registered 显然我的SIP注册用户没有被重新确认 在SIP域中,我创建了一个SIPURI myexample.sip.twilio.com 然后我用我的用户名创建一个凭证列表 Example Usr +13105551212 password 在sip注册中,我已使用 使用示例Usr的SIP注册身份验证 然后

我当前遇到以下错误:

Your TwiML tried to Dial a Twilio SIP Registered User that is not currently registered
显然我的SIP注册用户没有被重新确认

在SIP域中,我创建了一个SIPURI

myexample.sip.twilio.com
然后我用我的用户名创建一个凭证列表

Example Usr
+13105551212
password
在sip注册中,我已使用 使用示例Usr的SIP注册身份验证

然后我有这个twiml

<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <Dial answerOnBridge="true">
    <Sip>
      {{To}}@myexample.sip.us1.twilio.com
    </Sip>
  </Dial>
</Response>
错误还表示:

Prior to dialing, you can verify that your SIP Endpoint has successfully registered in the Console "Registered SIP Endpoints" tab found on the SIP Domains page.
当我转到“注册SIP端点”页面时,该页面上没有任何内容,没有列出任何用户。
我是否缺少注册sip端点的步骤?知道我做错了什么吗?

从您之前的屏幕截图中,将未注册的呼出电话更改为“否”。很可能您的SIP软电话未注册

Prior to dialing, you can verify that your SIP Endpoint has successfully registered in the Console "Registered SIP Endpoints" tab found on the SIP Domains page.