On Tue, Feb 11, 2020 at 6:34 AM Mohit Dhiman
wrote:
> Hi,
> I want to remove some static payload from Asterisk's RTP Engine.
> so if I remove the following lines from ast_rtp_engine_init of
> main/rtp_engine.c
>
> add_static_payload(102, ast_format_siren7, 0);
> add_static_payload
Hi,
I want to remove some static payload from Asterisk's RTP Engine.
so if I remove the following lines from ast_rtp_engine_init of
main/rtp_engine.c
add_static_payload(102, ast_format_siren7, 0);
add_static_payload(103, ast_format_h263p, 0);
add_static_payload(104, ast_for