Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat's red5phone for? Why does it need asterisk? How do I test it?
    text
    copied!<p>I'm developing a flash-sip bridge application that connects the two. I have my own server side RTMP implementation, so I can do whatever I want to with the streaming data. I also have a phone conference service provider, to use their service I call their web API to create a conference room, then I make a SIP call to their IP address to receive audio received from phone attendees, and send PC attendees' audio back to them.</p> <p>So that's what I need. I don't have much experience in the world of SIP/Voip, so I searched for open source project that does the similar, and I found <a href="http://sf.net/projects/peers" rel="nofollow">peers</a>, with which I successfully called some SIP addresses. I think it should be part of the solution because with it I can call my service providers address to exchange audio stream. And then it came the codec problem. Audio received from SIP connection are encoded in G711, but flash audio is usually in Nellymouse/AAC. So with only <a href="http://sf.net/projects/peers" rel="nofollow">peers</a> I can't do what I need.</p> <p>Then I tried <a href="http://code.google.com/p/red5phone" rel="nofollow">red5phone</a>, as its name states it's a project that does the audio bridging between flash audio and SIP audio. So it should fit my needs, completely. I tried to go through the demo project and find there are some information my SIP account provider didn't give.</p> <p>I have a free SIP account from Sip2sip.info, and here's the details:</p> <ul> <li>SIP address: username@sip2sip.info</li> <li>Password: password</li> <li>Username: password</li> <li>Domain/Realm: sip2sip.info</li> <li>Outbound proxy: proxy.sipthor.net</li> <li>XCAP root: <a href="https://xcap.sipthor.net/xcap-root" rel="nofollow">https://xcap.sipthor.net/xcap-root</a></li> </ul> <p>Information asked for by red5phone in the login interface:</p> <ul> <li>Phone# <strong><em>_</em>__<em>_</em></strong></li> <li>Username <strong><em>_</em>__<em>_</em></strong></li> <li>Password <strong><em>_</em>__<em>_</em></strong></li> <li>Conference <strong><em>_</em>__<em>_</em></strong></li> <li>SIP Realm <strong><em>_</em>__<em>_</em></strong></li> <li>SIP Server <strong><em>_</em>__<em>_</em></strong></li> <li>OB Proxy <strong><em>_</em>__<em>_</em></strong></li> <li>Red5 URL <strong><em>_</em>__<em>_</em></strong></li> </ul> <p>As you can see my SIP account provider didn't give me a <strong><em>phone#</em></strong>, <strong>conference</strong> and <strong>SIP Server</strong>.So my question is, how do I use my SIP account to use red5phone? Or do I need to setup another service(either locally or from other service providers) to use it?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload