mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
chan_alsa, chan_sip: Add replacement to moduleinfo
Adds replacement modules to the moduleinfo for chan_alsa and chan_sip. ASTERISK-29601 #close Change-Id: I7a4877b0d5c0c17e088e8fa8ebbfa9a195223cbc
This commit is contained in:
committed by
George Joseph
parent
ecf699c325
commit
432fe9dc2a
@@ -36,6 +36,7 @@
|
||||
<depend>alsa</depend>
|
||||
<defaultenabled>no</defaultenabled>
|
||||
<support_level>deprecated</support_level>
|
||||
<replacement>chan_console</replacement>
|
||||
<deprecated_in>19</deprecated_in>
|
||||
<removed_in>21</removed_in>
|
||||
***/
|
||||
|
@@ -178,6 +178,7 @@
|
||||
<use type="module">res_http_websocket</use>
|
||||
<defaultenabled>no</defaultenabled>
|
||||
<support_level>deprecated</support_level>
|
||||
<replacement>chan_pjsip</replacement>
|
||||
<deprecated_in>17</deprecated_in>
|
||||
<removed_in>21</removed_in>
|
||||
***/
|
||||
|
Reference in New Issue
Block a user