You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the first example in the docu (called "Setup") on a raspberry pi (debian 11, kernel 6.1, clean install)
SIP registration works flawless, but pyVoIP does not even call the callCallBack procedure when called by a SIP INVITE.
pyVoIP.DEBUG = True brings up this message:
So pyVoIP recognizes the call (and answers with a SIP status180), but why doesn't it call the callCallBack procedure ??? What is the error on header parsing ?
The text was updated successfully, but these errors were encountered:
fs008
changed the title
callCallBack not called although SIP status 180 (Ringing) is correctly returned
callCallBack not called although SIP status 180 (Ringing) is correctly returned (1.6.8)
Dec 24, 2024
I tried the first example in the docu (called "Setup") on a raspberry pi (debian 11, kernel 6.1, clean install)
SIP registration works flawless, but pyVoIP does not even call the callCallBack procedure when called by a SIP INVITE.
pyVoIP.DEBUG = True brings up this message:
So pyVoIP recognizes the call (and answers with a SIP status180), but why doesn't it call the callCallBack procedure ??? What is the error on header parsing ?
The text was updated successfully, but these errors were encountered: