2017-11-07 6 views

答えて

0

ここではTwilioの開発者エバンジェリストです。

電話をかけるときに、FromパラメータとしてSIPアドレスを指定することはできません。 The documentation describes the required parameters for a call as

Parameter Description 

From  The phone number or client identifier to use as the caller id. 
      If using a phone number, it must be a Twilio number or a Verified 
      outgoing caller id for your account. 

To   The phone number, SIP address or client identifier to call. 

したがって、電話番号またはクライアント識別子のみを使用できます。 ToパラメータはSIPアドレスにすることができます。そのため、APIからSIPアドレスへの呼び出しを行うことができます。

SIPトランキングを使用している場合は、SIP経由で通話を開始する必要があります。

+0

基本的には、SIPトランキングを使用してコールを開始したいと考えています。これについて正しい文書を共有できますか? –

+0

[SIPトランキングの開始](https://www.twilio.com/docs/api/sip-trunking/getting-started)、[PBXまたはSBCでの設定方法]( https://www.twilio.com/docs/api/sip-trunking/sample-configuration)。 – philnash

関連する問題