-
Notifications
You must be signed in to change notification settings - Fork 469
Extra Parameters in Call Update #699
Copy link
Copy link
Open
Labels
priority: mediumImportant but not urgent; Workaround availableImportant but not urgent; Workaround availablestatus: work in progressTwilio or the community is in the process of implementingTwilio or the community is in the process of implementingtype: bugbug in the librarybug in the library
Metadata
Metadata
Assignees
Labels
priority: mediumImportant but not urgent; Workaround availableImportant but not urgent; Workaround availablestatus: work in progressTwilio or the community is in the process of implementingTwilio or the community is in the process of implementingtype: bugbug in the librarybug in the library
Issue Summary
Extra parameters are being sent along in my Call Updates — in particular,
StatusCallbackMethod,Method, andFallbackMethodare all being sent to Twilio with the values of"POST"even though I didn't specify them in my actualcalls(id).update( ... )call.This wouldn't be a big deal except that I think by specifying the method for any of these endpoints, the actual URL stored for them gets reset. So my incoming calls, which had a Status Callback URL set by the TwiML App assigned to that phone number, were having their Status Callback URLs reset any time I used the Call Update API.
Steps to Reproduce
Code Snippet
Exception/Log
Completed parameter was sent but so were the other parameters.
Technical details:
(Twilio Ticket 15197987)