Questions tagged [jain-slee]

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.

18 questions
0
votes
1 answer

How to Solve UnknownHostException while deploying DU in JBoss

I am creating ResourceAdapter using EclipSLEE. Following is my deploy-config.xml Deploy-config.xml
Zeeshan Ali
  • 130
  • 1
  • 14
0
votes
2 answers

java jain sip how to minimize transaction timeout

I'm building a Jain Sip application that sends request and receives response. In case the response is not received I need to handle it in my code, but the default delay before firing the processTimeout function is too long (~32 sec), how can I…
Salim R
  • 343
  • 7
  • 16
0
votes
1 answer

How to paraller make phone call from JAIN SLEE B2BUA server?

I'm newbie to JAIN SLEE + SIP and I have a task to write simple B2BUA server on Rhino SDK. I have an example were client can register and make phone call to other clients. My task is to change this example to: Client A make phone calls to B2BUA…
1
2