Displaying 2 results from an estimated 2 matches for "ast_rtp_instance".
2017 Jul 12
2
Copying received and sent RTP packets due legal obligations
...upport for input only on the audiohooks used
	by app_chanspy (send input, output to two different
	dest ports)
	- End of call only through hangup
A post mentioned the framehooks but from what I see:
	- It is the audio payload but not the RTP header
	- I considered to rebuild the RTP header but:
	ast_rtp_instance can't give me the rx SSRC, rx SQNO,... 
Currently we are extending ast_rtp_instance to have a mirror_audio
function pointer with dest ip/dest port and a custom protocol to send
the rtp frames. And we have extended ast_channel_tech to add a
start_mirror function pointer and have implemented i...
2016 Nov 22
2
Regression in 13.13.0-RC1
...y calls get refused and the following error shown on console:
[Nov 22 10:49:26] WARNING[101105]: res_rtp_asterisk.c:2400 int
create_new_socket(const char *, int): Unable to allocate RTP socket:
Protocol not supported
[Nov 22 10:49:26] WARNING[101105]: res_rtp_asterisk.c:2665 int
ast_rtp_new(struct ast_rtp_instance *, struct ast_sched_context *,
struct ast_sockaddr *, void *): Failed to create a new socket for RTP
instance '0x805647c30'
[Nov 22 10:49:26] ERROR[101105]: res_pjsip_sdp_rtp.c:184 int
create_rtp(struct ast_sip_session *, struct ast_sip_session_media *):
Unable to create RTP instance using...