Skip to main content

Posts

Vicidial Enable Contact on Agent Screen and Transfer on Mobile

Enable Contact in System Settings Changes in Campaign:- Enable Transfer Preset : CONTACTS Custom 3-Way Button Transfer : VIEW_CONTACTS Changes required for like search http://www.vicidial.org/ VICIDIALforum/viewtopic.php?f= 4&t=38174 http://vicidial.org/ VICIDIALforum/viewtopic.php?f= 4&t=38174&p=134398#p134378 http://vicidial.org/ VICIDIALforum/viewtopic.php?f= 4&t=38174&p=134398#p134382 ______________________________ _______________________ in /agc/vdc_db_query.php file modification. ############################## ############################## ############################## ############################## ############################## ###### ### SEARCHCONTACTSRESULTSview - display search results for contacts search // Added by Manish date 15-03-2022 LIKE SEARCH RESULTSview for forest department ############################## ############################## ############################## ############################## ############################## ###### if ($...

Fix missing Asterisk library error (libasteriskssl.so.1 & libasteriskpj.so.2 not found)

  Fix missing Asterisk library error (libasteriskssl.so.1 & libasteriskpj.so.2 not found) Here we will discuss how to solve a problem with the libasteriskssl and libasteriskpj libraries that may appear during installation on Debian or other systems. 1) Symptoms of the problem         After compiling Asterisk using the ./configure command with the --libdir=/usr/lib64 parameter, we will encounter problems with starting the Asterisk system at the end of the installation. The system will not be able to find the necessary libraries. This may result in a message similar to the following: error while loading shared libraries: libasteriskssl.so.1: cannot open shared object file: No such file or directory ldd /usr/sbin/asterisk You can see that the operating system cannot find two libraries;...

Goautodial 3.3 From Scratch CentOS 64bit (CentOS 7)

  How To Install Goautodial 3.3  From Scratch CentOS 64bit (CentOS 7) Install minimal version of CentOS 7 64bit Install the Goautodial yum repository cd /etc/yum.repos.d/ wget http://downloads2.goautodial.org/centos/7/goautodial.repo Update system yum install -y epel-release nano git kernel kernel-devel yum update -y Install required packages: yum -y groupinstall "Development Tools" yum install -y httpd php-common php-pdo php php-pear php-mbstring php-cli php-gd php-imap php-devel \ phpsysinfo php-mysql phpmyadmin mod_ssl mariadb mariadb-server mariadb-devel perl-DBI perl-DBD-MySQL \ perl-Digest-HMAC perl-YAML perl-ExtUtils-ParseXS perl-NetAddr-IP perl-Crypt-SSLeay perl-Curses \ perl-DBD-Pg perl-Module-ScanDeps perl-Text-CSV perl-HTML-Template perl-IO-Compress perl-Text-Glob \ perl-Jcode perl-Test-Script perl-Archive-Tar perl-Test-Base perl-OLE-Storage_Lite perl-Archive-Zip \ perl-Net-Server perl-Convert-ASN1 perl perl-Compress-Raw-Zlib perl-Digest-SHA1 perl-Data-Dumper \ p...

VC INSTALLATION CENTOS 7

  VC INSTALLATION CENTOS 7  Table of content Step by Step guide for VC scratch installation in Centos 7 1. Asterisk - Telephony server 2.Mariadb - Database 3.Apache - Webserver     Pre-Requisites Before proceeding with installation steps , we must have below pre-requisites ready Centos 7 installed either full DVD or minimal OS installation Console access to the server or SSH access via putty . Root access or other user with necessary permission Internet access in the server to download softwares. Basic knowledge of linux commands like vi or nano editor, copy ,paste.     Phase 1: Scratch Install - OS Stuff's installation    OS Update,Selinux disable,Timezone settings --Copy paste the below commands-- yum check-update yum update -y yum -y install epel-release yum -y groupinstall 'Development Tools' yum -y update yum install -y kernel* yum install nano    Disable the SELINUX -Copy paste the below command --Copy paste --- sed -i 's/SELINUX=e...