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
126 stars 112 forks source link

Message sending failed from jss7-simulator to JITSI #282

Closed Kawish-Ali closed 6 years ago

Kawish-Ali commented 6 years ago

While sending message from jss7-simulator to jitsi and using OpenJDK version 1.8 on kali linux following errors are occurs at

jss7- simulator:

refuseReason=ApplicationContextNotSupported, alternativeApplicationContext=ApplicationContextName[oid=[0, 4, 0, 0, 1, 0, 21, 3]], dlgId=1 257660 [pool-10-thread-1] INFO org.mobicents.protocols.ss7.tools.simulator.management.TesterHost - Rcvd: DialogReject refuseReason=ApplicationContextNotSupported, alternativeApplicationContext=ApplicationContextName[oid=[0, 4, 0, 0, 1, 0, 21, 3]], dlgId=1

jboss 5.1.0.GA:

05:02:41,802 INFO [SelectorThread] (Thread-17) Connected Association [name=ass1, associationType=SERVER, ipChannelType=SCTP, hostAddress=, hostPort=0, peerAddress=127.0.0.1, peerPort=8011, serverName=serv1, extraHostAddress=[]] 05:02:41,848 INFO [AssociationHandler] (Thread-17) New association setup for Association=ass1 with 10 outbound streams, and 32 inbound streams.

05:02:41,922 WARN [SccpStackImpl-SccpStack] (pool-35-thread-1) Rx : MTP-RESUME: AffectedDpc=1 05:06:24,460 WARN [MAPStackImpl-MapStack] (pool-28-thread-1) ApplicationContextName of non activated MAPService is received. Will send back TCAP Abort : 0, 4, 0, 0, 1, 0, 21, 3,

The jss7-simulator successfully send the message to jboss but the jboss donot forward it JITSI...

vetss commented 6 years ago

Hello @Kawish-Ali

refuseReason=ApplicationContextNotSupported,

This most probably mean that a ss7 stack / RAs are not properly started at jboss side

olenara commented 6 years ago

@Kawish-Ali if you still have questions, please provide SMSC startup logs that precedes this error.