From 4606fb604a993cd348e181d020d18dc4cd18164c Mon Sep 17 00:00:00 2001 From: Naveen Albert Date: Thu, 5 Aug 2021 00:28:46 +0000 Subject: [PATCH] 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 --- apps/app_originate.c | 41 ++++++++++++-------- doc/CHANGES-staging/app_originate_codecs.txt | 6 +++ 2 files changed, 30 insertions(+), 17 deletions(-) create mode 100644 doc/CHANGES-staging/app_originate_codecs.txt 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"; +