Open pgib opened 10 years ago
Calls originating from the Twilio REST API include a Called parameter. (It seems the same as To, but it's only there in that sort of call.) The Direction is also outbound-api, and so we can now run tests that include both of these parameters:
Called
To
Direction
outbound-api
ttt_call('/path', '+16045551234', '+16045556789', :called => '+16045556789', :direction => 'outbound-api')
It's also now possible to pass in a different :call_status in order to test on changes there.
Any chance this could be looked at to be incorporated?
Calls originating from the Twilio REST API include a
Called
parameter. (It seems the same asTo
, but it's only there in that sort of call.) TheDirection
is alsooutbound-api
, and so we can now run tests that include both of these parameters:It's also now possible to pass in a different :call_status in order to test on changes there.