Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR on issue #17. #18

Merged
merged 2 commits into from
Aug 12, 2016
Merged

PR on issue #17. #18

merged 2 commits into from
Aug 12, 2016

Conversation

SergeyLee
Copy link
Contributor

No description provided.

@@ -120,7 +122,8 @@
*
*/
public DialogWrapper(SipActivityHandle sipActivityHandle, SipResourceAdaptor ra) {
super(sipActivityHandle,ra);
super(sipActivityHandle,ra);
this.terminateOnByeCached = true;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

defaulting to true value may deviate from underlying dialog value, since different constructors set different value for this flag. Maybe we could use "null" as default, and set the cached value if not "null"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so I declare terminatedOnByeCached as Boolean for 3 cases :)

@SergeyLee SergeyLee merged commit 9611a29 into RestComm:master Aug 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants