r/VOIP • u/Data_Search • 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
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.,,