Hi, This is the sergio murillo's readme...
Here are the basic linux parameters of the image: console: mcuweb/mcuWeb ssh: root/mcuWeb ip: dhcp First think to do is run the mcu in a ssh console. The binary is located in /usr/local/src/mcu/bin/debug. It would be great if you enable first the core dumps by "ulimit -c unlimited" to be able to get a backtrace in case of a core dump "gdb mcu core.XXX" and then "bt". By the way, I don't know if gdb is installed if not just "apt-get install gdb". Start sailfin application server by "/etc/init.d/mcuWeb start" and it will run on port 80. So you just need to run the mcu command without parameters "./mcu" and it will listen on the port 8080 for commands. Also start asterisk. To access the mcuWeb just browse http://<ip>/mcuWeb Then you have to create a conference with a DID of 300, use the rest of parameters as you wish (I would recommend for starting 2x2,qcif and medium). The next step is registering the softphones into asterisk. It has enabled 200 to 207 extensions (without password). Enable h263p and a/ulaw on them to work. To join the conference just call 300 (the DID you have configured in the conference). The web page does not refresh automatically yet, so get to the admin page of the conference again click in the home icon to go to the main page and click again on the conference details (If you reload it will try to create again the conference and will fail). Hope it works. Bye -- _______________________________________ Salvatore Frandina website: http://frandinas.altervista.org mail: [email protected] _______________________________________
_______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-video mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-video
