Difference between revisions of "Call with video support enabled fails"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
This usually happens when video support is enabled with multiple video codecs in MOR for the [[Device settings | device]].
This usually happens when video support is enabled with multiple video codecs in MOR for the [[Device settings | device]].
<br>
<br><br>
In this case we need to avoid negotiation of the video session.
In this case we need to avoid negotiation of the video session.
<br>
<br><br>
If you want to avoid video codec negociation in Asterisk 1.4.x unpatched, make sure that you enable a single  
If you want to avoid video codec negociation in Asterisk 1.4.x unpatched, make sure that you enable a single  
video codec for the device.
video codec for the device.
<br>
<br><br>
Source [http://www.voip-info.org/wiki/view/Asterisk+video]
Source [http://www.voip-info.org/wiki/view/Asterisk+video]

Revision as of 08:30, 2 April 2012

This usually happens when video support is enabled with multiple video codecs in MOR for the device.

In this case we need to avoid negotiation of the video session.

If you want to avoid video codec negociation in Asterisk 1.4.x unpatched, make sure that you enable a single video codec for the device.

Source [1]