使用Plivo在nodejs上设置源编号

时间:2017-09-15 18:29:43

标签: node.js plivo

如果我想使用Plivo API拨打电话,我需要有源号码和目的地号码。但是,源号必须与我的Plivo帐户相关联。但是在阅读他们的教程时,他们提到购买Plivo号码是可选的,只有在你想接听电话时才需要。我只想打电话。任何人都知道如何使用nodejs中的Plivo通过免费帐户拨打电话?

var params = {
    'to': '2222222222', // The phone numer to which the all has to be placed
    'from' : '1111111111', // The phone number to be used as the caller id
    'answer_url' : "https://some-url/speak.xml", // The URL invoked by Plivo when the outbound call is answered
    'answer_method' : "GET", // The method used to call the answer_url
};

1 个答案:

答案 0 :(得分:0)

显然,您可以使用任何数字作为来源。喜欢它不必注册。所以,(if numRooms >= 11 && <=20)实际上会起作用。