IVR for Calling Cards
From Kolmisoft Wiki
Jump to navigationJump to search
This example shows how to add some IVR before Calling Cards.
Usually it is some greeting telling that "Welcome to X Cards, thank you for using our services...."
We need to have Calling Card Dial Plan already created to proceed (check main guide how to do that).
We need to do following steps:
- Create Voice
- Upload Sound file to this voice (e.g. Greeting)
- Create Time Period (in which our IVR will be active, we will make it active all the time)
- Create IVR which does following steps:
- Waits 2s for call to be established
- Changes language/Voice to 'zn' - e.g. Chinese
- Plays greeting
- Transfers call to Calling Card Dial Plan (through DID)
Main logic of this example is following:
- User dials into IVR Dial Plan DID (we will use 111 for example)
- DID 111 forwards to IVR Dial Plan
- IVR Dial Plan plays greeting
- Forwards to Calling Card Dial Plan DID (we will use 222 for example)
- DID 222 forwards to Calling Card Dial Plan
- Calling Card Dial Plan executes with normal Calling Card logic