FMG / SIP 2-way Video call
Hi,
I am trying to get two way video conference call from Sip phone to FMS app via FMG. Video stream from Sip phone to sample FMS application via FMG is working fine. But video stream from FMS application to Sip phone is buggy (It shows only horizontal lines & nothing else). I tried with various setting in videoquality.xml file but no success.
Below are my FMG settings.
Are there any other settings I am missing to solve the video isues?
Thanks
Sip.xml
<Profile>
<profileID> sipGateway </profileID>
<userName> username </userName>
<password> password </password>
<displayName> profile1 </displayName>
<remoteSipHost> 192.168.0.xxx </remoteSipHost>
<sipDomain> 192.168.0.xxx </sipDomain >
<doRegister> 1 </doRegister>
<context> sipGatewayContext </context>
<supportedCodecs>
<codecID> G711u </codecID>
<codecID> speex </codecID>
<codecID deviceId="GenericVtcDevice" qualityLevelId="medium"> H264 </codecID>
</supportedCodecs>
</Profile>
Videoquality.xml is kept on default.
Note:- Also tried with "low" and "high" quality level Id. All servers are local, so no network issue.
