- Code: Select all
**First Lets update OpenSuse to make sure we can get what we need to start. (Reboot Required)
zypper refresh
zypper update
**Wanna see what packages are being installed? "zypper list-updates --all"
zypper install epel-release
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
***Add Swap File
mkdir -p /var/lib/swap
dd if=/dev/zero of=/var/lib/swap/swapfile bs=1M count=512
mkswap /var/lib/swap/swapfile
swapon /var/lib/swap/swapfile
cat /proc/swaps (to check its loaded)
***Add Swap into startup
vim /etc/fstab
Type "i"
COPY "/var/lib/swap/swapfile swap swap defaults 0 0"
CNTL+C
Type ":wq"
Press Enter
*Install Dependencies for Apache, MariaDB, PHP and Perl
zypper install kernel*
zypper install make patch gcc gcc-c++ subversion php php-devel php-gd gd-devel php-mbstring php-mcrypt php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc curl curl-devel perl-libwww-perl ImageMagick libxml2 libxml2-devel httpd libpcap libpcap-devel libnet ncurses ncurses-devel screen mysql-devel ntp mutt glibc.i686 wget nano unzip sipsak sox –y
zypper install sqlite-devel –y
zypper install mariadb-server mariadb-devel mariadb -y
***Install and Run Apache & MariaDB Servers
zypper install httpd php-common php-pdo mod_ssl 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 perl-Error perl-ExtUtils-CBuilder perl-Test-Tester perl-Parse-RecDescent perl-Spiffy perl-IO-Zlib perl-Module-Build perl-HTML-Parser perl-Net-SSLeay perl-Proc-ProcessTable perl-TermReadKey perl-Term-ReadLine-Gnu perl-Digest-SHA perl-Tk perl-Net-SNMP perl-Test-NoWarnings perl-XML-Writer perl-Proc-PID-File perl-Compress-Raw-Bzip2 perl-libwww-perl perl-XML-Parser perl-File-Remove perl-Parse-CPAN-Meta perl-Set-Scalar perl-Probe-Perl perl-File-Which perl-Package-Constants perl-Module-Install perl-File-HomeDir perl-Spreadsheet-ParseExcel perl-Mail-Sendmail perl-Spreadsheet-XLSX asterisk-perl perl-version perl-Crypt-DES perl-URI perl-Net-Daemon perl-IO-stringy perl-YAML-Tiny perl-HTML-Tagset perl-Socket6 perl-BSD-Resource perl-PlRPC perl-IPC-Run3 perl-Text-CSV_XS perl-Unicode-Map perl-Module-CoreList perl-Net-Telnet perl-PAR-Dist perl-Date-Manip perl-JSON perl-Proc-Daemon perl-Spreadsheet-WriteExcel perl-rrdtool install lame screen sox iftop subversion dahdi-linux-devel php-xcache
zypper install make patch gcc gcc-c++
zypper install ncurses-devel
zypper install libxml2-devel
zypper install sqlite-devel
systemctl start httpd.service; systemctl start mariadb.service;systemctl enable httpd.service; systemctl enable mariadb.service
***Install Cpan
cpan -i String::CRC Tk::TableMatrix Net::Address::IP::Local Term::ReadLine::Gnu Spreadsheet::Read Net::Address::IPv4::Local RPM::Specfile Spreadsheet::XLSX Spreadsheet::ReadSXC
zypper install perl-CPAN
zypper install perl-YAML
zypper install perl-libwww-perl
zypper install perl-DBI
zypper install perl-DBD-MySQL
zypper install perl-GD
cpan -i Net::Telnet
***perl -MCPAN -e 'my $c = "CPAN::HandleConfig"; $c->load(doit => 1, autoconfig => 1); $c->edit(prerequisites_policy => "follow"); $c->edit(build_requires_install_policy => "yes"); $c->commit'
***cpan MD5 Digest::MD5 Digest::SHA1 readline Bundle::CPAN Pod::Usage Getopt::Long DBI DBD::mysql Net::Telnet Time::HiRes Net::Server Mail::Sendmail Unicode::Map Jcode Spreadsheet::WriteExcel OLE::Storage_Lite Proc::ProcessTable IO::Scalar Scalar::Util Spreadsheet::ParseExcel Archive::Zip Compress::Raw::Zlib Spreadsheet::XLSX Test::Tester Spreadsheet::ReadSXC Text::CSV Test::NoWarnings Text::CSV_PP File::Temp Text::CSV_XS Spreadsheet::Read LWP::UserAgent HTML::Entities HTML::Strip HTML::FormatText HTML::TreeBuilder Switch Time::Local MIME::POP3Client Mail::IMAPClient Mail::Message IO::Socket::SSL
cd /usr/bin/
curl -LOk http://xrl.us/cpanm
chmod +x cpanm
zypper install make
cpanm -f File::Which
cpanm -f File::HomeDir
cpanm CPAN::Meta::Requirements
cpanm -f CPAN
cpanm YAML
cpanm MD5
cpanm Digest::MD5
cpanm Digest::SHA1
cpanm readline
cpanm Bundle::CPAN
cpanm DBI
cpanm -f DBD::mysql
cpanm Net::Telnet
cpanm Time::HiRes
cpanm Net::Server
cpanm Switch
cpanm Mail::Sendmail
cpanm Unicode::Map
cpanm Jcode
cpanm Spreadsheet::WriteExcel
cpanm OLE::Storage_Lite
cpanm Proc::ProcessTable
cpanm IO::Scalar
cpanm Spreadsheet::ParseExcel
cpanm Curses
cpanm Getopt::Long
cpanm Net::Domain
cpanm Term::ReadKey
cpanm Term::ANSIColor
cpanm Spreadsheet::XLSX
cpanm Spreadsheet::Read
cpanm LWP::UserAgent
cpanm HTML::Entities
cpanm HTML::Strip
cpanm HTML::FormatText
cpanm HTML::TreeBuilder
cpanm Time::Local
cpanm MIME::Decoder
cpanm Mail::POP3Client
cpanm Mail::IMAPClient
cpanm User::Identity --force
cpanm Mail::Message
cpanm IO::Socket::SSL
cpanm MIME::Base64
cpanm MIME::QuotedPrint
cpanm Crypt::Eksblowfish::Bcrypt
cpanm Crypt::RC4
cpanm Text::CSV
cpanm Text::CSV_XS
***Asterisk PERL Module 0.8 Installation
cd /usr/src/
wget http://download.vicidial.com/required-apps/asterisk-perl-0.08.tar.gz
tar -zxf asterisk-perl-0.08.tar.gz
cd asterisk-perl-0.08
perl Makefile.PL && make all && make install
***Install Lame
cd /usr/src
tar -xf lame-398-2.tar.gz
cd lame-398-2/
./configure && make && make install
***Install Jasson
cd /usr/src/
wget http://www.digip.org/jansson/releases/jansson-2.5.tar.gz
tar -zvxf jansson-2.5.tar.gz
cd jasson-2.5
./configure && make clean && make && make install
ldconfig
***Install Asterisk - Dadhi and libpri
mkdir /usr/src/asterisk
cd /usr/src/asterisk
wget http://downloads.asterisk.org/pub/telephony/libpri/libpri-current.tar.gz
wget http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-2.10.2+2.10.2.tar.gz
wget http://download.vicidial.com/beta-apps/asterisk-13.21.0-vici.tar.gz
tar xzf asterisk-*
tar xzf dahdi-linux-complete-*
tar xzf libpri-*
cd /usr/src/asterisk/dahdi-linux-complete-*
#zypper addrepo --check --refresh --name 'openSUSE-Leap-15.0-Update' http://download.opensuse.org/update/leap/15.0/oss/ repo-update
#zypper refresh
#zypper install kernel-devel
make
make install
make config
cd tools
make clean
make
make install
make config
cd /usr/src/asterisk/libpri-1.6.0
make clean
make
make install
cd /usr/src/asterisk/asterisk-13.21.0-vici/
zypper install libuuid-devel
./configure --libdir=/usr/lib64
make clean
make menuselect*
!!!*MAKE SURE TO CHECK Applications > App.MeetME [*] and press x to save and exit
make
make install
make samples
make config
chkconfig asterisk on
cp /usr/src/asterisk/asterisk-13.21.0-vici/contrib/init.d/rc.opensuse.asterisk /etc/init.d/asterisk
***DB Creation
mysql -p
CREATE DATABASE `asterisk` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
CREATE USER 'cron'@'localhost' IDENTIFIED BY '1234';
GRANT SELECT,INSERT,UPDATE,DELETE,LOCK TABLES on asterisk.* TO cron@'%' IDENTIFIED BY '1234';
GRANT SELECT,INSERT,UPDATE,DELETE,LOCK TABLES on asterisk.* TO cron@localhost IDENTIFIED BY '1234';
GRANT RELOAD ON *.* TO cron@'%';
GRANT RELOAD ON *.* TO cron@localhost;
flush privileges;
quit
***Install ViciDial
mkdir /usr/src/astguiclient
cd /usr/src/astguiclient
svn checkout svn://svn.eflo.net:3690/agc_2-X/trunk
cd trunk
perl install.pl
***Import MySQL Settings
mysql -u root -p
SET GLOBAL connect_timeout=60;
use asterisk;
\. /usr/src/astguiclient/trunk/extras/MySQL_AST_CREATE_tables.sql
\. /usr/src/astguiclient/trunk/extras/first_server_install.sql
ALTER TABLE phones ALTER template_id SET DEFAULT '';
\. /usr/src/astguiclient/trunk/extras/sip-iax_phones.sql
quit
***Update Area Codes
/usr/share/astguiclient/ADMIN_area_code_populate.pl
cp /usr/src/astguiclient/trunk/extras/performance_test_leads.txt /usr/share/astguiclient/LEADS_IN/
/usr/src/astguiclient/trunk/bin/VICIDIAL_IN_new_leads_file.pl --forcelistid=107 --forcephonecode=1
***Edit /etc/rc.local to contain the following code (enter vi /etc/rc.local/ to edit with vi, nano /etc/rc.local to edit with nano, ed /etc/rc.local to edit with ed... choose an editor to your liking):
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
# OPTIONAL enable ip_relay(for same-machine trunking and blind monitoring)
/usr/share/astguiclient/ip_relay/relay_control start 2>/dev/null 1>&2
# Disable console blanking and powersaving
/usr/bin/setterm -blank
/usr/bin/setterm -powersave off
/usr/bin/setterm -powerdown
### start up the MySQL server
systemctl start mariadb.service
systemctl enable mariadb.service
### start up the apache web server
systemctl start apache2
systemctl enable apache2
### roll the Asterisk logs upon reboot
/usr/share/astguiclient/ADMIN_restart_roll_logs.pl
### clear the server-related records from the database
/usr/share/astguiclient/AST_reset_mysql_vars.pl
### load dahdi drivers
modprobe dahde
/usr/sbin/dahdi_cfg -vvvvvvvvvvvvv
#modprobe zaptel
#modprobe wct1xxp
#/sbin/ztccfg -vvvvvvvvvvvv
### sleep for 20 seconds before launching Asterisk
sleep 20
### start up asterisk
/usr/share/astguiclient/start_asterisk_boot.pl
***Adding to Crontab
crontab -e
**Once it opens, Press "i" and then paste the following into crontab:
### recording mixing/compressing/ftping scripts
#0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl
1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58 * * * * /usr/share/astguiclient/AST_CRON_audio_2_compress.pl --GSM
#2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59 * * * * /usr/share/astguiclient/AST_CRON_audio_3_ftp.pl --GSM
### keepalive script for astguiclient processes
* * * * * /usr/share/astguiclient/ADMIN_keepalive_ALL.pl --cu3way
### kill Hangup script for Asterisk updaters
* * * * * /usr/share/astguiclient/AST_manager_kill_hung_congested.pl
### updater for voicemail
* * * * * /usr/share/astguiclient/AST_vm_update.pl
### updater for conference validator
* * * * * /usr/share/astguiclient/AST_conf_update.pl
### flush queue DB table every hour for entries older than 1 hour
11 * * * * /usr/share/astguiclient/AST_flush_DBqueue.pl -q
### fix the vicidial_agent_log once every hour and the full day run at night
33 * * * * /usr/share/astguiclient/AST_cleanup_agent_log.pl
50 0 * * * /usr/share/astguiclient/AST_cleanup_agent_log.pl --last-24hours
## uncomment below if using QueueMetrics
#*/5 * * * * /usr/share/astguiclient/AST_cleanup_agent_log.pl --only-qm-live-call-check
## uncomment below if using Vtiger
#1 1 * * * /usr/share/astguiclient/Vtiger_optimize_all_tables.pl --quiet
### updater for VICIDIAL hopper
* * * * * /usr/share/astguiclient/AST_VDhopper.pl -q
### adjust the GMT offset for the leads in the vicidial_list table
1 1,7 * * * /usr/share/astguiclient/ADMIN_adjust_GMTnow_on_leads.pl --debug
### reset several temporary-info tables in the database
2 1 * * * /usr/share/astguiclient/AST_reset_mysql_vars.pl
### optimize the database tables within the asterisk database
3 1 * * * /usr/share/astguiclient/AST_DB_optimize.pl
## adjust time on the server with ntp
30 * * * * /usr/sbin/ntpdate -u pool.ntp.org 2>/dev/null 1>&2
### VICIDIAL agent time log weekly and daily summary report generation
2 0 * * 0 /usr/share/astguiclient/AST_agent_week.pl
22 0 * * * /usr/share/astguiclient/AST_agent_day.pl
### VICIDIAL campaign export scripts (OPTIONAL)
#32 0 * * * /usr/share/astguiclient/AST_VDsales_export.pl
#42 0 * * * /usr/share/astguiclient/AST_sourceID_summary_export.pl
### remove old recordings more than 7 days old
#24 0 * * * /usr/bin/find /var/spool/asterisk/monitorDONE -maxdepth 2 -type f -mtime +7 -print | xargs rm -f
### roll logs monthly on high-volume dialing systems
#30 1 1 * * /usr/share/astguiclient/ADMIN_archive_log_tables.pl
### remove old vicidial logs and asterisk logs more than 2 days old
28 0 * * * /usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime +2 -print | xargs rm -f
29 0 * * * /usr/bin/find /var/log/asterisk -maxdepth 3 -type f -mtime +2 -print | xargs rm -f
30 0 * * * /usr/bin/find / -maxdepth 1 -name "screenlog.0*" -mtime +4 -print | xargs rm -f
### cleanup of the scheduled callback records
25 0 * * * /usr/share/astguiclient/AST_DB_dead_cb_purge.pl --purge-non-cb -q
### GMT adjust script - uncomment to enable
#45 0 * * * /usr/share/astguiclient/ADMIN_adjust_GMTnow_on_leads.pl --list-settings
### Dialer Inventory Report
1 7 * * * /usr/share/astguiclient/AST_dialer_inventory_snapshot.pl -q --override-24hours
### inbound email parser
* * * * * /usr/share/astguiclient/AST_inbound_email_parser.pl
!!!!END CRONTAB HERE
***Update Server IP
**/usr/share/astguiclient/ADMIN_update_server_ip.pl --old-server_ip=10.10.10.15
reboot
##if leads wont load follow this: http://www.vicidial.org/VICIDIALforum/viewtopic.php?f=4&t=39553&p=141918&hilit=Your+session+has+been+disabled#p141918
This is the output in Asterisk when logging in to take a call, i get the call on zoiper but i do not hear you are the only person is this conference:
- Code: Select all
Console verbose was OFF and is now 20.
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
ip-172-26-9-158*CLI> sip set debug on
SIP Debugging re-enabled
<--- SIP read from UDP::5060 --->
<------------->
== Manager 'sendcron' logged on from 127.0.0.1
== Using SIP RTP CoS mark 5
Audio is at 16990
Adding codec ulaw to SDP
Adding codec gsm to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (NAT) to :5060:
INVITE sip:cc107@:5060;rinstance=c597098eabad1a28;transport=UDP SIP/2.0
Via: SIP/2.0/UDP 172.26.9.158:5060;branch=z9hG4bK56c074d5;rport
Max-Forwards: 70
From: "S2004191137148600053" <sip:0000000000@172.26.9.158>;tag=as30cc17d0
To: <sip:cc107@:5060;rinstance=c597098eabad1a28;transport=UDP>
Contact: <sip:0000000000@172.26.9.158:5060>
Call-ID: 022e6600686bb4ba71d96fb465e7de78@172.26.9.158:5060
CSeq: 102 INVITE
User-Agent: Asterisk PBX 13.21.0-vici
Date: Sun, 19 Apr 2020 15:37:14 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Remote-Party-ID: "S2004191137148600053" <sip:0000000000@172.26.9.158>;party=calling;privacy=off;screen=no
Content-Type: application/sdp
Content-Length: 278
v=0
o=root 250066698 250066698 IN IP4 172.26.9.158
s=Asterisk PBX 13.21.0-vici
c=IN IP4 172.26.9.158
t=0 0
m=audio 16990 RTP/AVP 0 3 101
a=rtpmap:0 PCMU/8000
a=rtpmap:3 GSM/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
---
-- Called cc107
<--- SIP read from UDP::5060 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 172.26.9.158:5060;branch=z9hG4bK56c074d5;rport=5060;received=server ip
To: <sip:cc107@73.46.29.100:5060;rinstance=c597098eabad1a28;transport=UDP>
From: "S2004191137148600053" <sip:0000000000@172.26.9.158>;tag=as30cc17d0
Call-ID: 022e6600686bb4ba71d96fb465e7de78@172.26.9.158:5060
CSeq: 102 INVITE
Content-Length: 0
<------------->
--- (7 headers 0 lines) ---
<--- SIP read from UDP::5060 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP :5060;branch=z9hG4bK56c074d5;rport=5060;received=server ip
Contact: <sip:cc107@:5060;rinstance=c597098eabad1a28;transport=UDP>
To: <sip:cc107@73.46.29.100:5060;rinstance=c597098eabad1a28;transport=UDP>;tag=6a729a3c
From: "S2004191137148600053"<sip:0000000000@172.26.9.158>;tag=as30cc17d0
Call-ID: 022e6600686bb4ba71d96fb465e7de78@172.26.9.158:5060
CSeq: 102 INVITE
User-Agent: Zoiper rev.6751
Content-Length: 0
<------------->
--- (9 headers 0 lines) ---
sip_route_dump: route/path hop: <sip:cc107@:5060;rinstance=c597098eabad1a28;transport=UDP>
-- SIP/cc107-00000017 is ringing
<--- SIP read from UDP::5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP :5060;branch=z9hG4bK56c074d5;rport=5060;received=server ip
Contact: <sip:cc107@:5060;rinstance=c597098eabad1a28;transport=UDP>
To: <sip:cc107@:5060;rinstance=c597098eabad1a28;transport=UDP>;tag=6a729a3c
From: "S2004191137148600053"<sip:0000000000@172.26.9.158>;tag=as30cc17d0
Call-ID: 022e6600686bb4ba71d96fb465e7de78@172.26.9.158:5060
CSeq: 102 INVITE
Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE
Content-Type: application/sdp
User-Agent: Zoiper rev.6751
Content-Length: 327
v=0
o=Zoiper_user 0 3 IN IP4
s=Zoiper_session
c=IN IP4
t=0 0
m=audio 8000 RTP/AVP 0 3 8 110 98 101
a=rtpmap:0 PCMU/8000
a=rtpmap:3 GSM/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:110 speex/8000
a=rtpmap:98 iLBC/8000
a=fmtp:98 mode=30
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=sendrecv
<------------->
--- (11 headers 15 lines) ---
Found RTP audio format 0
Found RTP audio format 3
Found RTP audio format 8
Found RTP audio format 110
Found RTP audio format 98
Found RTP audio format 101
Found audio description format PCMU for ID 0
Found audio description format GSM for ID 3
Found audio description format PCMA for ID 8
Found audio description format speex for ID 110
Found audio description format iLBC for ID 98
Found audio description format telephone-event for ID 101
Capabilities: us - (ulaw|gsm), peer - audio=(ulaw|gsm|alaw|ilbc|speex)/video=(nothing)/text=(nothing), combined - (ulaw|gsm)
Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
> 0x7f0f98018f70 -- Strict RTP learning after remote address set to: :8000
Peer audio RTP is at port :8000
sip_route_dump: route/path hop: <sip:cc107@:5060;rinstance=c597098eabad1a28;transport=UDP>
Transmitting (NAT) to :5060:
ACK sip:cc107@..........:5060;rinstance=c597098eabad1a28;transport=UDP SIP/2.0
Via: SIP/2.0/UDP 172.26.9.158:5060;branch=z9hG4bK35e0457d;rport
Max-Forwards: 70
From: "S2004191137148600053" <sip:0000000000@172.26.9.158>;tag=as30cc17d0
To: <sip:cc107@:5060;rinstance=c597098eabad1a28;transport=UDP>;tag=6a729a3c
Contact: <sip:0000000000@172.26.9.158:5060>
Call-ID: 022e6600686bb4ba71d96fb465e7de78@172.26.9.158:5060
CSeq: 102 ACK
User-Agent: Asterisk PBX 13.21.0-vici
Content-Length: 0
---
-- SIP/cc107-00000017 answered
-- Executing [8600053@default:1] MeetMe("SIP/cc107-00000017", "8600053,F") in new stack
-- Created MeetMe conference 1023 for conference '8600053'
-- <SIP/cc107-00000017> Playing 'conf-onlyperson.gsm' (language 'en')
== Manager 'sendcron' logged off from 127.0.0.1
[Apr 19 11:59:08] NOTICE[6325]: chan_sip.c:29618 check_rtp_timeout: Disconnecting call 'SIP/cc107-0000001c' for lack of RTP activity in 61 seconds
-- Hungup 'DAHDI/pseudo-1054559062'
== Spawn extension (default, 8600053, 1) exited non-zero on 'SIP/cc107-0000001c'
-- Executing [h@default:1] AGI("SIP/cc107-0000001c", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----44--------------------SIP 200 OK)") in new stack
-- <SIP/cc107-0000001c>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----44--------------------SIP 200 OK) completed, returning 0
== Manager 'sendcron' logged on from 127.0.0.1
[Apr 19 11:59:39] NOTICE[4296]: core_local.c:756 local_call: No such extension/context 915034150040@default while calling Local channel
-- Executing [55558600053@default:1] MeetMeAdmin("Local/55558600053@default-0000006f;2", "8600053,K") in new stack
[Apr 19 11:58:01] WARNING[4028][C-0000003c]: app_meetme.c:5253 admin_exec: Conference number '8600053' not found!
-- Executing [55558600053@default:2] Hangup("Local/55558600053@default-0000006f;2", "") in new stack
== Spawn extension (default, 55558600053, 2) exited non-zero on 'Local/55558600053@default-0000006f;2'
[Apr 19 11:58:01] WARNING[4028][C-0000003c]: func_hangupcause.c:140 hangupcause_read: Unable to find information for channel
-- Executing [h@default:1] AGI("Local/55558600053@default-0000006f;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16--------------------)") in new stack
When I attempt to let the auto dialer run once i hear that im the only person in the conference:
- Code: Select all
loop counter: |5757300|
2020-04-20 19:09:44|| updating server parameters 96|8365|-5.00|default||
TIME DEBUG: -5.00|-4|1| GMT: 23:09
checking to see if listener is dead |1|
TIME DEBUG: -5.00|-4|1| GMT: 23:09
2020-04-20 19:09:48|SERVER CALLS PER SECOND MAXIMUM SET TO: 5 |200||
2020-04-20 19:09:48|LIVE AGENTS LOGGED IN: 1 ACTIVE CALLS: 0|
2020-04-20 19:09:48|DREAM1 server ip: agents: 1 (READY: 1) dial_level: 10 (1|0|0) 0|
2020-04-20 19:09:48|DREAM1 server ip: Calls to place: 10 (10 - 0 [0 + 0|0|0|0]) 10 |
2020-04-20 19:09:48|CAMPAIGN DIFFERENTIAL: 0.05 0.05 (0.05 - 0)|
2020-04-20 19:09:48|LOCAL TRUNK SHORTAGE: 0|0 (10 - 96)|
2020-04-20 19:09:48|DREAM1 3.218.149.105: CALLING|
|UPDATE vicidial_hopper set status='QUEUE', user='VDAD_server ip' where campaign_id='DREAM1' and status='READY' order by priority desc,hopper_id LIMIT 10|
hopper rows updated to QUEUE: |10|
|SELECT lead_id,alt_dial,source FROM vicidial_hopper where campaign_id='DREAM1' and status='QUEUE' and user='VDAD_server ip' order by priority desc,hopper_id LIMIT 1|
|UPDATE vicidial_hopper set status='INCALL' where lead_id='4449'|
hopper row updated to INCALL: |1|4449|
2020-04-20 19:09:48|| number call dialed|DREAM1|V4201909480000004449|1|INSERT INTO vicidial_manager values('','','2020-04-20 19:09:48','NEW','N','server ip','','Originate','V4201909480000004449','Exten: 138368','Context: default','Channel: Local/914148101511@default','Priority: 1','Callerid: "V4201909480000004449" <9549477572>','Timeout: 60000','','','','VDACnote: DREAM1|4449|1|4148101511|OUT|NONE|50')|-5.00|NONE|1|1||
|SELECT lead_id,alt_dial,source FROM vicidial_hopper where campaign_id='DREAM1' and status='QUEUE' and user='VDAD_server ip' order by priority desc,hopper_id LIMIT 1|
|UPDATE vicidial_hopper set status='INCALL' where lead_id='1527'|
hopper row updated to INCALL: |1|1527|
2020-04-20 19:09:48|| number call dialed|DREAM1|V4201909480000001527|1|INSERT INTO vicidial_manager values('','','2020-04-20 19:09:48','NEW','N','server ip','','Originate','V4201909480000001527','Exten: 138368','Context: default','Channel: Local/916138370391@default','Priority: 1','Callerid: "V4201909480000001527" <9549477572>','Timeout: 60000','','','','VDACnote: DREAM1|1527|1|6138370391|OUT|NONE|50')|-4.00|NONE|1|1||
|SELECT lead_id,alt_dial,source FROM vicidial_hopper where campaign_id='DREAM1' and status='QUEUE' and user='VDAD_server ip' order by priority desc,hopper_id LIMIT 1|
|UPDATE vicidial_hopper set status='INCALL' where lead_id='4251'|
hopper row updated to INCALL: |1|4251|
2020-04-20 19:09:48|| number call dialed|DREAM1|V4201909480000004251|1|INSERT INTO vicidial_manager values('','','2020-04-20 19:09:48','NEW','N','server ip','','Originate','V4201909480000004251','Exten: 138368','Context: default','Channel: Local/914232808264@default','Priority: 1','Callerid: "V4201909480000004251" <9549477572>','Timeout: 60000','','','','VDACnote: DREAM1|4251|1|4232808264|OUT|NONE|50')|-4.00|NONE|1|1||
|SELECT lead_id,alt_dial,source FROM vicidial_hopper where campaign_id='DREAM1' and status='QUEUE' and user='VDAD_server ip' order by priority desc,hopper_id LIMIT 1|
|UPDATE vicidial_hopper set status='INCALL' where lead_id='3841'|
hopper row updated to INCALL: |1|3841|
2020-04-20 19:09:48|| number call dialed|DREAM1|V4201909480000003841|1|INSERT INTO vicidial_manager values('','','2020-04-20 19:09:48','NEW','N','server ip','','Originate','V4201909480000003841','Exten: 138368','Context: default','Channel: Local/917865469161@default','Priority: 1','Callerid: "V4201909480000003841" <9549477572>','Timeout: 60000','','','','VDACnote: DREAM1|3841|1|7865469161|OUT|NONE|50')|-4.00|NONE|1|1||
|SELECT lead_id,alt_dial,source FROM vicidial_hopper where campaign_id='DREAM1' and status='QUEUE' and user='VDAD_server ip' order by priority desc,hopper_id LIMIT 1|
|UPDATE vicidial_hopper set status='INCALL' where lead_id='2411'|
hopper row updated to INCALL: |1|2411|
2020-04-20 19:09:48|| number call dialed|DREAM1|V4201909480000002411|1|INSERT INTO vicidial_manager values('','','2020-04-20 19:09:48','NEW','N','server ip','','Originate','V4201909480000002411','Exten: 138368','Context: default','Channel: Local/917322710281@default','Priority: 1','Callerid: "V4201909480000002411" <9549477572>','Timeout: 60000','','','','VDACnote: DREAM1|2411|1|7322710281|OUT|NONE|50')|-4.00|NONE|1|1||
|SELECT lead_id,alt_dial,source FROM vicidial_hopper where campaign_id='DREAM1' and status='QUEUE' and user='VDAD_' order by priority desc,hopper_id LIMIT 1|
|UPDATE vicidial_hopper set status='INCALL' where lead_id='2280'|
hopper row updated to INCALL: |1|2280|
2020-04-20 19:09:48|| number call dialed|DREAM1|V4201909480000002280|1|INSERT INTO vicidial_manager values('','','2020-04-20 19:09:48','NEW','N','','','Originate','V4201909480000002280','Exten: 138368','Context: default','Channel: Local/912045860373@default','Priority: 1','Callerid: "V4201909480000002280" <9549477572>','Timeout: 60000','','','','VDACnote: DREAM1|2280|1|2045860373|OUT|NONE|50')|-5.00|NONE|1|1||
|SELECT lead_id,alt_dial,source FROM vicidial_hopper where campaign_id='DREAM1' and status='QUEUE' and user='' order by priority desc,hopper_id LIMIT 1|
|UPDATE vicidial_hopper set status='INCALL' where lead_id='3720'|
hopper row updated to INCALL: |1|3720|
2020-04-20 19:09:48|| number call dialed|DREAM1|V4201909480000003720|1|INSERT INTO vicidial_manager values('','','2020-04-20 19:09:48','NEW','N','','','Originate','V4201909480000003720','Exten: 138368','Context: default','Channel: Local/918198228098@default','Priority: 1','Callerid: "V4201909480000003720" <9549477572>','Timeout: 60000','','','','VDACnote: DREAM1|3720|1|8198228098|OUT|NONE|50')|-4.00|NONE|1|1||
|SELECT lead_id,alt_dial,source FROM vicidial_hopper where campaign_id='DREAM1' and status='QUEUE' and user='' order by priority desc,hopper_id LIMIT 1|
|UPDATE vicidial_hopper set status='INCALL' where lead_id='5303'|
hopper row updated to INCALL: |1|5303|
2020-04-20 19:09:48|| number call dialed|DREAM1|V4201909480000005303|1|INSERT INTO vicidial_manager values('','','2020-04-20 19:09:48','NEW','N','','','Originate','V4201909480000005303','Exten: 138368','Context: default','Channel: Local/914058023527@default','Priority: 1','Callerid: "V4201909480000005303" <9549477572>','Timeout: 60000','','','','VDACnote: DREAM1|5303|1|4058023527|OUT|NONE|50')|-5.00|NONE|1|1||
|SELECT lead_id,alt_dial,source FROM vicidial_hopper where campaign_id='DREAM1' and status='QUEUE' and user='' order by priority desc,hopper_id LIMIT 1|
|UPDATE vicidial_hopper set status='INCALL' where lead_id='820'|
hopper row updated to INCALL: |1|820|
2020-04-20 19:09:48|| number call dialed|DREAM1|V4201909480000000820|1|INSERT INTO vicidial_manager values('','','2020-04-20 19:09:48','NEW','N','','','Originate','V4201909480000000820','Exten: 138368','Context: default','Channel: Local/916799399@default','Priority: 1','Callerid: "V4201909480000000820" <9549477572>','Timeout: 60000','','','','VDACnote: DREAM1|820|1|6799399|OUT|NONE|50')|-4.00|NONE|1|1||
|SELECT lead_id,alt_dial,source FROM vicidial_hopper where campaign_id='DREAM1' and status='QUEUE' and user='' order by priority desc,hopper_id LIMIT 1|
|UPDATE vicidial_hopper set status='INCALL' where lead_id='4159'|
hopper row updated to INCALL: |1|4159|
2020-04-20 19:09:48|| number call dialed|DREAM1|V4201909480000004159|1|INSERT INTO vicidial_manager values('','','2020-04-20 19:09:48','NEW','N','','','Originate','V4201909480000004159','Exten: 138368','Context: default','Channel: Local/918139001344@default','Priority: 1','Callerid: "V4201909480000004159" <9549477572>','Timeout: 60000','','','','VDACnote: DREAM1|4159|1|8139001344|OUT|NONE|50')|-4.00|NONE|1|1||
Is the following normal?
- Code: Select all
6785 7.9 asterisk
1073 6.4 /usr/sbin/mysqld
8802 5.1 /usr/sbin/httpd-prefork
5116 4.6 /usr/sbin/httpd-prefork
1275 4.5 /usr/sbin/httpd-prefork
6329 4.3 /usr/sbin/httpd-prefork
11212 4.2 /usr/sbin/httpd-prefork
6855 4.0 /usr/bin/perl
6861 3.6 /usr/bin/perl
6865 3.3 /usr/bin/perl
5134 3.1 /usr/sbin/httpd-prefork
6869 2.7 /usr/bin/perl
1271 2.6 /usr/sbin/httpd-prefork
6858 2.6 /usr/bin/perl
1272 2.5 /usr/sbin/httpd-prefork
1207 2.4 /usr/sbin/httpd-prefork
3076 2.4 /usr/sbin/httpd-prefork
1390 2.3 /usr/bin/perl
2685 2.3 /usr/sbin/httpd-prefork
1393 2.2 /usr/bin/perl
Anything that one of you pros see?