Lead Search
Added by Fares MEHENI about 5 years ago
Hello everyone,
How to Search a lead in goautodial v4 please ? I find that Call Recordings but not Lead Search ?
thanks thanks in advance.
Replies (3)
RE: Lead Search
-
Added by Jackie Alfonso about 5 years ago
Hi,
Try to update your latest version:
https://goautodial.org/projects/goautodialce/wiki/HOWTO_Update_latest_version_via_Github
Thanks
RE: Lead Search
-
Added by Fares MEHENI about 5 years ago
Jackie Alfonso wrote:
Hi,
Try to update your latest version:
https://goautodial.org/projects/goautodialce/wiki/HOWTO_Update_latest_version_via_Github
Thanks
Thank you for your response, but I do not always find the Lead Search option after updating and restarting the server ... Please help me as you can.
[root@vaglxc01 ~]# mysql -A
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 416451
Server version: 10.1.36-MariaDB MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> use goautodial
Database changed
MariaDB [goautodial]>
MariaDB [goautodial]> ALTER TABLE go_campaigns ADD COLUMN manual_dial_min_digits INT(11) DEFAULT '6';
ERROR 1060 (42S21): Duplicate column name 'manual_dial_min_digits'
MariaDB [goautodial]> ALTER TABLE users ADD COLUMN enable_webrtc tinyint(1) DEFAULT '1';
ERROR 1060 (42S21): Duplicate column name 'enable_webrtc'
MariaDB [goautodial]>
MariaDB [goautodial]> Ctrl-C -- exit!
Aborted
[root@vaglxc01 ~]#
[root@vaglxc01 ~]# cd /var/www/html/
[root@vaglxc01 html]#
[root@vaglxc01 html]# git pull
Already up-to-date.
[root@vaglxc01 html]# cd /var/www/html/goAPIv2/
[root@vaglxc01 goAPIv2]# git pull
Already up-to-date.
Reboot
RE: Lead Search
-
Added by Wittie Manansala about 5 years ago
Hi,
You can use GoAdmin>Contacts menu to search leads.
Thanks