Incorrect Username/Password #166
Unanswered
brooksduggan
asked this question in
Q&A
Replies: 1 comment
-
Hi, have you been able to resolve this ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been scratching my head a lot over this, because I know my credentials are correct - so maybe it's something I don't see/understand.
I have a SIP domain with Twilio that works with both Zoiper and Blink softphones, but I am unable to successfully log into it with the example.
![image](https://private-user-images.githubusercontent.com/31492302/257080898-13a6e6db-5ec9-4a18-9f10-89f5441ae70a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTI2ODksIm5iZiI6MTczOTU1MjM4OSwicGF0aCI6Ii8zMTQ5MjMwMi8yNTcwODA4OTgtMTNhNmU2ZGItNWVjOS00YTE4LTlmMTAtODlmNTQ0MWFlNzBhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE2NTk0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYyYmU5ZTg4NTViZjk1ZjI5Njk5ZjQwZjM4OTZhNTZiMzU4ODE0MzVhNjAyMzEzMmRmNTk3M2M0NTc3N2IwYTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.iAt0QbcrZ95i6NRaoW4wLa7wejBzX4lpKQZ3wHcm1wE)
Here is what I'm using (generally):
# ACCOUNT DATA:
SIP_IP = "523414325.sip.us1.twilio.com"
SIP_Port = 5060
SIP_Username = "+19493042933"
SIP_Password = "testing1234"
myIP = "placeholder"
Any ideas why it's not able to work via this the pyVoIP package, but works with the other soft phones?
Beta Was this translation helpful? Give feedback.
All reactions