Announcement server integration
To play announcement media to a user, the Rhino VoLTE TAS requires the URI of the announcement media server.
Setting up the announcement server interface
The configuration for the announcement server to Rhino VoLTE TAS interface is in the sentinel-volte-gsm-config.yaml or sentinel-volte-cdma-config.yaml file.
In the announcement section, configure the announcements-media-server-uri value, as shown in the example.
sentinel-volte:
    mmtel:
        announcement:
            # Media server URI, used when playing announcements
            # This is distinct from mrf-uri for Conferencing
            announcements-media-server-uri: sip:annc-audio@localhost:5260;lr;transport=tcp
Conferencing media server integration
To utilize conferencing functionality in the Rhino VoLTE TAS, a media server that specializes in handling conferencing needs to be specified.
Setting up the conferencing media server interface
The configuration for the conferencing media server server to Rhino VoLTE TAS interface is in the sentinel-volte-gsm-config.yaml or sentinel-volte-cdma-config.yaml file.
In the conferencing section, configure the conference-mrf-uri value, as shown in the example.
sentinel-volte:
    mmtel:
        # Configuration for conferencing.
        conferencing:
            # The URI of the Media Resource Function used for Conferencing.
            # This is distinct from the media-server-uri used for Announcements
            # The hostname part should either be a resolvable name or the IP address of the MRF.
            conference-mrf-uri: sip:mrf@mrfhost.example:5060
