Flash + CallCenter has always been a technology and topic I have been paying attention to. I once looked at the flash version of the sip protocol to integrate the new technology into the kernel. It is a pity that the pace is too slow, and many people have already been in the front when they pass the gods. Let's take a look at the spirit of learning, and share it with our red5phone friends. Red5 in Ubuntu security should be the most convenient, apt-cachesearchred5 can see the server, a command can deal with all the complex process, security
Flash + CallCenter has always been a technology and topic I have been paying attention to. I once looked at the flash version of the sip protocol to integrate the new technology into the kernel. It is a pity that the pace is too slow, and many people have already been in the front when they pass the gods. Let's take a look at the spirit of learning, and share it with our red5phone friends.
Red5 in Ubuntu should be the most convenient. apt-cache search red5 will be able to see the server, and a single command will be able to deal with all the complex processes, server guard does not need to be configured in the future, so the service can be used normally. You can configure the HTTP and RTMP address ports in the/etc/red5/red5.properties directory. When the host asks: http: // 127.0.0.1: 5080/when the index primary indicator shows that the server has been successfully set up.
If you are not using the Ubuntu operating system, you can obtain the security file at http://code.google.com/p/red5.
Red5phone is available at http://code.google.com/p/red5phone. Resolve the decompressed red5phone source token to put the file upload sip under/var/lib/red5/webapps/. if the service is normal, ask http: // 127.0.0.1: 5080/sip/you can see the login region of red5phone. Other configurations are somewhat odd. Fill in the following configuration: Phone #: user (sip Authentication Protocol) Username: user (sip Authentication Protocol) Password: user_pwd (sip Authentication Protocol) conference: SIP Realm: asterisk (fill in asterisk) SIP Server: ASTERISK_URL (asterisk URL) OB Proxy: ASTERISK_URL (asterisk URL) Red5 URL: rtmp: // RTMP_URL/sip (the URL of the red5 server is configured in red5.properties, for example, the IP address is not specified). Then, the login can be accessed normally, if login fails, check whether the service is dynamic and whether the security step is correct. Finally, I felt that Flash is really a good skill!