mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
17 lines
409 B
XML
17 lines
409 B
XML
<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>
|