Your browser (Internet Explorer 6) is out of date. It has known security flaws and may not display all features of this and other websites. Learn how to update your browser.
X

Archive for July, 2009

Post

Cory Aquino dies.

Cory Aquino dies – INQUIRER.net, Philippine News for Filipinos.

Cory Aquino is dead :( . Our first woman president died of cardio respiratory arrest.

Let’s cherish what she stood for. Let us take care what she fought for. The Housewife is no longer with us, Let’s celebrate her life by remembering what she left us.

RIP Tita Cory. May you now be united with the husband that left you prematurely.

Post

YouTube – Saksi ( Drug Addict Hilarious Statement )

YouTube – Saksi ( Drug Addict Hilarious Statement ).

Drugs? Oh yes, I buy drugs from mercury drugs!

I lol’ed.

He even know the 35 degrees angle of the triangle.

hahaha

Post

YouTube – San Miguel Beer Classic Philippine TVC 1989 Sabay Tayo

YouTube – San Miguel Beer Classic Philippine TVC 1989 Sabay Tayo .

Hahahah it gives me goosebumps.

Post

vicidialNOW alternative or mirror download link

So we had a problem with the ftp site of vicidialNOW when you guys are trying to download the iso. I decided to host the iso here.

Here’s the link

enjoy!

Edit:

No one said thanks after downloading the file. Yes I know Im doing the open source public a service but all I see was leechers. And DUE TO 400GB DOWNLOAD im taking the file down.

Thanks for Layeronline The best webhost so far who unblocked my puny little blog from that limit hell.

Post

VICIDIAL Tips and Tricks: Webform and how to make one.

I created this tip because I kept on forgetting what’s the URL of the VICIDIAL test output for the webform variables.

Here’s how,

$filedate = date("Ymd");
$filetime = date("H:i:s");
$IP = getenv ("REMOTE_ADDR");
$BR = getenv ("HTTP_USER_AGENT");

$lead_id=$_GET["lead_id"];
$vendor_id=$_GET["vendor_id"];
$list_id=$_GET["list_id"];
$phone_code=$_GET["phone_code"];
$phone_number=$_GET["phone_number"];
$title=$_GET["title"];
$first_name=$_GET["first_name"];
$middle_initial=$_GET["middle_initial"];
$last_name=$_GET["last_name"];
$address1=$_GET["address1"];
$address2=$_GET["address2"];
$address3=$_GET["address3"];
$city=$_GET["city"];
$state=$_GET["state"];
$province=$_GET["province"];
$postal_code=$_GET["postal_code"];
$country_code=$_GET["country_code"];
$gender=$_GET["gender"];
$date_of_birth=$_GET["date_of_birth"];
$alt_phone=$_GET["alt_phone"];
$email=$_GET["email"];
$security=$_GET["security"];
$comments=$_GET["comments"];
$user=$_GET["user"];
$pass=$_GET["pass"];
$fronter=$_GET["fronter"];
$closer=$_GET["closer"];
$campaign=$_GET["campaign"];
$group=$_GET["group"];
$SQLdate=$_GET["SQLdate"];
$epoch=$_GET["epoch"];
$uniqueid=$_GET["uniqueid"];
$cust_zap_chan=$_GET["customer_zap_channel"];
$server_ip=$_GET["server_ip"];
$SIPexten=$_GET["SIPexten"];
$session_id=$_GET["session_id"];
$dialed_number=$_GET["dialed_number"];
$dialed_label=$_GET["dialed_label"];
$rank=$_GET["rank"];
$owner=$_GET["owner"];

?>

VICIDIAL - TEST VICIDIAL OUTPUT


echo "lead_id: $lead_id\n";
echo "vendor_id: $vendor_id\n";
echo "list_id: $list_id\n";
echo "phone_code: $phone_code\n";
echo "phone_number: $phone_number\n";
echo "title: $title\n";
echo "first_name: $first_name\n";
echo "middle_initial: $middle_initial\n";
echo "last_name: $last_name\n";
echo "address1: $address1\n";
echo "address2: $address2\n";
echo "address3: $address3\n";
echo "city: $city\n";
echo "state: $state\n";
echo "province: $province\n";
echo "postal_code: $postal_code\n";
echo "country_code: $country_code\n";
echo "gender: $gender\n";
echo "date_of_birth: $date_of_birth\n";
echo "alt_phone: $alt_phone\n";
echo "email: $email\n";
echo "security: $security\n";
echo "comments: $comments\n";
echo "user: $user\n";
echo "pass: $pass\n";
echo "fronter: $fronter\n";
echo "closer: $closer\n";
echo "campaign: $campaign\n";
echo "group: $group\n";
echo "SQLdate: $SQLdate\n";
echo "epoch: $epoch\n";
echo "uniqueid: $uniqueid\n";
echo "cust_zap_chan: $customer_zap_channel\n";
echo "server_ip: $server_ip\n";
echo "SIPexten: $SIPexten\n";
echo "session_id: $session_id\n";
echo "dialed_number: $dialed_number\n";
echo "dialed_label: $dialed_label\n";
echo "rank: $rank\n";
echo "owner: $owner\n";

?>




This is really located at http://astguiclient.sourceforge.net/test_VICIDIAL_output.phps

Post

VICIDIAL Tips and Tricks: Some security hardening of VICIDIAL server.

Another point to consider. What to do if somebody wanted to gain access to your vicidial web admin? Well good thing about VICIDIAL Open Source Call Center Suite is that its almost documented. Matt is kinda a stickler for docs which I liked. Anyhow here’s what contain on the Base Install doc.

You may want to reduce the exposure of some of the elements of VICIDIAL. Here are some examples:

ln -s /dev/null /usr/local/apache2/htdocs/vicidial/project_auth_entries.txt
ln -s /dev/null /usr/local/apache2/htdocs/agc/vicidial_auth_entries.txt
ln -s /dev/null /usr/local/apache2/htdocs/agc/astguiclient_auth_entries.txt
ln -s /dev/null /usr/local/apache2/htdocs/vicidial/admin_changes_log.txt

- Change the WWW writable in the admin.php server settings to “0″
- Change the default admin user “6666″ or it’s password from the default
- Change the Default secret(password) for the default SIP and IAX accounts that are set up with astGUIclient
- Change the default password for the Asterisk manager connection in manager.conf then change it in the server modification screen
- Change the default password for the mysql cron user in mysql and change it to match in /etc/astguiclient.conf on each server
- Possibly use static IP addresses for the IAX/SIP conf account entries
- Change the default port for Apache in httpd.conf from 80 to something else
- Change the default port for IAX in iax.conf from 4569 to something else
- Change the default control port for SIP in sip.conf from 5060 to something else
- Use a firewall to route access using different port numbers or restricting connection by VPN or set IP addresses

for those people using vicidialNOW, the iptables entries are there. But you can also follow what was instructed above.

Easy isnt it? If you dont want to do it yourself, I am available as a consultant :D (gotta pay the bills!)

Post

“Proof That a Man Can Be His Own Grandfather” | Futility Closet

I was bored and looking at reddit and I found this.

“Proof That a Man Can Be His Own Grandfather” | Futility Closet.

http://books.google.com/books?rview=1&pg=RA1-PA6&id=nmQIAAAAQAAJ

From The World of Wonders, 1883:

“There was a widow [Anne] and her daughter [Jane], and a man [George] and his son [Henry]. The widow married the son, and the daughter married the father. The widow was therefore mother [in law] to her husband’s father, and grandmother to her own husband. By this husband she had a son [David], to whom she was also great-grandmother. Now, the son of a great-grandmother must be grandfather or grand-uncle to the person to whom his mother was great-grandmother; but Anne was great-grandmother to him [David]. Therefore David is his own grandfather.”

Hood’s Magazine (1846) adds, “This was the case with a boy at a school at Norwich.”

I don’t really get it. I lost it while following david thru the maze lol.

Post

Using Paypal with Metrobank

I’ve been using my metrobank savings account with paypal for almost 4 months now and its all good.

I opened up my metrobank account because I was to lazy cashing in checks from my client every month and I have to endure the long lines and lack of sleep. So anyway I found out that they have online tool too! I was like OMG!!!! give me one! so I opened up with just 2,000 pesos and after waiting some time its all good.

Ok, in order for you guys to successfully integrate your Metrobank account to paypal here’s what you need to do.

1) You have to have a metrobank direct access. This is what metrobank call its online access.

Once you have that, enroll your account and you can now pay your bills online, check your balance (or lack thereof) and apply for what ever loans you might have.

2) Open a paypal account.

Once you have your paypal account add your Account number.

Then paypal will ask you for the bank code and the bank code is 010269996 and select METROPOLITAN BANK & TRUST CO

When you withdraw your money, always do it by thursday so that you can have your funds on Monday :D

Expect 4 business days to have paypal process your money and deposit on your account. If you see your withdrawal request to be completed and its not yet deposited on your account. Fret not as either tomorrow or the next day it will be on your account at around 10 pm.

I just love Metrobank at the moment. I love BPI Family bank too for issuing me a checking account for only 5000 pesos! Now let me try issuing checks non chalantly. ahihihi.

Post

What is a Predictive dialer?

A lot of people doesn’t have any clue about predictive dialer. VICIDIAL is now a predictive dialer too. It has algorithms to do just that.

I took a liberty of lifting the wikipedia article on Predictive dialer.

Here’s The full article.

Predictive dialer
From Wikipedia, the free encyclopedia
Jump to: navigation, search

A predictive dialer is a computerized system that automatically dials batches of telephone numbers for connection to agents assigned to sales or other campaigns. Predictive dialers are widely used in call centers.

More…

Post

VICIDIAL Tips and Tricks: mySQL repair and optimize

You probably have a lot of logs and uploaded a lot of leads when using VICIDIAL. Then all of a sudden your you had a power outage or VICIDIAL is suddenly acting strange. Or you got your database corrupted. What to do?

It’s easy!

We repair and optimize the VICIDIAL mysql database! Here’s how.

mysqlcheck -u root -p --auto-repair --check --optimize --all-databases

Now it will ask you for a password, if you are using vicidialNOW the default root password is vicidialnow. If you are using vicibox, the password is the one you have set. For everything else, you are on your own.

Switch to our mobile site