mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
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
This commit is contained in:
committed by
George Joseph
parent
a8e8b3aaff
commit
cb1dfecc11
6
doc/CHANGES-staging/app_originate_codecs.txt
Normal file
6
doc/CHANGES-staging/app_originate_codecs.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Subject: app_originate
|
||||
|
||||
Codecs can now be specified for dialplan-originated
|
||||
calls, as with call files and the manager action.
|
||||
By default, only the slin codec is now used, instead
|
||||
of all the slin* codecs.
|
Reference in New Issue
Block a user