RestComm / smscgateway

RestComm SMS Gateway (SMSC) to send/receive SMS from/to Operators Network (GSM)
http://www.restcomm.com/
GNU Affero General Public License v3.0
127 stars 111 forks source link

AS not active issue in (manual) client-server connection #266

Closed Baymax254 closed 6 years ago

Baymax254 commented 6 years ago

I have this issue since quite long. I configure (manually) jSS7 stack via GUI and try to make a connection between smsc gateway and ss7 simulator. The connection set up successfully but i am unable to see HEARTBEAT packets between two entities (server: smsc gateway, client: jss7 simulator). Also, in alarms i get AS state not active. In Wireshark trace, I am able to get BEAT followed by SACK BEAT_ACK but not HEARTBEAT packets as observed in per-configured default setup that runs on local host. What could be the possible cause?

nhanth87 commented 6 years ago

Hi, Can you use https://groups.google.com/forum/#!forum/mobicents-public and stackoverflow for the question?

In github issue, we are using to keep track of development/bug fixing only

About your case, in the config file Mtp3UserPart_m3ua1.xml please change heartbeat from false to true

Br, TN

Baymax254 commented 6 years ago

Ok sure. I have set it true from GUI. thanks