How to increase number of SIP-AVP in reply
Alan DeKok
aland at deployingradius.com
Tue Feb 23 20:25:39 CET 2016
On Feb 23, 2016, at 1:08 PM, Aqs Younas <aqsyounas at 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.
More information about the Freeradius-Users
mailing list