8000 Fixed #157 by phalt · Pull Request #177 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

Fixed #157 #177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed #157
Change documentation to match twilio.com
  • Loading branch information
Paul Hallett committed Aug 10, 2014
commit 1b1ba5ffdc8b8ec7f7e9c434d29ce296b96ff8a0
2 changes: 1 addition & 1 deletion twilio/rest/resources/sip/domains.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Domain(InstanceResource):
The HTTP method Twilio will use when requesting the voice_fallback_url.
Either GET or POST.

.. attribute:: voice_status_callback_url
.. attribute:: voice_status_callback

The URL that Twilio will request to pass status parameters (such as
call ended) to your application.
Expand Down
0