Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Jan 3, 2018
1 parent 116f0d9 commit 654fa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radacct.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ GkAcctLogger::Status RadAcct::Log(

// RTCP SOURCE REPORT
pdu->AppendCiscoAttr(RadiusAttr::CiscoVSA_AV_Pair,
PString("RTP_source_IP=")+call->GetSRC_media_IP(),
PString("RTP_source_IP=")+call->GetSRC_media_IP(), // TODO: switch to GetCallerAudioIP() ?
true);

pdu->AppendCiscoAttr(RadiusAttr::CiscoVSA_AV_Pair,
Expand Down

0 comments on commit 654fa2b

Please sign in to comment.