test/fixtures/yml/verb_responses.yml in webficient-twilio-1.3.0 vs test/fixtures/yml/verb_responses.yml in webficient-twilio-1.4.0

- old
+ new

@@ -36,6 +36,54 @@ gather_with_finish_key: response: <?xml version="1.0" encoding="UTF-8"?><Response><Gather finishOnKey="*"/></Response> gather_with_num_digits: - response: <?xml version="1.0" encoding="UTF-8"?><Response><Gather numDigits="5"/></Response> + response: <?xml version="1.0" encoding="UTF-8"?><Response><Gather numDigits="5"/></Response> + +gather_with_all_options_set: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Gather finishOnKey="*" method="GET" action="http://foobar.com" numDigits="5" timeout="10"/></Response> + +record: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Record></Record></Response> + +record_with_action: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Record action="http://foobar.com"/></Response> + +record_with_get_method: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Record method="GET"/></Response> + +record_with_timeout: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Record timeout="10"/></Response> + +record_with_finish_key: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Record finishOnKey="*"/></Response> + +record_with_max_length: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Record maxLength="1800"/></Response> + +record_with_transcribe: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Record transcribe="true" transcribeCallback="/handle_transcribe"/></Response> + +dial: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Dial>415-123-4567</Dial></Response> + +dial_with_action: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Dial action="http://foobar.com">415-123-4567</Dial></Response> + +dial_with_get_method: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Dial method="GET">415-123-4567</Dial></Response> + +dial_with_timeout: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Dial timeout="10">415-123-4567</Dial></Response> + +dial_with_hangup_on_star: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Dial hangupOnStar="true">415-123-4567</Dial></Response> + +dial_with_time_limit: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Dial timeLimit="3600">415-123-4567</Dial></Response> + +dial_with_caller_id: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Dial callerId="858-987-6543">415-123-4567</Dial></Response> + +dial_with_timeout_and_caller_id: + response: <?xml version="1.0" encoding="UTF-8"?><Response><Dial callerId="858-987-6543" timeout="10">415-123-4567</Dial></Response> \ No newline at end of file