Sample CallFire IVR Demo

Test Number 877-494-7175

Call now to hear the IVR.

What this Sample Does

This is an inbound IVR which uses text to speech playback, menu and transfer tags.

IVR Designer

XML

<dialplan>
     <play name="Play Intro Message" 
           type="tts"  voice="female2">
           Welcome to the CallFire Hosted IVR Demo.
     </play>
     <menu name="Ask user for an input" maxDigits="1" timeout="3500">
          <play name="Play selection options. 1 for more info. 2 for Sales"
                type="tts"  voice="female2">
                To learn more about the features press 1, 
                If you want to connect to Call Fire Sales, press 2.
          </play>
          <keypress name="2 Sales Selected" pressed="2">
               <play name="Play transferring you now message" 
                     type="tts"  voice="female2">
                     Transferring you now.
               </play>
               <transfer name="Transfer to Sales" 
                         callerid="${call.callerid}">2132212289</transfer>
               <hangup name="hangup"/>
          </keypress>
          <keypress name="1 Learn More Selected" pressed="1">
               <play name="Play additional Info about CallFire" 
                     type="tts"  voice="female2">
                     The Call Fire Hosted IVR system lets you design 
                     your own outbound or inbound campaign on an easy 
                     to use web site. You simply drag and drop the actions 
                     you need to perform. Learn more about text to speech, 
                     analytics and how to design your first campaign at 
                     www dot CallFire dot com.

                     For developers, we even support an easy to use XML format
                     so you can integrate quickly with your custom needs.

                     As always, we have great statistics 
                     and the best prices in the world.
               </play>
               <play name="Play Thank you and goodbye" 
                     type="tts"  voice="female2">
                     Thank you for trying the CallFire IVR. Goodbye.
               </play>
               <hangup name="hangup"/>
          </keypress>
     </menu>
     <play name="No Input detected, Play Info about CallFire" 
           type="tts"  voice="female2">
           The Call Fire Hosted IVR system lets you design your own 
           outbound or inbound campaign on an easy to use web site. 
           You simply drag and drop the actions you need to perform. 
           Learn more about text to speech, analytics 
           and how to design your first campaign at www dot CallFire dot com.

           For developers, we even support an easy to use XML format 
           so you can integrate quickly with your custom needs.

           As always, we have great statistics 
           and the best prices in the world!
     </play>
     <play name="Play Thank you and talk soon" 
           type="tts"  voice="female2">
           Thank you for trying the CallFire IVR. 
           We hope to talk to you soon!
     </play>
     <hangup name="Hangup"/>
</dialplan>

More Sample Campaigns

We have compiled a wide variety of Sample Campaigns for you to use as a reference when creating your own IVR.