[Home]

Summary:ASTERISK-20466: Clarify specification of the AMI Originate action's Codecs parameter
Reporter:Brent Eagles (beagles)Labels:
Date Opened:2012-09-24 09:12:45Date Closed:2013-01-13 15:17:26.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The specification of the AMI Originate action is ambiguous with regard to the "Codecs" parameter and expected outcomes. For example, what is the expected outcome if none of the codecs specified in the "Codecs" parameter are not supported by the channels involved in the call.
Comments:By: David Woolley (davidw) 2012-09-25 05:25:29.573-0500

They are handled in an outgoing call context, i.e. transcoding is allowed.  In particular, with the default, if both parties are G.729 only, you will end up with two G.729 licences consumed, but the call will work, as long as you do have the licences.

I've answered this as though it were a support question, which is not really allowed here.

As you have categorieed it as a feature request, you need to provide a patch for it to continue.