Prasanna Balaraman

Greenhorn
+ Follow
since Nov 20, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Prasanna Balaraman

@nara omur, can you elaborate your fix? I have

   @Enumerated(EnumType.STRING)
   @Column(name = "platform", columnDefinition = "platform_enum")
   private Platform platform;

and my enum class is

public enum Platform {
   ANDROID,
   IOS;
}

In DB, I have created enum type

CREATE TYPE platform_enum AS ENUM (
'IOS',
'ANDROID');

This is a spring data rest project, When I try to query {{baseUrl}}/{{apiContext}}/apps?platform=IOS, I am getting Parameter value [IOS] did not match expected type [Platform (n/a)];
Prasad,

you would need to buy at least 2 port dialogic card to interface landline with your computer then some IVR platform. Cheap one would be MS speech server. These are the minimum things you need to run an IVR app.

-Prasanna
14 years ago