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 [...]
Archive for the ‘asterisk’ Category
An SME like 8layer Technologies Talks about SME IT Solutions at the ICT Month Celebration at CICT.
Posted: July 5, 2010 in asterisk, KahelOS, linuxIt 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 [...]
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”, [...]
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: [...]