How to increase number of SIP-AVP in reply

Aqs Younas aqsyounas at gmail.com
Tue Feb 23 21:14:38 CET 2016


Perfect. Thank You Much.

On 24 February 2016 at 00:25, Alan DeKok <aland at deployingradius.com> wrote:

> 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.
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>


More information about the Freeradius-Users mailing list