JAIN Service Logic and Execution Environment (SLEE) is a Java API specification (JSR-22) that defines a model and a run-time environment for developing and deploying network services written in Java.
Questions tagged [jain-slee]
18 questions
1
vote
1 answer
Sccp layer problem during message transmission
I made a client-server association with ss7 but am receiving error of (Received SccpMessage for translation but no matching rule found )
INIT message and INIT-ACK have been exchange between client and server.
But onSending message i am receiving…

Antonio
- 11
- 3
1
vote
0 answers
Restcomm ClassCastException during creating SBB child relation
I'm trying to create SBB child on Restcomm, most of the times I encounter this exception:
java.lang.ClassCastException:
com.edafa.slee.http.sbb.api.HttpSbbLocalObjectImpl cannot be cast to
com.edafa.slee.http.sbb.api.HttpSbbLocalObject …

Mahmoud Magdy
- 11
- 1
1
vote
0 answers
jainslee EventRouterExecutor stack size
I'am trying jainslee telestax implementation. and i want to find a way to get the number of the fired event in the jainslee stack. is there an api to get this?

Ala Messaoudi
- 366
- 4
- 12
1
vote
2 answers
Sbb does not start on Mobicents JBoss 2.7.0
I am using mobicents-jainslee-2.7.0.FINAL-jboss-5.1.0.GA, and I try to deploy simple onTimerEvent Service. JBoss detects all components correctly but there is no logs in console when I click activate. In the other hand onStartedEventSbb works…

Michał Mielec
- 1,582
- 1
- 14
- 38
1
vote
1 answer
Difference btn Restcomm CCA and GX resource adapters
I want to use a service to receive GX interface messages (Credit Control Request) but I found that CCA and GX RAs both are serving CCR with code 272 in restcomm (Mobicents) implementation.
I have below questions:
What is the difference between CCA…

Nebras
- 636
- 1
- 7
- 16
1
vote
1 answer
mobicents jain-slee svn checkout is not working
I'm trying to setup Mobicents JAIN SLEE Development Environment using this linksetup I followed all the steps but ant the 2nd last step
svn checkout
it throws some error
svn: E160013: Unable to connect to a repository at URL…

jagwar
- 31
- 6
1
vote
1 answer
How to implement new diameter application on Mobicent jain-slee platform?
I am working on Mobicent Jain Slee platform (2.7.0). I need to implement a new diameter application (sd interface) that is not currently implemented.
Based on jDiameter docs
It also features an extensible architecture that allows additional…

Nebras
- 636
- 1
- 7
- 16
1
vote
2 answers
How do I send a Diameter message to an IP other than Destination-Host's value in mobicents
In all Diameter implementations I saw, the messages originating from the server is always sent towards the DNS resolved IP address of whats in the Destination-Host AVP. But, in commercial servers, we see an option to configure a DRA or a DEA which…

Tharaka Devinda
- 1,952
- 21
- 23
1
vote
1 answer
Jboss 5.1 mobicents http response timeout interval
I 'm using Mobicents http client and I get http requests using GET method.
then I suspend the event using suspendDelivery() and do my work. finally i resume the event using resumeDelivery() and send the http respond.
this is working only less than…

Hasitha
- 738
- 8
- 16
1
vote
1 answer
Deploy order in Mobicents JAIN SLEE
I`m trying to launch Mobicents USSD Gateway. Right now the problem is following:
Jboss is trying to deploy module before he deploys its dependencies hence returning the error:
SLEE DUs not deployed, due to missing…

user3177112
- 395
- 1
- 2
- 12
1
vote
1 answer
Difference between JAIN API and JAIN SLEE API
I was reading about SIP and found that there's an java API JAIN SIP to develop SIP based applications. Then I also found that there is JAIN SLEE and SIP servlets.
I believe JSLEE and SIP Servlets are containers to deploy applications based on JAIN…

user3275095
- 1,605
- 4
- 24
- 36
0
votes
1 answer
Restcomm jain-slee jackson NoClassDefFoundError: com/fasterxml/jackson/databind/ObjectMapper
Im writing an IDR sender java application using restcomm jain-slee
Im using json decoding as bellow in order to decode the incoming http post request json data.
String postBody =…

Thushantha .Srimal
- 81
- 1
- 1
- 5
0
votes
1 answer
Restcomm JDBC Resource Adaptor Multiple Datasources
I am using Jdbc resource adaptor 7.1.15 in my SBB. It is working well with single Datasource.
Now I have a requirement to talk to a second datasource from inside my SBB, but I couldn't find a way to do that.
I tried updating resource-adaptor-jar.xml…

hasnain
- 65
- 1
- 1
- 4
0
votes
1 answer
Unresolvable build extension: Plugin com.opencloud.maven.plugins:maven-opencloud-jainslee-plugin:1.1
I am getting below error when I run any maven command like mvn clean or mvn clean install or mvn eclipse:eclipse.
But I am able to run any other maven project other than this in my system so I am sure it is not related to path issues or with…

chethan bhounsley g
- 129
- 1
- 10
0
votes
1 answer
Timer Event not being fired in respective SBB Entity
Now I am following this example to achieve the exact thing described.
What I want
Receive an event from a resource
Use timerFacility.setTimer method to sleep for a fixed 5 secs
After 5 secs pass, the service needs to send a message back to the…

shabby
- 3,002
- 3
- 39
- 59