Fix sequence number used by asterisk for outgoing RTP packets
For the simple call frame->seqno is taken from DSP and is used by asterisk for the sequence number in RTP header, however for the call conference the sequence number is generated by asterisk and it has to be greater than the previous sequence number, otherwise srtp is not forwarding 'too old' packet.