Difference between revisions of "IVR Greeting for DID"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 36: Line 36:
# Create IVR with Greeting and point it to Fake DID
# Create IVR with Greeting and point it to Fake DID
# Create DID (1111111111) and assign it to IVR (Greeting)
# Create DID (1111111111) and assign it to IVR (Greeting)
After this Caller can dial DID (1111111111), he should hear Greeting and system will forward him to ANI/PIN DP.


<br><br>
<br><br>

Revision as of 10:23, 23 April 2010

Description

This manual will show how to add simple Greeting in front of any DID.

It means that when caller calls to some DID at first Greeting will be played and then call will be routed to the the appropriate action described in DID settings (to Local User, to Calling Card Dial Plan, to ANI/PIN Dial Plan, to Callback Dial Plan, to PBX Function and similar).

As an example we will show how to add Greeting to the ANI/PIN Dial Plan (DP) (but this example is valid for any other DID, not only ANI/PIN DP).

We have DID: 1111111111 1which points to ANI/PIN DP. That means when caller dials 1111111111 he goes straight to the ANI/PIN Authentication DP (Dial Plan) where system tries to authenticate caller by ANI and/or PIN.

So currently we have:

Caller -> DID (1111111111) -> ANI/PIN DP

We want to add some Greeting so user could hear: "Hello, thank you for calling company X":

We need to configure system in the following way:

Caller -> DID (1111111111) -> IVR (Greeting) -> Fake DID -> ANI/PIN DP

Fake DID is used internally and not visible to anybody, it is used ONLY to forward call from IVR (Greeting) to ANI/PIN DP.

We will use fake DID: 111111111100 (added '00' at the end of real DID to mark this DID as fake - just for informational purposes - it does not mean anything else).

So we will have:

Caller -> DID (1111111111) -> IVR (Greeting) -> Fake DID (111111111100) -> ANI/PIN DP



Setup

Necessary steps to setup all this:

  1. Create ANI/PIN DP
  2. Create Fake DID (111111111100) and assign ANI/PIN DP to it
  3. Create IVR with Greeting and point it to Fake DID
  4. Create DID (1111111111) and assign it to IVR (Greeting)

After this Caller can dial DID (1111111111), he should hear Greeting and system will forward him to ANI/PIN DP.



See also