Hello all, I'm tring to retrieve a formula to calculate a MOS value from Asterisk RTCP stats... Have you got any idea how to do it? Thanks I'm reading all G.107 ITU docs to retrieve something... I'm saving the SIP RTCP stats with: [macro-hangupcall] exten => s,1,Set(CDR(userfield)=${CHANNEL(rtpqos|audio|all)}) exten => s,n,ResetCDR(vw) exten => s,n,NoCDR() So I retrieve these values in my MySQL CDR table in order to calculate a MOS value: "ssrc=592614191;themssrc=0;lp=1;rxjitter=0.000000;rxcount=0;txjitter=0.000000;txcount=20734;rlp=0;rtt=0.094000" codec used: g711a -- -- -- Marc LEURENT lftsy at leurent.eu
Mindaugas Kezys
2009-Apr-01 15:32 UTC
[asterisk-users] Extract a MOS value from Asterisk CDR
Check this: http://www.voip-info.org/wiki/index.php?page=Call+Quality+Metrics Regards, Mindaugas Kezys http://www.kolmisoft.com VoIP Billing and Routing Solutions -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Marc Leurent Sent: 2009 m. baland?io 1 d. 18:15 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Extract a MOS value from Asterisk CDR Hello all, I'm tring to retrieve a formula to calculate a MOS value from Asterisk RTCP stats... Have you got any idea how to do it? Thanks I'm reading all G.107 ITU docs to retrieve something... I'm saving the SIP RTCP stats with: [macro-hangupcall] exten => s,1,Set(CDR(userfield)=${CHANNEL(rtpqos|audio|all)}) exten => s,n,ResetCDR(vw) exten => s,n,NoCDR() So I retrieve these values in my MySQL CDR table in order to calculate a MOS value: "ssrc=592614191;themssrc=0;lp=1;rxjitter=0.000000;rxcount=0;txjitter=0.00000 0;txcount=20734;rlp=0;rtt=0.094000" codec used: g711a -- -- -- Marc LEURENT lftsy at leurent.eu _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Mindaugas Kezys
2009-Apr-01 21:57 UTC
[asterisk-users] Extract a MOS value from Asterisk CDR
Sorry for replying for the second time, but this issue is interesting for me also. I found such link: http://www.nessoft.com/kb/50 And this: http://www.jdsu.com/product-literature/voipstats_an_acc_tm_ae.pdf Regards, Mindaugas Kezys http://www.kolmisoft.com VoIP Billing and Routing Solutions -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Marc Leurent Sent: 2009 m. baland?io 1 d. 18:15 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Extract a MOS value from Asterisk CDR Hello all, I'm tring to retrieve a formula to calculate a MOS value from Asterisk RTCP stats... Have you got any idea how to do it? Thanks I'm reading all G.107 ITU docs to retrieve something... I'm saving the SIP RTCP stats with: [macro-hangupcall] exten => s,1,Set(CDR(userfield)=${CHANNEL(rtpqos|audio|all)}) exten => s,n,ResetCDR(vw) exten => s,n,NoCDR() So I retrieve these values in my MySQL CDR table in order to calculate a MOS value: "ssrc=592614191;themssrc=0;lp=1;rxjitter=0.000000;rxcount=0;txjitter=0.00000 0;txcount=20734;rlp=0;rtt=0.094000" codec used: g711a -- -- -- Marc LEURENT lftsy at leurent.eu _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users