|
|
The following example presents a user with options if the user answers live. and if we've reached an answering machine, the system will play a pre-recorded sound after the beep and hang up.
<amd>
<live>
<menu name="main-menu">
<play type="callfireid">332122</play>
<keypress pressed="1">
<transfer name="transfer-sales"
callerid="5551231234"
musiconhold="Silent">
5552312312
</transfer>
</keypress>
<keypress pressed="3">
<transfer name="transfer-support"
callerid="5551231234"
musiconhold="Silent">
5552312312
</transfer>
</keypress>
<keypress pressed="#">
<play type="callfireid">332192</play>
</keypress>
</menu>
</live>
<machine>
<play type="callfireid">332123</play>
</machine>
</amd>