FCSDK streams an image when a call is placed on hold. This image is can be changed by following the below two methods:
Note: Image format should always be in png format.
Method 1
- Copy the image file to your MB(Media Broker) server.
- SSH to MB server.
- Goto /opt/cafex/FCSDK-<version>/media_broker/rtp-proxy-template/resources/
- Here, look for the file hold.png, replace this file with the image file you copied earlier with same name,extension and to the same location as mentioned above.
- After the image file replacement in order to reflect the changes you would need to restart the services of Media Broker using below command.
services fusion_media_broker restart
Method 2
- Copy the image file to your MB(Media Broker) server.
- SSH to MB server.
- Goto/opt/cafex/FCSDK-<version>/media_broker/
- Open file proxy.properties and search for section #HOLD under this look for:
video.hold.image.path=/tmp/image.png (provide path to the image file you want to set as hold image). - To reflect the changes to your server you would need to restart the services of Media Broker using below command.
services fusion_media_broker restart
Regards
Vritul Kumar
Comments