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
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.
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.
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.
VICIDIAL Tips and Tricks: Lost the manager’s password
Ok so you have lost your Web Admin manager’s password and you can’t login to the VICIDIAL web admin anymore. Don’t fret here’s how.
Login to your mysql database.
mysql -ucron -p1234 asterisk
Once in, you search for it like this
mysql> select * from vicidial_users where user='admin';
It will output this
+---------+-------+-------------+-----------+------------+------------+-------------+------------+--------------+--------------------+--------------+------------------+-----------------+----------------------+------------+-----------------+------------------+-------------------+----------------+--------------+----------------+-----------------------+-----------------------+------------------+---------------------+---------------------+------------------+--------------------+--------------------+----------------+-------------------------------+------------------------+-------------------+-------------------+--------------+------------------+--------------+----------------+----------------+-----------------+-------------------+---------------------+----------------+--------------+-----------------------------+-------------------------+------------+---------------+---------+-----------+-----------+-------------------+----------------------+----------------------+--------------------------+----------------------+---------------------+---------------------+
| user_id | user | pass | full_name | user_level | user_group | phone_login | phone_pass | delete_users | delete_user_groups | delete_lists | delete_campaigns | delete_ingroups | delete_remote_agents | load_leads | campaign_detail | ast_admin_access | ast_delete_phones | delete_scripts | modify_leads | hotkeys_active | change_agent_campaign | agent_choose_ingroups | closer_campaigns | scheduled_callbacks | agentonly_callbacks | agentcall_manual | vicidial_recording | vicidial_transfers | delete_filters | alter_agent_interface_options | closer_default_blended | delete_call_times | modify_call_times | modify_users | modify_campaigns | modify_lists | modify_scripts | modify_filters | modify_ingroups | modify_usergroups | modify_remoteagents | modify_servers | view_reports | vicidial_recording_override | alter_custdata_override | qc_enabled | qc_user_level | qc_pass | qc_finish | qc_commit | add_timeclock_log | modify_timeclock_log | delete_timeclock_log | alter_custphone_override | vdc_agent_api_access | modify_inbound_dids | delete_inbound_dids |
+---------+-------+-------------+-----------+------------+------------+-------------+------------+--------------+--------------------+--------------+------------------+-----------------+----------------------+------------+-----------------+------------------+-------------------+----------------+--------------+----------------+-----------------------+-----------------------+------------------+---------------------+---------------------+------------------+--------------------+--------------------+----------------+-------------------------------+------------------------+-------------------+-------------------+--------------+------------------+--------------+----------------+----------------+-----------------+-------------------+---------------------+----------------+--------------+-----------------------------+-------------------------+------------+---------------+---------+-----------+-----------+-------------------+----------------------+----------------------+--------------------------+----------------------+---------------------+---------------------+
| 1 | admin | vicidialnow | Admin | 9 | ADMIN | NULL | NULL | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | NULL | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | DISABLED | NOT_ACTIVE | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | NOT_ACTIVE | 0 | 0 | 0 |
+---------+-------+-------------+-----------+------------+------------+-------------+------------+--------------+--------------------+--------------+------------------+-----------------+----------------------+------------+-----------------+------------------+-------------------+----------------+--------------+----------------+-----------------------+-----------------------+------------------+---------------------+---------------------+------------------+--------------------+--------------------+----------------+-------------------------------+------------------------+-------------------+-------------------+--------------+------------------+--------------+----------------+----------------+-----------------+-------------------+---------------------+----------------+--------------+-----------------------------+-------------------------+------------+---------------+---------+-----------+-----------+-------------------+----------------------+----------------------+--------------------------+----------------------+---------------------+---------------------+
1 row in set (0.00 sec)
There you go!
Enjoy.
VICIDIAL Tips and tricks: Easy Upgrade from 2.0.4 to 2.0.5
Ok so you are pretty stucked with a 2.0.4 version of VICIDIAL. You want something new and shiny Predictive Dialer for your center. Here’s how.
First let’s download VICIDIAL 2.0.5 rc2. This is the latest VICIDIAL version. Let’s do this.
Create a directory for your new VICIDIAL install.
Then let’s download VICIDIAL.
wget http://downloads.sourceforge.net/sourceforge/astguiclient/astguiclient_2.0.5.1rc1.zip?use_mirror=nchc
Unzip it
unzip astguiclient astguiclient_2.0.5.1rc1.zip
Before we do anything let’s back up our asterisk folder!
tar cvf asterisk.backup.tar /etc/asterisk
Due to recent changes in the database we also need to back up our mysql database in case something went really wrong. This will backup all your VICIDIAL database and non VICIDIAL databases.
mysqldump --all-databases> alldatabases.sql
For more hardcore and you are feeling hardcore, you can go get the mysql var folder and just save it to another computer.
Now we are almost ready right? But not yet. Let’s install the cpan module added also.
perl -MCPAN -e shell
Install Switch
install Switch
Ok so we now have the the Switch perl module let’s upgrade the database
mysql
use asterisk
\. /thelocation/oftheastguiclientfolder/extras/upgrade_2.0.5.sql
This will take some time if you are using VICIDIAL long enough to accumulate a lot of logs and loaded a lot of leads. After it’s done type quit.
Ok so we have upgrade VICIDIAL database now. Let’s try to upgrade VICIDIAL now.
perl install.pl‘
Press enter to the questions. Then that’s it! you now have upgraded your VICIDIAL 2.0.4 to VICIDIAL 2.0.5.
Remember to get the Manual from www.eflo.net/store.php and read it before asking a lot of questions!
If you need help, Im available for consulting too. Just click on the contact button of my blog.
Wanderlie Silva’s Highlight
Oh God, I saw this at sherdog and I almost missed his Pride Fighting Days. Wanderlie Silva is one of the most exciting MMA fighter to watch. He never lets down on the action.
Watch and cream your pants.
Amazing isnt it?
VICIDIAL featured in ABS-CBN show Kalye
I got to watch the show of abs-cbn called Kalye yesterday. They have interviewed some agents in a call center Im currently supporting for VICIDIAL Open Source Call Center suite. Although we just watched the video with out the sound. VICIDIAL WAS SHOWN IN IT BEING USED BY CALL CENTER AGENTS!!!
Yep, I did install the VICIDIAL Open Source Suite that was shown in that show. Yes there are more than 160 people using VICIDIAL at Globalspan. and Yes I AM BRAGGING ABOUT IT
I dont have the video at the moment. Let me scour the internet if anyone have a copy of the said show. Got the video now.
and yes you can contact me for VICIDIAL services too
Watch this space.
FYI: Im more of a kapuso guy
I watch abs-cbn channel just to see Maja Salvador
Transformers – The revenge of the fallen.
I watched transformers yesterday. It was good. The effects that is. The story? meh.
Megan fox looks like getting ready to have some. Her lips are always wet. Her action is almost like getting it at the moment. Her parts are the best parts in the movie anyway.
I also have a problem with how the bots transforms. Its taking a bit long. I mean what if the decepticons managed to just punch them in the face while they are transforming? But it was all fun anyway.
The fight scenes. Man its like two people fighting with both super duper martial art skills. The sequence were awesome! I almost wet my pants when I thought bumblebee will armbar that bot in the desert. Optimus’s scene with megatron in that wood was awesome too. He died though which sucked.
All in all the movie is worth it. If you grew up watching transformers. This is way to much cooler than the cartoons. Watch it while waiting for GI Joe movie!
Matt Florell VICIDIAL | VoIP Users Conference
Spend an hour and a half with Matt Florell talking about VICIDIAL , the Open Source Call Center software, and plenty of other subjects including CentOS,
Michael Jackson is dead
I’ve been listening to Michael Jackson when I was a kid. I grew up listening to man in the mirror, black or white, beat it. I still remember that the stall in Robinson’s ermita where they frequently play his music videos to attract the customers. It’s below the escalator going to the second floor cinema.
My first year highschool girlfriend loved his song “you are not alone” so did I. I even sent her a tape which got lost in the mail
. Engk the hair in my arms are tingling when I remember this things.
Anyhow, Michael Jackson is probably one of the best singer / entertainer in the world. His shows are a blast. His songs have messages. His performance, one of its kind. His life is his life. We shouldn’t even judge it.
Some said the value of life will be known when you are dead. He lived his life as he saw it fit. We should just be grateful that he showed us his talents. We should just listen to his songs, not the stories on the way he sleeps. We should watch the way he dance, not the way he stumble and fall. We should have judge about his performances not the way he lived his life.