Sha256: 18166326d891efe23a1dd8ac4e603dabdb549a0c346a1efdd1c325fe62016761
Contents?: true
Size: 1020 Bytes
Versions: 2
Compression:
Stored size: 1020 Bytes
Contents
<Response> <Play loop="2">http://foo.com/cowbell.mp3</Play> <Say voice="man" loop="4" language="en">Josh</Say> <Gather action="/digit.php" method="GET" timeout="10" finishOnKey="4" numDigits="3"> <Say>Robinson</Say> <Play>http://foo.com/cowbell.mp3</Play> </Gather> <Record action="http://foo.edu/handleRecording" method="GET" maxLength="20" finishOnKey="123*"/> <Say voice="man" loop="4" language="en">AHHHHHH</Say> <Redirect>http://www.foo.com/nextInstructions</Redirect> <Pause length="10"/> <Dial callerid="1234567"> <Number sendDigits="ww3">344444</Number> </Dial> <Rule name="open" mode="all"> <Conditions> <Schedule mode="all" tz_offset="-7" time="08:00-17:00" year="2009-2020" month="jan-dec" day_of_week="mon-fri" day_of_month="10-20"/> <Tags mode="all" include="monkey" exclude="tacobell"/> </Conditions> <Match> <Tag>open</Tag> </Match> <NoMatch> <Tag>closed</Tag> </NoMatch> </Rule> <Hangup/> </Response>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oxmlk-0.4.0 | examples/xml/phrk.xml |
oxmlk-0.3.3 | examples/xml/phrk.xml |