Dear,
In my extensions.conf file, i got this to work for incoming legs:
exten => h,1,NoOp(PR:${CHANNEL(rtpqos,audio,rxcount)} LP:${CHANNEL(rtpqos,audio,rxploss)})
This wil report packetloss an such of the call.
In my asterisk, in all cases, every call has two legs:
- incoming leg
- outcoming leg
I only get the rtp stats of the incoming legs.
How can i get the rtp stats of the outgoing legs?
Kind Regards,
breakpower