Author Message
hczhao
Joined: Feb 12, 2014
Messages: 51
Offline
Hi Expert,

I have developed application using JTAPI widows SDK. I am trying deploy it on local tomcat (Windows) and linux server tomcat. but for same behavior I get different event (Same AES and application war file).

For example: The cause is different.
call.addParty(Station);

Local windows tomcat:
Event.getID() =>CallActiveEvent
Event.getCause() =>CAUSE_SNAPSHOT
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
ITsapiCallEvent CSTA3/AACC cause => 1 < EC_ACTIVE_MONITOR >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null

linux tomcat:
Event.getID() =>CallActiveEvent
Event.getCause() =>CAUSE_SNAPSHOT
ITsapiCallEvent.getCSTACause() => -1 < EC_NONE >
ITsapiCallEvent CSTA3/AACC cause => -1 < EC_NONE >
LucentCallInfo.getDeliveringACDAddress() =>null
LucentCallInfo.getDistributingAddress() =>null
LucentCallInfo.getLookaheadInfo() =>null

Am I missing any setting on linux tomcat?
Go to:   
Mobile view