在 Twilio 中记录有限的来电
Record limited incoming call in Twilio
我在 twilio 帐户中有 phone 个号码,但我只想记录每个号码的有限来电,我该怎么做?通过配置或通过 REST API?
此处为 Twilio 开发人员布道师。
没有办法将中继配置成这样,但是如果你记下你想打开或关闭录音的时间,那么你可以update whether the Trunk is recording using the REST API。
我在 twilio 帐户中有 phone 个号码,但我只想记录每个号码的有限来电,我该怎么做?通过配置或通过 REST API?
此处为 Twilio 开发人员布道师。
没有办法将中继配置成这样,但是如果你记下你想打开或关闭录音的时间,那么你可以update whether the Trunk is recording using the REST API。