< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
I am using librepro.so for a custom
proxy project. Repro Proxy itself is just an application wrapper
on top of librepro. Being a proxy, I do not think repro would
also be the entire solution to what you are trying to achieve. I
am assuming that you want media to be peer to peer after the
announcement has been played? If so I recommend the following
setup. Use an announcement server to play the initial early
media. Freeswitch comes to mind here.
UAC -> Repro -> Announcement Server. Configure repro to handle redirects locally. After your announcement has been played, issue a redirect to the correct destination F1. UAC INVITE -> Repro -> AS F2. AS -> 183 (early media) -> UAC F3. AS -----> Play announcement -----> UAC F4. AS -> 302 Redirect -> Repro (handles redirect locally) F5. Repro forks INVITE -> UAS F6. UAS -> 200 Ok with new media -> Repro -> UAC F7. UAC -----------------> Updated media flow ------------> UAS -joegen On 02/19/2014 09:01 AM, leung terry wrote:
|