Skip to content

Commit

Permalink
handle NPE when DID is not hosted by Restcomm
Browse files Browse the repository at this point in the history
  • Loading branch information
croufay committed Oct 14, 2016
1 parent f29b875 commit 79cc337
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ private void inbound(final SmppInboundMessageEntity request ) throws IOException
}
return;
} else {
logger.error("SMPP Message Rejected : No Restcomm Hosted App Found for inbound number : " + number.getPhoneNumber() );
logger.error("SMPP Message Rejected : No Restcomm Hosted App Found for inbound number : " + to );
}
}

Expand Down

0 comments on commit 79cc337

Please sign in to comment.