23 Feb
2016
23 Feb
'16
2:25 p.m.
On Feb 23, 2016, at 1:08 PM, Aqs Younas <aqsyounas@gmail.com> wrote:
Thanks for your Reply. I am using mod_python for setting SIP-AVP
This is how I set them, So where do i need to add "+="
radiusReply = (('SIP-AVP','callrecording:'No ),) + radiusReply
Use: radiusReply = (('SIP-AVP','+=', 'value' ), That should work. Alan DeKok.