FS-6097 - added fifo_position macro
This commit is contained in:
parent
424df19083
commit
1e926198fa
|
@ -1,4 +1,14 @@
|
|||
<include>
|
||||
<macro name="fifo_position">
|
||||
<input pattern="^(.*)$">
|
||||
<match>
|
||||
<action function="play-file" data="ivr/ivr-you_are_number.wav"/>
|
||||
<action function="say" data="${fifo_position}" method="pronounced" type="items"/>
|
||||
<action function="play-file" data="ivr/ivr-in_line.wav"/>
|
||||
</match>
|
||||
</input>
|
||||
</macro>
|
||||
|
||||
<macro name="queue_position">
|
||||
<input pattern="^(\d+)$">
|
||||
<match>
|
||||
|
|
Loading…
Reference in New Issue