Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR - Registration failed #45

Open
frankzangh opened this issue Dec 31, 2024 · 0 comments
Open

ERROR - Registration failed #45

frankzangh opened this issue Dec 31, 2024 · 0 comments

Comments

@frankzangh
Copy link

frankzangh commented Dec 31, 2024

Hi,
I'm trying to register my sip account (sip.freevoipdeal.com) with my credential. This are working from different app and also by using pyVoIP. I do receive the following output if I do run the test script (I added debug logging):

python3 test.py
DEBUG:asyncio:Using selector: EpollSelector
2024-12-31 11:49:45,352 - PySIP.utils.logger - INFO - Detecting connection type (UDP/TCP/TLS). This might take some time...
INFO:PySIP.utils.logger:Detecting connection type (UDP/TCP/TLS). This might take some time...
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api64.ipify.org: 443
DEBUG:urllib3.connectionpool:https://api64.ipify.org:443 "GET /?format=json HTTP /1.1" 200 29
DEBUG:PySIP.utils.logger:Successful UDP connection has been made.
2024-12-31 11:49:49,826 - PySIP.utils.logger - WARNING - Attempt 1 for REGISTER_7B005701-00E4-46C5-BFAB-E928695FEDE7_206 timed out. Retrying in 0.53 seconds...
WARNING:PySIP.utils.logger:Attempt 1 for REGISTER_7B005701-00E4-46C5-BFAB-E928695FEDE7_206 timed out. Retrying in 0.53 seconds...
2024-12-31 11:49:54,359 - PySIP.utils.logger - WARNING - Attempt 2 for REGISTER_7B005701-00E4-46C5-BFAB-E928695FEDE7_206 timed out. Retrying in 1.02 seconds...
WARNING:PySIP.utils.logger:Attempt 2 for REGISTER_7B005701-00E4-46C5-BFAB-E928695FEDE7_206 timed out. Retrying in 1.02 seconds...
2024-12-31 11:49:59,384 - PySIP.utils.logger - ERROR - Registration failed for frankxxx: Operation REGISTER_7B005701-00E4-46C5-BFAB-E928695FEDE7_206 failed: Operation REGISTER_7B005701-00E4-46C5-BFAB-E928695FEDE7_206 timed out after 3 attempts
ERROR:PySIP.utils.logger:Registration failed for frankxxx: Operation REGISTER_7B005701-00E4-46C5-BFAB-E928695FEDE7_206 failed: Operation REGISTER_7B005701-00E4-46C5-BFAB-E928695FEDE7_206 timed out after 3 attempts
DEBUG:PySIP.utils.logger:Error during connection: [Errno 110] Connect call failed ('77.72.174.128', 5060)

I tried this on two different servers (one I build from stretch).
Any idea to make this working?

Many thanks in advance.
Frank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant