Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium Component-SS7 Roadmap-Fix
Version-2.0.0.BETA4
New issue 224 by [email protected]: docs update for changing CLI
interface for MAP stack - a cumulative list
http://code.google.com/p/jss7/issues/detail?id=224
1. Both in 9.2. jSS7 Stack Sending a MAP request
(processUnstructuredSS-Request as an example) AND "10.2. jSS7 Stack Sending
a CAP request
(InitialDPRequest as an example)"
after
"If the preparing the response spends much time we should return the
control and prepare the
answer in your thread."
we need to add :
"If a MAP(or CAP) user will not response to an incoming Invoke component
with ReturnResult, ReturnResultLast or ReturnError components it MUST
invoke MAPDialog(or CAPDialog).processInvokeWithoutAnswer(). This will tell
a TCAP stack that TCAP user has finished the incoming Invoke processing and
can accept another incoming Invoke with the same invokeId. After sending
ReturnResultLast or ReturnError the incoming Invoke is also marked as
processed."
2. 9.3. jSS7 Stack MAP Usage replace an example with this:
https://code.google.com/p/jss7/source/browse/map/map-impl/src/test/java/org/mobicents/protocols/ss7/map/Example.java
https://code.google.com/p/jss7/source/browse/map/map-impl/src/test/java/org/mobicents/protocols/ss7/map/UssdClientExample.java
https://code.google.com/p/jss7/source/browse/map/map-impl/src/test/java/org/mobicents/protocols/ss7/map/UssdServerExample.java
3. 10.3. jSS7 Stack CAP Usage replace an example with this:
https://code.google.com/p/jss7/source/browse/cap/cap-impl/src/test/java/org/mobicents/protocols/ss7/cap/Example.java
https://code.google.com/p/jss7/source/browse/cap/cap-impl/src/test/java/org/mobicents/protocols/ss7/cap/CallScfExample.java
https://code.google.com/p/jss7/source/browse/cap/cap-impl/src/test/java/org/mobicents/protocols/ss7/cap/CallSsfExample.java
4. In the section of "what is new in the update" in release notes we need
to add:
- from Issues 191, 201, 202, 203, 204:
a summary of info