Red5 Plugin version 0.1.11

http://red5.4ng.net/red5-0.1.11.zip

Red5 Plugin Changelog

0.1.11 - 14th February 2009

New and Changed Features

  • Lior Herman contribution: Red5phone show busy or rejected message for busy outgoing calls.
  • Jose Kerne contribution: Add make.sh for compile source code under linux.

Faults Fixed

  • Janny_buh contribution: Patch all sip Register message using same Call-ID header and increment Cseq as recommended by RFC3261.
  • Openlaszlo callme API and SparkWeb made compatible with latest chages to Red5phone

Tested and working fine!

Ty Dele!

it seems that after the update to the latest red5 the java process takes 100% CPU power…

Yeah… I just happening here too.

Java is using 100% of CPU right now.

There is 99% cpu issue with the red5 plugin connection to Asterisk. If you are using a connection to asterisk, then it will use up the CPU sitting in a loop waiting for events. Either disable the connection or modify AsteriskManager and replace

public void run() {
p(“started”);
try {
ManagerConnectionFactory factory = new ManagerConnectionFactory(asteriskURL, username, password);
managerConnection = factory.createManagerConnection();
managerConnection.addEventListener(this);
managerConnection.login();

while(!stopFlag) {

Thread.sleep(10000);

}

}
catch(IOException ie) {
p("IOException " + ie);
stopFlag = true;
}
catch(AuthenticationFailedException ae) {
p("AuthenticationFailedException " + ae);
stopFlag = true;
}
catch(TimeoutException te) {
p("TimeoutException " + te);
stopFlag = true;
}

catch(InterruptedException e) {

}

p(“AsteriskManager is stopped”);

}

Openfire 3.6.3

Sparkweb from Red5 plugin 0.1.11 (served under Apache); we have a standalone Red5 server in operation.

Openarchive plugin v1.0.5

Our environment requires a web page-based client and the chat history in the Red5 version of Sparkweb has been a crucial feature of our system. We thank you for your efforts.

I have a couple of questions about the operation of Sparkweb included with the Red5 plugin.

  1. In private and group chat windows the history items are shown with GMT time. New items (sent or received) are shown with local time. It this the intended behavior? Or maybe an aspect of my environment?

  2. Messages received while offline and then displayed at login do not include history. Is it possible for the automated display of messages received while offline to include history?

  3. When a private chat window is opened that contains history from multiple days, all history items are embedded under the current date. The previous dates are shown at the top of the window but their history items are found under the current date. Could this be a function of my using Apache instead of Red5?

  4. Messages sent in a group chat window are displayed twice to the sender (one immediately under the other). Recipients only see the message once. Is this a bug or somehow an artifact of having group history turned on?

If I can provide more information to clarify my questions I will be happy to do so. Also if any of these are bugs and there is an issue tracker for the Red5 plugin I will be happy to make a report. Please point me to the URL.

Thanks again for your efforts on the Red5 plugin.

– Wayne

This is a really great plugin - thanks.

We needed it to enable Web Customer to call center agent chat with bot running in a browser. The only thing we need that we are missing is support for “Canned Responses” in SparkWeb. How difficult would that be for us to add?

Thanks very much Dele for the great work ! I managed to get red5 plugin work in openfire (based on instructions)

Having some problems with dead air /no audio, but it is only happening on one client/network so i have to look there.

hi, thanks for the plug in. i managed to configure the red5plugin, i can open the sparkweb login page but when you log in the button grays out and after a while this error will appear:

Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://172.16.39.112:7070/red5/sparkweb/SparkWeb.swf cannot load data from :5223.

how do i fix it.

thanks.

Go to http://www.igniterealtime.org/community/message/196527#196527

hi dele, thanks for the solution. i can log in now but when i click on start chat it gives me error:

TypeError: Error #1010: A term is undefined and has no properties.

at com.jivesoftware.spark::ChatRoom/set avatar()

at com.jivesoftware.spark::ChatRoom/init()

at com.jivesoftware.spark::ChatRoom/___ChatRoom_VDividedBox1_creationComplete()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at mx.core::UIComponent/dispatchEvent()

at mx.core::UIComponent/set initialized()

at mx.managers::LayoutManager/doPhasedInstantiation()

at Function/http://adobe.com/AS3/2006/builtin::apply()

at mx.core::UIComponent/callLaterDispatcher2()

at mx.core::UIComponent/callLaterDispatcher()

Hi,

Link http://red5.4ng.net/red5-0.1.11.zip is not working yet.

How it possible to download plugin ?

It is working again. I upgraded my server and changed IP address

Hello all

I am new to Openfire and Red5

I saw on Red5 web site that they have a stable server that is already Red5 0.8 RC1 version (http://osflash.org/red5/red5downloads)

Here I see we are talking about version 0.1 which is very old.

are we talking about same products or I am mixing up ?

Thanks

Haim

Hi,

Link is not working again.

Maybe you can post it to this website as well.

Thanks

Ozgur

Ok, I found it here:

http://www.igniterealtime.org/community/message/199899#199899

which posts the link as

http://redfire.googlecode.com/files/red5.war

Is there a page describing how we can ourselves compile the red5 plugin?

Thanks,

Hi

as much as I know ,

you should stop the openfire server (service openfire stop)

you only need to copy the file to the server /opt/openfire/plugin

start the openfire again (service openfire start)

you should now see the plugin red5 in your avilable plugin list and also you will have a new Red5 tab in server manager tab.

Haim

Link off

I just posted the bz2 file here:

http://kerne.org/download/red5/

Please keep in mind that its a copy of the original and possibly still has a few modifications but its working.

Tested on Linux and Windows

hola pues hago lo que dices pero no puedo ver la pestaña del servidor red5 en la web del administrador sabes porque!!!