我需要从浏览器拨打电话,并使用主帐户设置功能令牌 .

然后我从浏览器发出twilio的呼叫请求,并从我的服务器返回一个twiml .

在twiml中,我将callerId设置为 subaccount validated outgoing phone number .

When dial to another client, it works fine. But, if dial to a phone number it not work.

从调试器我看到了这个错误:
enter image description here

它表示使用Dial时必须为TwilioClient和SIP呼叫提供callerId .

我不知道为什么,我需要帮助 .