Page 1 of 1

VICIDIAL ON VULTR PLATFORM

PostPosted: Tue Oct 15, 2024 5:07 pm
by xtechlearn
Hi,

I need help to install VICIDIAL:
VPS: Alma Linux 8 x64
VICI V: 7

https://github.com/GenXoutsourcing/vici ... ll-scripts

update the (vicidial-install-c7.sh) script using https://github.com/GenXoutsourcing/vici ... pts/pull/1

however there is an error:
({--2024-10-15 22:05:30-- http://downloads.asterisk.org/pub/telep ... ent.tar.gz
Resolving downloads.asterisk.org (downloads.asterisk.org)... 2604:a880:400:d0::14:9001, 165.22.184.19
Connecting to downloads.asterisk.org (downloads.asterisk.org)|2604:a880:400:d0::14:9001|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 15359473 (15M) [application/octet-stream]
Saving to: 'asterisk-moh-opsound-wav-current.tar.gz.5'

asterisk-moh-opsound-wav-current.t 100%[===============================================================>] 14.65M 50.6MB/s in 0.3s

2024-10-15 22:05:31 (50.6 MB/s) - 'asterisk-moh-opsound-wav-current.tar.gz.5' saved [15359473/15359473]

mkdir: cannot create directory '/var/lib/asterisk/mohmp3': File exists
mkdir: cannot create directory '/var/lib/asterisk/quiet-mp3': File exists
ln: failed to create symbolic link '/var/lib/asterisk/default/mohmp3': File exists
error reading information on service asterisk: No such file or directory
DefaultLimitNOFILE=65536
Press Enter to Reboot:)}

mkdir: & ln failed because this is the second time which I run the cmd.
> Initially it stuck here too and ask to reboot, once reboot need to start form the beginning....

Can anyone help me?

Thank you in advance!

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Tue Oct 15, 2024 6:02 pm
by carpenox
try my version on alma or rocky 9 - https://github.com/carpenox/vicidial-install-scripts

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Wed Oct 16, 2024 10:34 pm
by williamconley
If Carpenox's link does not work out, consider using Vicibox.com's .iso as a custom Upload ISO on vultr.com

https://www.vultr.com/features/upload-iso/

And please tell us which option(s) worked or didn't 8-)

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Thu Oct 17, 2024 10:06 am
by xtechlearn
THANKS FOR HELPING ME!
@ williamconley: Cannot upload VICIDIAL ISO file on vultr.com as it says against their policy.

@ carpenox: I've tried your version too but the same.

Now @ openSUSE Leap 15 x64
Now Complete the installation however cannot access on web browser.... ERROR
Access forbidden!
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.

Error 403
140.82.19.87
Apache
----------
Was Vultr did not allow or error from my side?

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Thu Oct 17, 2024 1:44 pm
by williamconley
An interesting point is that any version of installer can be used for any (more recent) version of Vicidial.

Thus even an old GoAutoDial (CentOS) installer or installation instructions will work.

However: No permission to view the directory is just an apache misconfiguration, so you may be close there.

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Fri Oct 18, 2024 8:47 pm
by xtechlearn
@ williamconley Can you help me to set up for me ?
How much will you charge? Just want to learn where I made a mistake.
I'm interested in machine learning so I would really appreciate your help...

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Sat Oct 19, 2024 9:44 pm
by carpenox
I have used the alma 9 ast 18 auto installer on vultr many times, it definitely works, what issues did you have?

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Sun Oct 20, 2024 7:44 am
by xtechlearn
@ carpenox Thanks!
Is the link which you provided?

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Sun Oct 20, 2024 1:40 pm
by williamconley
xtechlearn wrote:@ williamconley Can you help me to set up for me ?
How much will you charge? Just want to learn where I made a mistake.
I'm interested in machine learning so I would really appreciate your help...


From our catalog: "Have VICIdial installed on YOUR hardware ($249):" http://catalog.poundteam.com/product_in ... ucts_id=35

This is not an interactive/instructional install: This is just "we install" and when we're done we turn it over to you.

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Mon Oct 21, 2024 7:22 am
by carpenox
Yes the link I provided

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Tue Oct 22, 2024 8:50 am
by xtechlearn
Here is by details:
Installed on: Alma Linux 9 x64 (vultr)
Run the following cmd:
yum check-update
yum update -y
yum -y install epel-release
yum update -y
yum install git -y
yum install -y kernel*

sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config

cd /usr/src/
git clone https://github.com/carpenox/vicidial-in ... cripts.git

reboot

cd /usr/src/vicidial-install-scripts
git clone https://github.com/carpenox/vicidial-in ... cripts.git
cd vicidial-install-scripts

cd /usr/src/vicidial-install-scripts
chmod +x alma-rocky9-ast11.sh
./alma-rocky9-ast11.sh

cd /usr/src/vicidial-install-scripts
chmod +x standard-db.sh
./standard-db.sh

Complete installation was shown.
In Default IP change into my IP
However apache server is failed to load.

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Tue Oct 22, 2024 8:52 am
by xtechlearn
After which I gave cmd for apache:

systemctl status httpd
> Failed to start The Apache HTTP Server>
This is the error.

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Tue Oct 22, 2024 9:14 am
by xtechlearn
httpd.service: Failed with result 'exit-code'.
vultr.guest systemd[1]: Failed to start The Apache HTTP Server.

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Tue Oct 22, 2024 10:05 am
by carpenox
the asterisk 11 installer is not currently working, use the asterisk 18 installer

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Tue Oct 22, 2024 12:25 pm
by xtechlearn
Finally did the installation part an up on web, now configuring voip....

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Wed Oct 23, 2024 9:47 am
by carpenox
everything went ok with the alma 9 - asterisk 18 installer, correct?

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Wed Oct 23, 2024 4:38 pm
by xtechlearn
Yes, there was 1 file located @ wrong directory.
And now user were created however can't login error as
sorry, your phone login and password are not active in this system, please try again.

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Wed Oct 23, 2024 5:13 pm
by carpenox
add the letter a to the end of the phonelogin on the user profiles, bulk tools didnt do it right with the standard db

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Thu Oct 24, 2024 4:15 pm
by xtechlearn
Suppose!
User Number: 102
Password: 102
Phone Login: 102
Phone Pass: 102
This is how I created.
User Number: 102a
Password: 102a
Phone Login: 102a
Phone Pass: 102a
OR
User Number: 102
Password: 102
Phone Login: 102a
Phone Pass: 102
Only I've tried both option but not working...
TY in advance!

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Thu Oct 24, 2024 5:00 pm
by carpenox
above you stated you used my standard db file, there is no 102 phone or user in it, so im a little confused now.

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Sat Oct 26, 2024 4:27 pm
by williamconley
carpenox wrote:above you stated you used my standard db file, there is no 102 phone or user in it, so im a little confused now.

the implication, of course, is that if carpenox's file did not include 102, and you have 102, then it's possible you used the standard file which has a "gs102" phone in it.

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Mon Oct 28, 2024 2:37 pm
by carpenox
Yes the database does not have a 102 phone, it has a 1002 phone

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Wed Oct 30, 2024 7:32 am
by xtechlearn
So, we have to create user exactly as which have in the standard db database?
FYI| Admin can successfully login however I'm referring to the user which I created.

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Wed Oct 30, 2024 7:47 am
by xtechlearn
carpenox wrote:Yes the database does not have a 102 phone, it has a 1002 phone

So you mean this?
We have to create like this?

INSERT INTO `phones` VALUES ('1000','1000','1000','98.242.165.208','98.242.165.231','149.28.96.244','1000','CyburDial','ACTIVE','Y','','','','',0,0,'SIP','-5.00','cron','1234','','','','8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1','','asterisk','cron','1234',3306,'','asterisk','cron','1234',3306,'','0','','SIP_generic','','default',60,'w5v46ey65etv34cwr','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','','','NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNREGISTERED',-1,'VICIPHONE_SETTINGS'),('1001','1001','1001',NULL,NULL,'149.28.96.244','1001a','CyburDial','ACTIVE','Y','CCagent','ext 1001',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('callin','8300','8300','10.10.10.15','10.10.10.15','149.28.96.244','callin','test','ACTIVE','Y','Dial-in agent phone','Dial-in Agent Phone','TEST',NULL,0,0,'EXTERNAL','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,NULL,'0',NULL,'SIP_generic',NULL,'default',60,'test','N','N','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('6666','6666','6666','98.242.165.231','98.242.166.54','149.28.96.244','6666','CyburDial','ACTIVE','Y','','','','',0,0,'SIP','-5.00','cron','1234','','','','8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1','','asterisk','cron','1234',3306,'','asterisk','cron','1234',3306,'','0','','SIP_generic','','default',60,'c48y5358mt458x348e','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','','','NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNREGISTERED',-1,'VICIPHONE_SETTINGS'),('1002','1002','1002',NULL,NULL,'149.28.96.244','1002a','CyburDial','ACTIVE','Y','CCagent','ext 1002',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1003','1003','1003',NULL,NULL,'149.28.96.244','1003a','CyburDial','ACTIVE','Y','CCagent','ext 1003',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1004','1004','1004',NULL,NULL,'149.28.96.244','1004a','CyburDial','ACTIVE','Y','CCagent','ext 1004',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1005','1005','1005',NULL,NULL,'149.28.96.244','1005a','CyburDial','ACTIVE','Y','CCagent','ext 1005',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1006','1006','1006',NULL,NULL,'149.28.96.244','1006a','CyburDial','ACTIVE','Y','CCagent','ext 1006',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1007','1007','1007',NULL,NULL,'149.28.96.244','1007a','CyburDial','ACTIVE','Y','CCagent','ext 1007',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1008','1008','1008',NULL,NULL,'149.28.96.244','1008a','CyburDial','ACTIVE','Y','CCagent','ext 1008',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1009','1009','1009',NULL,NULL,'149.28.96.244','1009a','CyburDial','ACTIVE','Y','CCagent','ext 1009',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1010','1010','1010',NULL,NULL,'149.28.96.244','1010a','CyburDial','ACTIVE','Y','CCagent','ext 1010',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1011','1011','1011',NULL,NULL,'149.28.96.244','1011a','CyburDial','ACTIVE','Y','CCagent','ext 1011',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1012','1012','1012',NULL,NULL,'149.28.96.244','1012a','CyburDial','ACTIVE','Y','CCagent','ext 1012',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1013','1013','1013',NULL,NULL,'149.28.96.244','1013a','CyburDial','ACTIVE','Y','CCagent','ext 1013',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1014','1014','1014',NULL,NULL,'149.28.96.244','1014a','CyburDial','ACTIVE','Y','CCagent','ext 1014',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1015','1015','1015',NULL,NULL,'149.28.96.244','1015a','CyburDial','ACTIVE','Y','CCagent','ext 1015',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1016','1016','1016',NULL,NULL,'149.28.96.244','1016a','CyburDial','ACTIVE','Y','CCagent','ext 1016',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1017','1017','1017',NULL,NULL,'149.28.96.244','1017a','CyburDial','ACTIVE','Y','CCagent','ext 1017',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1018','1018','1018',NULL,NULL,'149.28.96.244','1018a','CyburDial','ACTIVE','Y','CCagent','ext 1018',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1019','1019','1019',NULL,NULL,'149.28.96.244','1019a','CyburDial','ACTIVE','Y','CCagent','ext 1019',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1020','1020','1020',NULL,NULL,'149.28.96.244','1020a','CyburDial','ACTIVE','Y','CCagent','ext 1020',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1021','1021','1021',NULL,NULL,'149.28.96.244','1021a','CyburDial','ACTIVE','Y','CCagent','ext 1021',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1022','1022','1022',NULL,NULL,'149.28.96.244','1022a','CyburDial','ACTIVE','Y','CCagent','ext 1022',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1023','1023','1023',NULL,NULL,'149.28.96.244','1023a','CyburDial','ACTIVE','Y','CCagent','ext 1023',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('1024','1024','1024',NULL,NULL,'149.28.96.244','1024a','CyburDial','ACTIVE','Y','CCagent','ext 1024',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('2000','2000','2000',NULL,NULL,'149.28.96.244','2000a','CyburDial','ACTIVE','Y','CCagent','ext 2000',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('2001','2001','2001',NULL,NULL,'149.28.96.244','2001a','CyburDial','ACTIVE','Y','CCagent','ext 2001',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('2002','2002','2002',NULL,NULL,'149.28.96.244','2002a','CyburDial','ACTIVE','Y','CCagent','ext 2002',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('2003','2003','2003',NULL,NULL,'149.28.96.244','2003a','CyburDial','ACTIVE','Y','CCagent','ext 2003',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('2004','2004','2004',NULL,NULL,'149.28.96.244','2004a','CyburDial','ACTIVE','Y','CCagent','ext 2004',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('2005','2005','2005',NULL,NULL,'149.28.96.244','2005a','CyburDial','ACTIVE','Y','CCagent','ext 2005',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('5000','5000','5000',NULL,NULL,'149.28.96.244','5000a','CyburDial','ACTIVE','Y','CCagent','ext 5000',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('5001','5001','5001',NULL,NULL,'149.28.96.244','5001a','CyburDial','ACTIVE','Y','CCagent','ext 5001',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('5002','5002','5002',NULL,NULL,'149.28.96.244','5002a','CyburDial','ACTIVE','Y','CCagent','ext 5002',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('5003','5003','5003',NULL,NULL,'149.28.96.244','5003a','CyburDial','ACTIVE','Y','CCagent','ext 5003',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('5004','5004','5004',NULL,NULL,'149.28.96.244','5004a','CyburDial','ACTIVE','Y','CCagent','ext 5004',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS'),('5005','5005','5005',NULL,NULL,'149.28.96.244','5005a','CyburDial','ACTIVE','Y','CCagent','ext 5005',NULL,NULL,0,0,'SIP','-5.00','cron','1234',NULL,NULL,NULL,'8301','8302','8301','park','8612','8309','8501','85026666666666','default','local/8500998@default','Zap/g2/','/usr/bin/mozilla','/usr/local/perl_TK','http://www.vicidial.org/test_callerid_output.php','http://www.vicidial.org/test_VICIDIAL_output.php','1','1','1','0','0','1','1','1','1','1','1','1','0',1000,'0','1','1',NULL,'asterisk','cron','1234',3306,NULL,'asterisk','cron','1234',3306,'0000000000','0',NULL,'SIP_generic',NULL,'default',60,'4wnivy5ic7tn784ihwem','N','Y','N','','0','Y','N','Y','eastern','','---ALL---','','85026666666667','Y','N','','',NULL,'NONE','',995,'1','NVAINS','Y','Y','Y','N','','Y','','','UNKNOWN',NULL,'VICIPHONE_SETTINGS')

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Wed Oct 30, 2024 8:07 am
by xtechlearn
williamconley wrote:
carpenox wrote:above you stated you used my standard db file, there is no 102 phone or user in it, so im a little confused now.

the implication, of course, is that if carpenox's file did not include 102, and you have 102, then it's possible you used the standard file which has a "gs102" phone in it.

Yes I found gs102 as extension but showing no Invalid user and pass

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Wed Oct 30, 2024 10:53 am
by williamconley
xtechlearn wrote:
williamconley wrote:
carpenox wrote:above you stated you used my standard db file, there is no 102 phone or user in it, so im a little confused now.

the implication, of course, is that if carpenox's file did not include 102, and you have 102, then it's possible you used the standard file which has a "gs102" phone in it.

Yes I found gs102 as extension but showing no Invalid user and pass

Which means you used the wrong DB when you loaded. So you may need to go back and do it over with the correct DB according to the directions.

Just guessing. Not my instruction set. 8-)

Re: VICIDIAL ON VULTR PLATFORM

PostPosted: Fri Nov 01, 2024 10:00 am
by carpenox
Lets try to figure out what point of the install went wrong, message me on skype and we can work through it then post the solution here