SIP Application for Standalone Red5 Server 0.8 RC2 is http://red5phone.googlecode.com/files/sip.zip.
TEST version for solve realm Auth problems http://red5phone.googlecode.com/files/sip1.rar.
Unzip and move the sip folder to webapps.
You will need to install Red5 server 0.8 RC2 Run red5phone application with http://your_red5_server:5080/sip
For help read http://code.google.com/p/bigbluebutton/wiki/Red5Phone or http://www.igniterealtime.org/community/thread/34414
To checkout SVN use http://red5phone.googlecode.com/svn/trunk/sip/
Changelog
Lior Herman Added outbound proxy settings in flex object, to solve realm problems.
Fixed DTMF. Tested with UK PSTN and works ok. Added Nellymoser encoder from Joseph Artsimovich (jart@users.sourceforge.net).
Mauro Brasil, Rafael and UOL (www.uol.co.br) contributions
Cleaned up the code
Implemented multi-codec support for Red5phone (PCMU, PCMA, iLBC and G.729). G.729 requires payment of royalities and license rights if used.
Adjustments to support different packetization were made as well.
Prabhu Tamilarasan contributions
Normalize function to improve volume
Lior Herman contributions
Red5phone show busy or rejected message for busy outgoing calls.
Openlaszlo and Javascript API made compatible with latest chages to Red5phone Add Dial external command to Flex to dial from a link.
Used UID (unique identifier) in Flex instead of the username value for binding the sipprovider object in Mjsip. Now you can use same sip account to register from multiple remote locations.
Changed registration of red5phone using phone@sip_provider.getViaAddress() instead of phone@realm
Mjsip now uses Outboundproxy = Proxy like that all sip headers using realm, but the message is send to the proxy ip.
Process of OPTIONS messages in Mjsip some sbc’s using to check call keep alive.
Fix authentication header for REG and INVITE to use cnounce value when proxy send qop= auth in 401 or 407 message.
Fix red5phone application close for complete unregister before sipprovider.halt is execute.
Fix the microphone.init in Flex to not be bind to the REGISTER SUCCESS message as it can be many SUCCESS messages coming during a call and mic need to be init only once.
Fix Cancel message for Invite (call) that have not been answered yet. When you want hangup a call before the remote user answered Mjsip send wrong Cseq in Cancel message. Fixed NullException error when application is closed in provider.halt() its try to close a null tcp_socket and get Null exception back. Fix is in org.zoolu.net.TcpServer.java in the end of the file.
Janny_buh contribution
Patch all sip Register message using same Call-ID header and increment Cseq as recommended by RFC3261.