SIP Video Disable

Support zone
Post Reply
perao
Posts: 2
Joined: Fri Aug 11, 2017 9:26 am

SIP Video Disable

Post by perao » Fri Aug 11, 2017 9:32 am

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.

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: SIP Video Disable

Post by Aaron » Mon Aug 14, 2017 10:28 am

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...

perao
Posts: 2
Joined: Fri Aug 11, 2017 9:26 am

Re: SIP Video Disable

Post by perao » Sat Aug 19, 2017 4:06 pm

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)

Post Reply