Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Jun 30, 2019
1 parent 4508c11 commit 11e6e04
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ spec:
port: 5060
- protocol: tcp
port: 5060
data_source:
provider: redis_data_provider
host: 192.168.1.127
secret: changeit
2 changes: 1 addition & 1 deletion mod/core/processor/request_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class RequestHandler {
LOG.error('No route to host. Please see: https://docs.oracle.com/javase/7/docs/api/java/net/NoRouteToHostException.html')
return
} else if (e instanceof Java.type('javax.sip.TransactionUnavailableException')) {
LOG.error('Could not resolve next hop' + + ' or listening point unavailable!')
LOG.error('Could not resolve next hop or listening point unavailable!')
return
}
LOG.error(e)
Expand Down
1 change: 0 additions & 1 deletion mod/location/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const testGroup = { name: "Location Service Module" }
// Tests
testGroup.create_sip_uri = function() {
const sipUri = LocatorUtils.createSipURI("sip:[email protected]")
print('sipUri: ' + sipUri)
}

testGroup.aor_as_string = function () {
Expand Down

0 comments on commit 11e6e04

Please sign in to comment.