Page 1 of 1

SIP Video Disable

Posted: Fri Aug 11, 2017 9:32 am
by perao
Hello I have SIP video phone,
SIP provider -- SIP sorcery --- SIP phone.
Can posable disable VIDEO on an incoming call from a provider?
Posable SDP change? How can I do that?
Thank you.

Re: SIP Video Disable

Posted: Mon Aug 14, 2017 10:28 am
by Aaron
It is possible to block video offers by removing them from the SDP payload in the sipsorcery dialplan but it's a pretty tricky task. It's be a lot easier just to get one or other of the SIP user agents on the call not to make or accept video offers...

Re: SIP Video Disable

Posted: Sat Aug 19, 2017 4:06 pm
by perao
Thank you, Aron. In my Case operator drop all connection then SIP phone Video Suported.
If I globaly disable Video on phone all is ok, but I need Video call.
I try add the command to dialplan but it not help:

sdpTop, videoBit = req.Body.split(/m=video/)
sys.SetCustomContent(sdpTop)