issues with astguiclient new install
Posted: Thu Feb 09, 2017 5:44 am
Hi,
Im having a couple of issues with new fresh installed vicidial.
1. Manual dial no live call, when dialing manually by clicking the manual button the other side already answered the call but it the LIVE CALL never goes green.
2. When trying to upload new leads it always shows "" when i select the file data column to select which feild the leads be. I tried to upload CSV tabs delimited, comma delimited i got the same issue.
3. Im trying to enable inbound by selecting Y in Allow Inbound and Blended but when i press the submit button it goes back to N.
I installed this from a Debian 6 and Debian 8 same issue. i downgraded to debian 8 because the eaccelerator isn't compatible with PHP 5.6 I tested with 2.9rc1 2.13rc1 and from the SVN trunk.
Im using asterisk 1.8 where i get from download.vicidial.com/required-apps. I followed the whole scratch install and im sure i didn't miss anything because i installed it twice from deb8 and deb6
This is my current build:
VERSION: 2.14-587a
BUILD: 170207-1317
Asterisk 1.8.23.0-vici
/etc/astguiclient.conf
iax-vicidial.conf carrier config
extensions-vicidial.conf
What did i miss that im having this kind of error?
TIA
Im having a couple of issues with new fresh installed vicidial.
1. Manual dial no live call, when dialing manually by clicking the manual button the other side already answered the call but it the LIVE CALL never goes green.
2. When trying to upload new leads it always shows "" when i select the file data column to select which feild the leads be. I tried to upload CSV tabs delimited, comma delimited i got the same issue.
3. Im trying to enable inbound by selecting Y in Allow Inbound and Blended but when i press the submit button it goes back to N.
I installed this from a Debian 6 and Debian 8 same issue. i downgraded to debian 8 because the eaccelerator isn't compatible with PHP 5.6 I tested with 2.9rc1 2.13rc1 and from the SVN trunk.
Im using asterisk 1.8 where i get from download.vicidial.com/required-apps. I followed the whole scratch install and im sure i didn't miss anything because i installed it twice from deb8 and deb6
This is my current build:
VERSION: 2.14-587a
BUILD: 170207-1317
Asterisk 1.8.23.0-vici
/etc/astguiclient.conf
- Code: Select all
# /etc/astguiclient.conf - configuration elements for the astguiclient/vicidial package
# this is the astguiclient configuration file
# all comments will be lost if you run install.pl again
# Paths used by astGUIclient
PATHhome => /usr/share/astguiclient
PATHlogs => /var/log/astguiclient
PATHagi => /var/lib/asterisk/agi-bin
PATHweb => /var/www
PATHsounds => /var/lib/asterisk/sounds
PATHmonitor => /var/spool/asterisk/monitor
PATHDONEmonitor => /var/spool/asterisk/monitorDONE
# The IP address of this machine
VARserver_ip => XXX.XXX.XXX.XXX
# Database connection information
VARDB_server => localhost
VARDB_database => asterisk
VARDB_user => cron
VARDB_pass => 1234
VARDB_custom_user => custom
VARDB_custom_pass => custom1234
VARDB_port => 3306
# Alpha-Numeric list of the astGUIclient processes to be kept running
# (value should be listing of characters with no spaces: 1234568)
# X - NO KEEPALIVE PROCESSES (use only if you want none to be keepalive)
# 1 - AST_update
# 2 - AST_send_listen
# 3 - AST_VDauto_dial
# 4 - AST_VDremote_agents
# 5 - AST_VDadapt (If multi-server system, this must only be on one server)
# 6 - FastAGI_log
# 7 - AST_VDauto_dial_FILL (only for multi-server, this must only be on one server)
# 8 - ip_relay (used for blind agent monitoring)
# 9 - Timeclock auto logout, (If multi-server system, this must only be on one server)
# E - Email processor, (If multi-server system, this must only be on one server)
VARactive_keepalives => 1234568
# Asterisk version VICIDIAL is installed for
VARasterisk_version => 1.8
# FTP recording archive connection information
VARFTP_host => 10.0.0.4
VARFTP_user => cron
VARFTP_pass => test
VARFTP_port => 21
VARFTP_dir => RECORDINGS
VARHTTP_path => http://10.0.0.4
# REPORT server connection information
VARREPORT_host => 10.0.0.4
VARREPORT_user => cron
VARREPORT_pass => test
VARREPORT_port => 21
VARREPORT_dir => REPORTS
# Settings for FastAGI logging server
VARfastagi_log_min_servers => 3
VARfastagi_log_max_servers => 16
VARfastagi_log_min_spare_servers => 2
VARfastagi_log_max_spare_servers => 8
VARfastagi_log_max_requests => 1000
VARfastagi_log_checkfordead => 30
VARfastagi_log_checkforwait => 60
# Expected DB Schema version for this install
ExpectedDBSchema => 1486
iax-vicidial.conf carrier config
- Code: Select all
; VICIDIAL Carrier: PBX1 - Main PBX
[PBX1]
type=peer
host=XXX.XXX.XXX.XXX
maxauthreq=10
auth=md5,plaintext,rsa
context=default
username=XXX
secret=XXX
trunk=yes
extensions-vicidial.conf
- Code: Select all
; VICIDIAL Carrier: PBX1 - Main PBX
exten => _63.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _63.,n,Dial(IAX2/PBX1/0${EXTEN:2},,tTo)
exten => _63.,n,Hangup
exten => _631.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _631.,n,Dial(IAX2/PBX1/0${EXTEN:5},,tTo)
exten => _631.,n,Hangup
What did i miss that im having this kind of error?
TIA