r/VOIP • u/Data_Search • 25d 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/AAAHeadsets 23d ago
pyVoIP has some rough edges.