dashorty
Jun 17, 2015 - 10:52
I tried at first this code:
import webbrowser
telnumer = '1234567890'
webbrowser.open('tel:' + telnumber)
This works, but when i add the code #31# like this
import webbrowser
telnumer = '1234567890'
webbrowser.open('tel:#31#' + telnumber)
it doesn't.
#31# block caller id
What can i do?