HangUpPhone

SoyEli

Active Member
Licensed User
Longtime User
Hello :)

I'm trying to get the phone to hangup if the number is in a list:
I can get it to answer the call, but not hangup.
I have Answercall1.1
Can you help

AC.LetPhoneRing(3000)
If AC.isRinging = True Then
AC.AnswerPhone
End If
Ac.HookUpPhone()

Thank you :)
SoyEli
 
Top