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 am looking for a SIP client with the following requirements
From python I connect to my SIP server
To initiate a call,
a. I want to provide my own offer SDP in the sip invite
b. I want to get notified when I get the invite response so that I can extract the answer SDP
Incoming call
a. I get notified when i get the invite sot that I can extract the offer SDP
b. I then want to answer with the answer SDP
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am looking for a SIP client with the following requirements
a. I want to provide my own offer SDP in the sip invite
b. I want to get notified when I get the invite response so that I can extract the answer SDP
a. I get notified when i get the invite sot that I can extract the offer SDP
b. I then want to answer with the answer SDP
Looks like I can directly use the SIPClient in https://github.com/tayler6000/pyVoIP/blob/master/pyVoIP/SIP.py but I would then need to modify the genAnswer() function to take the answer SDP
Question:
Is this something that you add to SIPClient? or alternatively, If I modify SIPClient, would you be open to accept the changes?
Beta Was this translation helpful? Give feedback.
All reactions