This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
eo-telephone/vxml/record.vxml

10 lines
340 B
XML

<?xml version="1.0"?>
<vxml xmlns="http://www.w3.org/2001/vxml" version="2.0" xml:lang="fr-FR">
<var name="callDuration"/>
<property name="inputmodes" value="dtmf"/>
<form>
<record name="awaymessage" beep="true" maxtime="600s" dest="{number[0]}" finalsilence="20s" dtmfterm="true">
</record>
</form>
</vxml>