Unable to make intercom call

Hi I have a new freepbx installation on a raspi 4.

I have setup a paging group (20) which has two extensions assigned to it.

I am able to make calls between the two extensions, however when I make the intercom call by dialling (20), the initiating extension acts if the call has been answered, but neither of the two extensions in the page group pick up. I have tried the same with the (*80100) 100 being one of the extensions in the ring group which answers on speaker as expected.

Asterisk log for paging call & intercom call:

Page group, extension & yealink intercom configs:
configs

The endpoints I have are Yealink T33-G and the desktop app “PhonerLite”.

In the log for the paging call I have the "res_agi.c: Connecting to '127.0.0.1:4573' failed for url 'agi://127.0.0.1/page.agi': Connection refused ". warning. I have googled this and the suggestions I’ve found were to restart the fwconsole.

I did this with the fwconsole pm2 --restart core-fastagi command but with no luck.

Any help pointing in the right direction or further reading would be apricated thanks.

Jeff

Is this port open between the phones and the PBX?

Morning,
Its showing on the server as being open. Im not sure how to check from the extension.
Thanks

root@FreePBX:~# netstat -tuplen
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
tcp        0      0 127.0.0.1:8089          0.0.0.0:*               LISTEN      1001       18517      1357/asterisk
tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      1001       18516      1357/asterisk
tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      0          16723      759/dnsmasq
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14773      754/sshd: /usr/sbin
tcp        0      0 0.0.0.0:5038            0.0.0.0:*               LISTEN      1001       18518      1357/asterisk
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      106        16848      852/mariadbd
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      0          19481      1332/exim4
tcp6       0      0 :::80                   :::*                    LISTEN      0          14879      867/apache2
tcp6       0      0 :::53                   :::*                    LISTEN      0          16725      759/dnsmasq
tcp6       0      0 :::22                   :::*                    LISTEN      0          14775      754/sshd: /usr/sbin
tcp6       0      0 ::1:4573                :::*                    LISTEN      1001       793984     12609/node /var/www
tcp6       0      0 ::1:25                  :::*                    LISTEN      0          19482      1332/exim4
udp        0      0 0.0.0.0:5060            0.0.0.0:*                           1001       15314      1357/asterisk
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        14594      476/avahi-daemon: r
udp        0      0 0.0.0.0:53              0.0.0.0:*                           0          16722      759/dnsmasq
udp        0      0 0.0.0.0:51348           0.0.0.0:*                           1001       19589      1357/asterisk
udp        0      0 0.0.0.0:47572           0.0.0.0:*                           104        14596      476/avahi-daemon: r
udp        0      0 0.0.0.0:4569            0.0.0.0:*                           1001       15317      1357/asterisk
udp6       0      0 :::5353                 :::*                                104        14595      476/avahi-daemon: r
udp6       0      0 :::36397                :::*                                1001       19590      1357/asterisk
udp6       0      0 :::38692                :::*                                104        14597      476/avahi-daemon: r
udp6       0      0 :::53                   :::*                                0          16724      759/dnsmasq

You would need to check your network firewall rules. These would be on your switch/routers vs. on the box or the phone.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.