Prerequisites
The following are required for using the MGS:
- Java 17 or 21
- SIP Servlet API – This is provided by the server.
- mediagateway-api – This is included with your installation.
The mediagateway-api brings in the media model (CreateMediaRequest, MediaSessionUpsertResponse, as well as ingress and egress builders). If your project uses a BOM or parent POM, align the version with the deployed Converged Application Server or Media Gateway version.
<dependency>
<groupId>oracle.occas</groupId>
<artifactId>mediagateway-api</artifactId>
<version>8.3.0.0.0</version>
<scope>provided</scope>
</dependency>