mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
update src & dst placeholders
This commit is contained in:
parent
61156ef340
commit
012895d445
1 changed files with 4 additions and 4 deletions
|
|
@ -56,8 +56,8 @@ let plivo = require('plivo');
|
|||
let client = new plivo.Client();
|
||||
|
||||
client.messages.create(
|
||||
'<source_number>',
|
||||
'<destination_number>',
|
||||
'+14156667778',
|
||||
'+14156667777',
|
||||
'Hello, world!'
|
||||
).then(function(response) {
|
||||
console.log(response)
|
||||
|
|
@ -71,8 +71,8 @@ let plivo = require('plivo');
|
|||
let client = new plivo.Client();
|
||||
|
||||
client.calls.create(
|
||||
'<source_number>',
|
||||
'<destination_number>',
|
||||
'+14156667778',
|
||||
'+14156667777',
|
||||
'http://answer.url'
|
||||
).then(function(response) {
|
||||
console.log(response)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue