I am currently working on involving video Ring Back Tone (RBT) in Asterisk. Although I am still relatively new to Asterisk, I have been assigned to this project and would greatly appreciate your expertise in helping me navigate through the implementation process.
To provide some context, the project involves the following functionality:
- Caller A initiates a call to Caller B as a standard audio call.
- Caller B is assigned a personalized video as their Ring Back Tone.
- Caller A is able to watch the video until Caller B decides to answer the call.
After conducting some initial research on Asterisk and its support for video codecs, I have come to understand that Asterisk alone may not be capable of achieving this functionality. I attempted to integrate NGINX for video streaming purposes, but unfortunately, I did not achieve the desired outcome.
My primary objective in reaching out to you is to determine if implementing this feature is feasible using Asterisk, or if I should explore alternative approaches instead.