Re: [asterisk-dev] [RTP] Detecting that a packet is SRTP

2015-04-29 Thread Sean Bright
On 4/29/2015 11:20 AM, Yousf Ateya wrote: In res_rtp_asterisk.c, to detect that a packet is SRTP (not RTP), this check is done (link to gitweb

[asterisk-dev] [RTP] Detecting that a packet is SRTP

2015-04-29 Thread Yousf Ateya
In res_rtp_asterisk.c, to detect that a packet is SRTP (not RTP), this check is done (link to gitweb http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=blob;f=res/res_rtp_asterisk.c;h=62601dcadaaf011a692a247d66ec590b3b47edfa;hb=refs/heads/master#l2019 ): if ((*in = 20) (*in = 64)) {