From: Naveen Albert Date: Thu, 5 Aug 2021 00:28:46 +0000 (+0000) Subject: app_originate: Add ability to set codecs X-Git-Tag: 19.0.0-rc1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2394757e55c22b86da0b6c687168f771053ebb92;p=thirdparty%2Fasterisk.git app_originate: Add ability to set codecs A list of codecs to use for dialplan-originated calls can now be specified in Originate, similar to the ability in call files and the manager action. Additionally, we now default to just using the slin codec for originated calls, rather than all the slin* codecs up through slin192, which has been known to cause issues and inconsistencies from AMI and call file behavior. ASTERISK-29543 Change-Id: I96a1aeb83d54b635b7a51e1b4680f03791622883 --- diff --git a/apps/app_originate.c b/apps/app_originate.c index 2af46e315a..1736c6c254 100644 --- a/apps/app_originate.c +++ b/apps/app_originate.c @@ -95,6 +95,10 @@ static const char app_originate[] = "Originate"; +