Get Python S60
How to call?
import telephone telephone.dial(str(number))
How to hang up?
import telephone
try:
telephone.hang_up()
except:
pass
How to give miss call?
import telephone
def my_call_back(param):
if param[0] == telephone.EStatusConnecting:
telephone.hang_up()
telephone.call_state(my_call_back)
# my_call_back fuction will be called whenever there is state change
telephone.dial(str(number))
Comments
Very interesting, i like
Very interesting, i like this website.
Post new comment