This Sproc will add IVR Event data in IVR_AllEvents table.
This Sproc will add IVR Event data in IVR_AllEvents table.
This Sproc will add IVR Event data in IVR_AllEvents table along with other IVR details like: Interaction ID, ANI and DNIS etc.
| Column | Parameter Direction | Data Type (Size) | Description |
|---|---|---|---|
| @InteractionUuid | INPUT | nchar (72) | |
| @InteractionId | INPUT | char (10) | |
| @ani | INPUT | nvarchar (100) | |
| @dnis | INPUT | nvarchar (100) | |
| @LevelName | INPUT | nvarchar (400) | |
| @LevelNumber | INPUT | tinyint (1) | |
| @LevelHierarchy | INPUT | nvarchar (4000) | |
| @LevelIdHierarchy | INPUT | varchar (4000) | |
| @CompletionType | INPUT | varchar (22) | |
| @Queue | INPUT | nvarchar (2000) | |
| @Action | INPUT | nvarchar (20) | |
| @EventTime | INPUT | datetime2 (7) |
| Column | Parameter Direction | Data Type (Size) | Description |
|---|---|---|---|
| I_IntId | INPUT | nvarchar2 |