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

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'This usually happens when video support is enabled with multiple video codec in MOR for the device In this case we need to avoid negotiation of the video se…')
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This usually happens when video support is enabled with multiple video codec 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>
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>
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 negotiation 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>
Source [http://www.voip-info.org/wiki/view/Asterisk+video]
Source [http://www.voip-info.org/wiki/view/Asterisk+video]

Latest 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 negotiation in Asterisk 1.4.x unpatched, make sure that you enable a single video codec for the device.

Source [1]