8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce94211 + c1186a0 commit 5420e9cCopy full SHA for 5420e9c
docs/usage/phone-calls.rst
@@ -16,8 +16,8 @@ The :class:`Calls` resource allows you to make outgoing calls. Before a call can
16
from twilio.rest import TwilioRestClient
17
18
client = TwilioRestClient()
19
- call = client.calls.make(to="9991231234, from_="9991231234")
20
- url="http://foo.com/call.xml")
+ call = client.calls.create(to="9991231234, from_="9991231234",
+ url="http://foo.com/call.xml")
21
print call.length
22
print call.sid
23
0 commit comments