Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Farooq committed Oct 2, 2017
1 parent b28c5b2 commit e8ae692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void stopSipStack() throws InterruptedException {
if (thinhPhone != null) {
thinhPhone.dispose();
}
if (thinhSipStack != null) {
if (thinhSipStack != null && thinhSipStack.getSipProvider().getListeningPoints().length>0) {
thinhSipStack.dispose();
}
Thread.sleep(1000);
Expand Down

0 comments on commit e8ae692

Please sign in to comment.