Skip to content

Commit

Permalink
Update example-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seydx authored Mar 3, 2019
1 parent f1e34f0 commit c478543
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/example-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
"active": true,
"ip": "192.168.1.1", //should be the same with main router
"port": 1012,
"country":"DE" //country where you live for better fetching numbers (callmonitor)
"country":"DE", //country where you live for better fetching numbers (callmonitor)
"incomingTo":"12345678", // If several numbers are in use, this option can also be used to specify which number Callmonitor should react to for incoming calls
"outgoingFrom":"12345678" // If several numbers are in use, this option can also be used to specify which number Callmonitor should react to for outgoing calls
},
"presence":{
"USER 1":"40:98:AD:1E:E5:E0", //ip/mac addresse - Recommended: MAC addresse
Expand Down

0 comments on commit c478543

Please sign in to comment.