Questions tagged [ss7]

Signalling System No. 7 (SS7) is a family of protocols used for signaling in most public telephone networks.

55 questions
1
vote
0 answers

How to configure Restcomm jSS7 to receive and send dialogs from same SccpAddress

I have JAIN-SLEE application which runs on Restcomm SLEE. Application receives and sends USSD messages placing as Calling Party SccpAddress with AI=18 (pc, ssn, tt, digits). Now I would like to set up Restcomm Simulator and JBoss stack to reveive…
Michał Mielec
  • 1,582
  • 1
  • 14
  • 38
1
vote
0 answers

Establish SS7 connection between two Restcomm SMSC

I have setup two Restcomm SMSCs on different PCs, that are part of same network. I want to establish SS7 connection between them, with one behaving as server and other as client. Then i want to send an SMS from client to server. In this I have to…
1
vote
1 answer

Restcomm JSS7 showing unanticipated results for the commands found in the user manual

I am trying to use Restcomm JSS7 CLI Shell tool, and I am facing a lot of trouble. I am following the Restcomm JSS7 user Manual. According to the section titled 4.4. Running the Shell'Shell', The ss7-cli script supports the following…
Shy
  • 542
  • 8
  • 20
1
vote
1 answer

Difference between m3ua as signaling and as application server

I have studied that Restcomm jss7 stack can be deployed in three modes i.e. as an application server, as a signaling gateway and as an IPSP. I can understand that IPSP extends the signaling gateway functionality over IP. However i can't find good…
1
vote
0 answers

Restcomm SMSC deployment: SMPP fails to bind

I want to deploy Restcomm SMSC. I have downloaded its binary release and running SMSC in simulator mode. I am not using any digital card as I want to work with SIGTRAN and user guide states that in order to use ss7 with IP connectivity (SIGTRAN) ,…
bluewhale
  • 31
  • 5
1
vote
0 answers

restcomm HLR and MSC configuration issue

Could you please help me to configure the ss7 stack for HLR and MSC we are using Restcomm-smsc-7.1.71 How to distinguish HLR associations and MSC associations in order to send separately SRI to HLR and forward-sm to MSC ? How should i configure the…
slama
  • 85
  • 2
  • 11
1
vote
1 answer

Build an ATI client using jss7 on Eclipse

Hello Everybody I need to build a simple ATI client using restComm jss7 library but I don't know where to start. How can I find out which packages and files I would require to import and how can I modify the ATI client if any is given in jss7
Asad Jamil
  • 49
  • 7
1
vote
1 answer

Restcomm - Solving SMSC GW 7.2 configuration failures

We configured the latest version (7.2) SMSC-GW to work on on our server with the environment (cassandra and such). However, after setting up everything. Some failures are appearing (which did not appear in previous versions). Firstly, when…
1
vote
1 answer

Import telscale jss7 source code in eclipse

I have the binaries for telscale ss7 simulator but I don't have source code. Can any one guide me how to and from where I can find the source code and also brief how can I import it into Eclipse JAVAEE.
Asad Jamil
  • 49
  • 7
1
vote
1 answer

Unable to connect two telscale ss7 instances initiated on two different centos machines

I am trying two connect two machines using ss7 protocol. I am very much new in the field and has almost very little knowledge. I have restComm-jss7-7.1.1.1385 telscale simulator. I want to initiate testerHost on one machine and access it from a…
Asad Jamil
  • 49
  • 7
1
vote
1 answer

Send SS7 SMS E1/T1 link

I am trying to build a solution which can send SS7 SMS over E1/T1 link(Digium card). I found that asterisk can't send SS7 sms over E1/T1 link. I am searching for some open source which can send SMS over E1/T1 link. Can anyone knows about any open…
tanvir
  • 69
  • 1
  • 8
1
vote
1 answer

Need ASN.1 files for SCCP (SS7)

I'm working on an application that will generate SS7 Protocols specifically SCCP,MAP. Hence, I need the ASN.1 files run through an ASN1c compiler to generate C struct codes. I've managed to find the MAP ASN.1 files on 3gpp.org but unable to find…
Ked
  • 11
  • 1
1
vote
1 answer

Can someone help me in understanding the SCTP stats captured on linux

I am new to SCTP protocol and trying to figure out how to interpret the SCTP stats captured by /proc/net/sctp The output shows something like this. 2016-04-26 07:21:17 ASSOC SOCK STY SST ST HBKT ASSOC-ID TX_QUEUE RX_QUEUE UID INODE LPORT RPORT…
1
vote
1 answer

JSS7: Dahdli Card Configurations

Our SS7 service is integrated with telecom operator using "Digium TE420 E1 PRI" card through one digital E1 Cable 64 kbps. The signaling is performed on channel 16. This is steps we followed to start the sgw and activate SS7…
mtmwwf
  • 11
  • 2
1
vote
0 answers

ussd server sample example

I am working on jss7 project. I am trying to implement ussd server and client simple example. I tried this example: Jss7 standalone example but it didn't work because it doesn't use the latest version of jss7 implementation 2.1.0 i found this…