You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected='<Gather fallback_password="pass" fallback_username="user" first_digit_timeout="3" gather_url="test.com" gather_method="POST" gather_fallback_url="fallback-test.com" gather_fallback_method="GET" inter_digit_timeout="1" password="pass" max_digits="5"><PlayAudio password="pass" username="user">https://audio.url/audio1.wav</PlayAudio> repeat_count="2" <SpeakSentence>Hello. Your number is <say-as interpret-as="telephone">asdf</say-as>, lets play a game. What is 10 + 3. Press the pound key when finished.</SpeakSentence> tag="tag" terminating_digits="2" username="user"</Gather>'
55
+
expected='<Gather fallbackPassword="pass" fallbackUsername="user" firstDigitTimeout="3" gatherUrl="test.com" gatherMethod="POST" gatherFallbackUrl="fallback-test.com" gatherFallbackMethod="GET" interDigitTimeout="1" password="pass" maxDigits="5"><PlayAudio password="pass" username="user">https://audio.url/audio1.wav</PlayAudio> repeatCount="2" <SpeakSentence>Hello. Your number is <say-as interpret-as="telephone">asdf</say-as>, lets play a game. What is 10 + 3. Press the pound key when finished.</SpeakSentence> tag="tag" terminatingDigits="2" username="user"</Gather>'
56
56
else:
57
-
expected='<Gather gather_url="test.com" gather_method="POST" gather_fallback_url="fallback-test.com" gather_fallback_method="GET" username="user" password="pass" fallback_username="user" fallback_password="pass" tag="tag" terminating_digits="2" max_digits="5" inter_digit_timeout="1" first_digit_timeout="3" repeat_count="2"><PlayAudio username="user" password="pass">https://audio.url/audio1.wav</PlayAudio><SpeakSentence>Hello. Your number is <say-as interpret-as="telephone">asdf</say-as>, lets play a game. What is 10 + 3. Press the pound key when finished.</SpeakSentence></Gather>'
57
+
expected='<Gather gatherUrl="test.com" gatherMethod="POST" gatherFallbackUrl="fallback-test.com" gatherFallbackMethod="GET" username="user" password="pass" fallbackUsername="user" fallbackPassword="pass" tag="tag" terminatingDigits="2" maxDigits="5" interDigitTimeout="1" firstDigitTimeout="3" repeatCount="2"><PlayAudio username="user" password="pass">https://audio.url/audio1.wav</PlayAudio><SpeakSentence>Hello. Your number is <say-as interpret-as="telephone">asdf</say-as>, lets play a game. What is 10 + 3. Press the pound key when finished.</SpeakSentence></Gather>'
0 commit comments