pyVoIP
pyVoIP copied to clipboard
Fix callback signature
Alternative options:
- Give
conn
argument inVoIPPhone.callback
the default value= None
- Somehow find a way of providing
conn
inSIPClient.parse_message
- Refactoring so
VoIPPhone.callback
won't needconn