FROM almalinux
MAINTAINER sajor2006 <sajor2006@ya.ru>
ENV TZ=Europe/Moscow
RUN yum install -y epel-release && yum install -y httpd
RUN yum clean all
RUN sed -i 's/^#ServerName/ServerName/g' /etc/httpd/conf/httpd.conf
CMD exec httpd -DFOREGROUND
ats1*CLI> cdr show active
Channels with Call Detail Record (CDR) Information
--------------------------------------------------
Channel Dst. Channel LastApp Start Answer End Billsec Duration
SIP/*****-000006cc <none> 16:50:53 16:50:55 00000000 00000001
SIP/560-000006c4 SIP/9303-000006c8 Queue 16:50:43 16:50:43 16:50:55 00000012 00000012
SIP/707-000006c6 SIP/9305-000006cb Queue 16:50:44 16:50:44 16:50:55 00000011 00000011
SIP/656-000006c5 SIP/upsale-000006cc Queue 16:50:44 16:50:44 16:50:55 00000011 00000011
SIP/636-000006c7 <none> Playback 16:50:47 16:50:47 16:50:55 00000008 00000008
${CUT(CUT(SIP_HEADER(To),@,1),:,2)}
router id 172.17.11.2;
log syslog all;
protocol device {
scan time 10;
}
protocol kernel {
export all;
scan time 15;
}
protocol ospf my {
area 0 {
interface "enp1s0f1", "tap0" {
cost 5;
type nonbroadcast;
strict nonbroadcast no;
hello 10; retransmit 5; wait 40; dead 40;
authentication none;
neighbors {
172.17.11.1 eligible;
};
};
};
}