Asterisk -rx 'sip show channelstats' - can this be cleared

We use sip show channelstats on a daily basis,

I was just wondering if there is a way to clear the channelstats data.

this is the usual output

10.xx.xx.220 NmMyNmI2MzM 01:12:12 0000000214K 0000002201 ( 1.02%) 0.0000 0000000213K 0000000323 ( 0.15%) 0.0002
10.xx.xx.151 MDI3ODAxZTB 01:19:12 0000000234K 0000003251 ( 1.37%) 0.0000 0000000232K 0000000149 ( 0.06%) 0.0003
10.xx.xx.77 M2ZkNjBlYjg 01:15:28 0000000223K 0000002842 ( 1.26%) 0.0000 0000000222K 0000000164 ( 0.07%) 0.0003
10.xx.xx.90 YzRjN2ZiMjE 01:19:11 0000000234K 0000003231 ( 1.36%) 0.0000 0000000232K 0000000142 ( 0.06%) 0.0003
10.xx.xx.82 NmFhYWI0YTQ 01:16:11 0000000225K 0000002992 ( 1.31%) 0.0000 0000000223K 0000000312 ( 0.14%) 0.0003
10.xx.xx.61 YmNlYWMwNWU 01:15:37 0000000223K 0000002920 ( 1.29%) 0.0000 0000000222K 0000000502 ( 0.23%) 0.0003

i want to reset it to 0 all dat, packet lost, sent receive packets and jitter without disconnecting

I think you would have to modify the source code and recompile. Very very few people keep SIP sessions up for more than a day so there is no demand for such a function.

Thanks for the info.

Our dialplan is design to use the conference bridge for the AGENT side which will have the agent up to 8 hours of dialing. the only way to clear the data on that extension is to end the call.

Anyways thanks again.

This functionality does not exist and could potentially break things. The values you see are a result of RTCP traffic which is exchanged back and forth. This traffic includes some of the values you see, and setting them back to zero could confuse the other side.