Dear Experts,
I installed Asterisk 18 with Freepbx 16   on  Rhel 8 VM , and using freepbx for mangement.
used the below url to install freepbx
i could not register a single softphone to asterisk server , i can see the  Register message on console with SNGREP,  asterisk service is started .
Microsip client  display  408  request time out error  when trying to register.
The network is good between client and server which r on to different network subnets,
sapsCLI> module show like pj
Module                         Description                              Use Count  Status      Support Level
res_pjproject.so               PJPROJECT Log and Utility Support        1          Running              core
1 modules loaded
sapsCLI>
sapsCLI> module show like chan
Module                         Description                              Use Count  Status      Support Level
chan_audiosocket.so            AudioSocket Channel                      0          Running          extended
chan_bridge_media.so           Bridge Media Channel Driver              0          Running              core
chan_iax2.so                   Inter Asterisk eXchange (Ver 2)          0          Running              core
chan_mgcp.so                   Media Gateway Control Protocol (MGCP)    0          Running          extended
chan_ooh323.so                 Objective Systems H323 Channel           0          Running          extended
chan_oss.so                    OSS Console Channel Driver               0          Running        deprecated
chan_rtp.so                    RTP Media Channel                        0          Running              core
chan_skinny.so                 Skinny Client Control Protocol (Skinny)  0          Running          extended
chan_unistim.so                UNISTIM Protocol (USTM)                  0          Running          extended
func_channel.so                Channel information dialplan functions   0          Running              core
res_ari_channels.so            RESTful API module - Channel resources   0          Running              core
16 modules loaded
sapsCLI>
[root@saps asterisk-18.22.0]#
[root@saps asterisk-18.22.0]# nmap -v -sU localhost -p 5060
Starting Nmap 7.92 ( https://nmap.org ) at 2024-04-29 15:51 +03
Initiating UDP Scan at 15:51
Scanning localhost (127.0.0.1) [1 port]
Completed UDP Scan at 15:51, 0.01s elapsed (1 total ports)
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000043s latency).
Other addresses for localhost (not scanned): ::1
PORT     STATE  SERVICE
5060/udp closed sip
Read data files from: /usr/bin/…/share/nmap
Nmap done: 1 IP address (1 host up) scanned in 0.08 seconds
Raw packets sent: 1 (28B) | Rcvd: 2 (84B)
asterisk and freepbx service is ACTIVE .
asterisk -rvvvvv command does NOT display any messages on asterisk CLI>
Pls help to get me working …