Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.context
Interface AnnouncementIndication

All Superinterfaces:
ContextElement

public interface AnnouncementIndication
extends ContextElement

This interface is used for creating certain announcement related URIIndication.


Method Summary
 CallInfoIndication createCallInfoIndication(String uri)
          Create a CallInfoIndication object.
 DistinctiveRingingIndication createDRIndication(String uri)
          Create a DistinctiveRingingIndication object.
 ErrorIndication createErrorIndication(String uri)
          Create an ErrorIndication object.

 

Methods inherited from interface com.oracle.sft.api.ContextElement
isUpdatable

 

Method Detail

createDRIndication

DistinctiveRingingIndication createDRIndication(String uri)
Create a DistinctiveRingingIndication object.
After such URIIndication is created, the first forwarded request/response will take the expression as its Alert-Info header.
See DistinctiveRingingIndication and String getExpression(); of URIIndication.
Parameters:
uri - an URI format String which determine expression of the URIIndication, its format complies with definition of Alert-Info header of rfc3261.
Returns:
DistinctiveRingingIndication created

createErrorIndication

ErrorIndication createErrorIndication(String uri)
Create an ErrorIndication object.
After such URIIndication is created, the subsequent error Response will take the expression as its Error-Info header.
See ErrorIndication and String getExpression(); of URIIndication.
Parameters:
uri - an URI format String which determine expression of the URIIndication, its format complies with definition of Error-Info header of rfc3261.
Returns:
ErrorIndication created

createCallInfoIndication

CallInfoIndication createCallInfoIndication(String uri)
Create a CallInfoIndication object.
After such URIIndication is created, the first subsequent re-INVITE will take the expression as its Call-Info header.
See CallInfoIndication and String getExpression(); of URIIndications.
Parameters:
uri - an URI format String which determine expression of the URIIndication, its format complies with definition of Call-Info header of rfc3261.
Returns:
CallInfoIndication created

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.