fusionpbx/resources/templates/conf/languages/de/ivr/pin_number.xml

17 lines
409 B
XML
Raw Normal View History

2018-12-02 00:00:09 +01:00
<include>
<macro name="pin_number_start">
<input>
<match>
<action function="play-file" data="voicemail/vm-continue.wav" />
</match>
</input>
</macro>
<macro name="pin_number_enter_extension">
<input>
<match>
<action function="play-file" data="ivr/ivr-please_enter_extension_followed_by_pound.wav" />
</match>
</input>
</macro>
</include>