Skip to content

Commit

Permalink
made the terminate dialog on transaction termination optional.
Browse files Browse the repository at this point in the history
Related to issue usnistgov usnistgov#8
  • Loading branch information
jagliot committed Jun 9, 2017
1 parent 160fb6a commit 23a3311
Show file tree
Hide file tree
Showing 2 changed files with 2,009 additions and 1,991 deletions.
7 changes: 7 additions & 0 deletions src/gov/nist/javax/sip/stack/SIPClientTransaction.java
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,11 @@ public abstract void processResponse(SIPResponse transactionResponse,
* @return the originalRequestFromTag
*/
public abstract String getOriginalRequestScheme();

/**
* will terminate a null state dialog when the transaction terminates
* Default: true
* @param enabled
*/
public abstract void setTerminateDialogOnCleanUp(boolean enabled);
}
Loading

0 comments on commit 23a3311

Please sign in to comment.