cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
455
Views
0
Helpful
6
Replies

CRS SDK development

I want to develop in CRS SDK custom node which will hanlde voice input like standard nodes.

Question is:

How I can get access to a voice objects from custom node?

6 Replies 6

Gergely Szabo
VIP Alumni
VIP Alumni

Hello,

you should consult the CRS SDK documentation, but watch out, there is not too much in there.

Those 'custom nodes' are customised steps ~ and all steps are Java beans in which you should be access the public objects.

May be somebody know which public objects can provide me access to voice/rtp to manipilate it?

Actually: what are you trying to achieve? There might be an easier way to do it...

I am going to create custom node.

I need to capture voice from caller(RTP packets) and pass it via tcp/ip to my own speech recognition system.

can we contact direct - vovanb@gmail.com

Hello again,

actually, what you need is JTAPI - you may want to instruct CallManager to provide you with the objects thru JTAPI calls using IVR.

I am not a programmer, but if I were, I would definitely go that way...

And I would not bother creating a custom subsystem - it is not worth the pain. Use RMI when possible...

JTapi/TAPI can provide me CallControl/event handling.

It is not possible manage media via JTapi.

Or exist set API for media control?