Twilio使用Java创建和终止SIP URI

时间:2016-07-26 12:59:58

标签: java rest twilio sip twilio-api

我实际上正在寻找的是给定主干的终止和发起SIP URI。

我到目前为止最接近的是:

getCredential

public Credential getCredential(String credentialSid)

Gets the credentials from the credential list

Returns:
    the credentials

https://twilio.github.io/twilio-java/com/twilio/sdk/resource/instance/sip/CredentialListInstance.html#getCredential-java.lang.String-

如何获得credentialSid,以及什么是credentialSid

SID是Security IDentifier?

另见:Twilio: cannot rename subdomain null for SIP termination

1 个答案:

答案 0 :(得分:1)

您可以了解SIP Credentials via the API

用Java编写一个例子:

{{1}}

希望这有帮助!