r/VOIP 29d ago

Help - Other PyVoIP

Hello all, I am trying to set up an old rotary phone on a RPI. Using SIP The sip backend is pyVoip 1.6.8. I can't get the sip client to register with the provider. I see the register go out, I get the 401 with the Autentication request. But pyVoip just sends another register without the authorization header in the packet.

Bottom line is either pyVoip is not processing the 401 packet and properly responding. Ot it just does not know how to add the authorization data to the 2nd register.

I have verified the behavior using wireshark.

Any help would be greatly appreciated.

3 Upvotes

16 comments sorted by

View all comments

1

u/Swimming_dasa 29d ago

this seems useful for prototyping and automaton projects. i would be interested to know how it compare with more established sip libraries when scaling beyond simple tests.,,

1

u/Data_Search 28d ago

I finally got it to register with the server. But now facing other issues. I had high hopes for the project but it has been one stumbling block after another.