##Google Analz## ##Microsoft## ##Googel## Swanand: June 2014

Tuesday 24 June 2014

No Live Calls Waiting Vicidial / Goautodial

 No Live Calls Waiting issue in Vicidial or Go AutoDial

Option 1: Check the Leads in Hopper under Respective Campaign Minimum Hopper Level (make it at least above 500)

Option 2 : Check the Dial Status included in the Campaign , If New Leads uploaded , add the Dial Status : NEW If you are redialing the list by resting the list , then Add the necessary Dial status like Busy,NA,N,Callback

Option 3: Check the Local Call Time in the Campaign, Change it to 24 hrs. and check.

Options 4: Often happens due to insufficient Space in Hard Disk. Type df -hin linux console to check the Harddisk capacity If Hard Disk shows full then , delete all Recordings files from below folder path /var/spool/asterisk/monitorDONE/ORIG AlsoDelete old/unwanted recordings from below Folder path /var/spool/asterisk/monitorDONE/MP3orGSM or WAV Once done repair your mysqlitmight crashed due to Lack of Space mysqlcheck -u root -p --auto-repair --check --optimize --all- databases

Option 5 :Repair the Database (mysql) if it got crashed due to server breakdown like power outage MySQL check -u root -p --auto-repair --check --optimize --all-databases

Option 6: Deleting NULL calls from MySQL run the below command in MySQL console. DELETE FROM vicidial_auto_calls where channel IS NULL

Saturday 14 June 2014

Registry Hack To Enable Security Updates For Windows XP Till April 9, 2019


One of the most successful operating-system of all times - Microsoft Windows XP went "End-Of-Life" on April, 8th, 2014 leaving users with vulnerable systems as no updates including critical security-patches will get issued by Microsoft in future to "general" users. However, the company will be providing security patches to users enrolled under their "Windows Embedded POSReady 2009" program and below shared registry hack will let any "Windows XP" user receive the same patches for free till April 9, 2019.




To apply the hack, create a text file with a .reg extension and the contents below:

Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\WPA\PosReady]"Installed"=dword:00000001


Merge the above registry code by double-clicking in Windows Explorer and then run Windows Update, which will find several updates confirming the successful activation of the hack.

Featured post

Vicidial With WebRTC

Vicidial With WebRTC VICIDial is well known open source call center software. It has been in use by many small to large scaled con...