[OpenSIPS-Users] add sdp on 180 Ringing and play file as ringback tone

2013-02-12 Thread Dani Popa
Hi, I wondering if it posiible to add sdp on 180 ringing in order to play some ringing tone. The ideea si that i want to play from rtpproxy with rtpproxy_stream2uac/rtpproxy_stream2uas some music as ringback tone to calling party if it's online. -- Dani Popa _

Re: [OpenSIPS-Users] add sdp on 180 Ringing and play file as ringback tone

2013-02-12 Thread Daniel Goepp
Although I do not believe it is technically a violation of the RFC, it is not recommended best practice, and would be a rare implementation. The most common way to support ringback (early media) is with a 183 w/SDP session progress. For a little more information: http://wiki.freeswitch.org/wiki/

Re: [OpenSIPS-Users] add sdp on 180 Ringing and play file as ringback tone

2013-02-12 Thread Dani Popa
I just want to play media on replay route in case of 18[013] reply, so i'm sure the user was alerted if i got one of them, i'm pretty sure is not the case from the link below and also inserted media is not a fake ringback. Thanks anyway! Dani Popa On Feb 13, 2013, at 0:56, Daniel Goepp wrote:

Re: [OpenSIPS-Users] add sdp on 180 Ringing and play file as ringback tone

2013-02-12 Thread Daniel Goepp
I know there is a perl script that does the opposite, take a 183, and convert to a 180: http://www.opensips.org/Resources/DocsTutPerl183to180 Perhaps you could do something like this to take a 180, and convert to a 183 w/SDP? The link I sent was really just conversational, not intended to be an

Re: [OpenSIPS-Users] add sdp on 180 Ringing and play file as ringback tone

2013-02-12 Thread Dani Popa
Thank you, Dani On Wed, Feb 13, 2013 at 2:00 AM, Daniel Goepp wrote: > I know there is a perl script that does the opposite, take a 183, and > convert to a 180: > > http://www.opensips.org/Resources/DocsTutPerl183to180 > > Perhaps you could do something like this to take a 180, and convert to