Displaying 2 results from an estimated 2 matches for "sqno".
Did you mean:
seqno
2005 Feb 24
0
asterisk & proxies...
...of proxy but I have no idea where to start.
Last thing (phew :) I am constantly getting warnings on the console, but I don't
know if I need to worry about them or not:
2005-02-24 15:23:13 WARNING[9750]: chan_sip.c:694 retans_pkt: Maximum retries
exceeded on call a42d...53f@192.168.12.253 for sqno 102 (non-critical request)
I have googled and search the documentation, but I am afraid it is very sparse...
Many thanks in advance
Mat Harrison
--
Before making criticism, try to walk a mile in their shoes....that way when
you do criticise them, you will be a mile away and wearing their shoes...
2017 Jul 12
2
Copying received and sent RTP packets due legal obligations
...p_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 it for chan_sip
and chan_pjsip. They fin...