Asterisk 13 centos 7 в virtualbox 5.2.18 всё настроено не могу подключиться ни одним клиентом - remote host party is offline
клиент и asterisk в одной сети, ssh на сервер с клиента захожу, asterisk запущен, пинги c клиента на сервер проходят, iptables выключен, selinux выключен, ip-телефония не работает. Пробовал разные клиенты windows x-lite 3cx linux ekiga twinkle и пр
не пойму что еще надо покрутить?!
$asterisk -rv
Asterisk 13.23.1, Copyright (C) 1999 - 2014, Digium, Inc. and others.
Created by Mark Spencer <markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Connected to Asterisk 13.23.1 currently running on localhost (pid = 1112)
localhost*CLI>
$ping asterisk
PING asterisk (192.168.10.100) 56(84) bytes of data.
64 bytes from 192.168.10.100: icmp_seq=1 ttl=64 time=0.122 ms
64 bytes from 192.168.10.100: icmp_seq=2 ttl=64 time=0.130 ms
$uname -a
Linux localhost.localdomain 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$sestatus
SELinux status: disabled
$service iptables stop