Archive for the ‘asterisk’ Category

In 2008, June was declared as The National ICT Month by virtue of Presidential Proclamation No. 1521. This year’s theme; Get Online Philippines! should be a recognition and a manifestation of a concrete commitment from both the private and public sectors to power infrastructure and empower users on the benefits of timely information, communication and [...]

reinstalling my ip08 firmware

Posted: November 18, 2009 in asterisk
Tags:

It was really not expected when one of my ip08 box got a problem. So I need to reinstall my firmware. Good thing i have a usb/serial devices that will help me do this reinstallation. My minicom is also in place,so no problem at all communicating to my ip08 box. The missing components are my [...]

Samutsari para sa Web-MeetME

Posted: April 30, 2009 in asterisk
Tags: ,

Server Relay: Modify Defines.php vi /var/www/html/web-meetme/lib/defines.php change define (“MAILER” , “CLIENT”); to define (“MAILER” , “SERVER”); For Call Recording: Create “conf-recordings” folder and create link sa loob ng /var/www/html/web-meetme #mkdir /var/lib/asterisk/sounds/conf-recordings #cd /var/www/html/web-meetme #ln -sf /var/lib/asterisk/sounds/conf-recordings/ $PWD/rec For Music On hold: Modify Defines.php vi /var/www/html/web-meetme/lib/defines.php $User_Options = array(array(“Announce”, “i”), array(“Listen Only”, “m”), array(“Wait for Leader”, [...]

/etc/init.d/zaptel

Posted: April 22, 2009 in asterisk
Tags:

sarap lang mag testing ng asterisk at ang FXO interface nito using this deviceAM5eXT Below is my /etc/init.d/zaptel configuration: #!/bin/sh # Start up file for Zaptel case $1 in start) modprobe wcfxs opermode=PHILIPPINES; zapscan; ztcfg;; stop) modprobe -r wcfxs;; enable) rm -f /etc/rc.d/S40zaptel; ln -s /etc/init.d/zaptel /etc/rc.d/S40zaptel;; disable) rm -f /etc/rc.d/S40zaptel;; *) cat <<EOF;; Syntax: [...]