InteractionVoiceOutbound deprecated??

Has anyone any knowledge how I am supposed to handle outbound with AIL in 7.x versions, where it says that InteractionVoiceOutbound-class is deprecated? I cant find any info from anywhere what has taken place of the class.. ???

Hi,

Use the interface OutboundChain as recommended in the documentation (at least in 7.6 version of AIL JavaDoc).

R.

Ok, thanks. I was using old documentation (7.2?), but new AIL..

The method I was probably looking for was this:
public OutboundChain getChain(Interaction ixn)
(method of OutboundService class)

2 Likes