Re: [asterisk-dev] impact of removing static payload from rtp_engine

2020-02-11 Thread Joshua C. Colp
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

[asterisk-dev] impact of removing static payload from rtp_engine

2020-02-11 Thread Mohit Dhiman
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