]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_originate: Add ability to set codecs
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 5 Aug 2021 00:28:46 +0000 (00:28 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 19 Aug 2021 14:09:22 +0000 (09:09 -0500)
commitcb1dfecc1164b54bdddc94de1a5520866f561ed6
tree2b5054db7b98af5f86a713df87e00066ce0f8477
parenta8e8b3aaff4c781ead4ef6c5d34905bd396d0774
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
doc/CHANGES-staging/app_originate_codecs.txt [new file with mode: 0644]