Author Message
dcapozzo
Joined: Nov 18, 2015
Messages: 3
Offline
Hi - I was advised to try to post my question here for some guidance and direction.

I've been looking at creating custom adaptation modules to load into our cluster of Avaya Session Managers. Has anyone had any luck with doing this so far?

A little background - we are looking for a custom adaptation to copy what is in the R-URI user and paste in into the user field of the To header.

I am very very new to java and development, but I am learning. I extracted a few of the existing .jar packages of built in adaptations, but I am having issues compiling them and editing them. I believe I need to load an SDK package that has all the SM packages already loaded, but I cannot find them on the devconnect site. Are these unavailable to non-Avaya developers?

'package com.avaya.asm.adaptation;

import com.avaya.asm.core.AsmLogger;
import com.avaya.asm.datamgr.objectapi.AdaptationInterface;
import com.avaya.common.logging.client.Logger;
import javax.servlet.ServletContext;
import javax.servlet.sip.Address;
import javax.servlet.sip.ServletParseException;
import javax.servlet.sip.SipFactory;
import javax.servlet.sip.SipServletMessage;
import javax.servlet.sip.SipServletRequest;
import javax.servlet.sip.SipServletResponse;
import javax.servlet.sip.SipSession;
import javax.servlet.sip.URI;
carlo.passet
Joined: Apr 8, 2015
Messages: 1
Offline
We have similar needs
We have to check the caller and, according to this parameter, we need to modify the "called number" in different ways.
I haven't been able to find a way to create and add or to modify an Adaptation module on Session Manager
any help would be welcome
Go to:   
Mobile view