Hi,
How can one delete a particular avp attribute or avps attributes from the user class and a particular track?? Is it possible to load the particular attribute to the specific class and track?
Thanks in advance. Cheers Tomasz
Hi Tomasz, you can delete attribute using del_attr/del_attrs function in 'avp' module. If you want to set attribute in specific class/track you can specify them in assignment operation like: $fu.test = "value"; (assigns value to attribute 'test' in from track and user class if I'm not mistaken)
Vaclav
On Thu, Jul 05, 2007 at 04:50:37PM +0200, tzieleniewski wrote:
Hi,
How can one delete a particular avp attribute or avps attributes from the user class and a particular track?? Is it possible to load the particular attribute to the specific class and track?
Thanks in advance. Cheers Tomasz _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Vaclav,
Ive encountered a strange situation when I invoke del_attrs("$tu") or del_attrs("$fu") sers block and the processing of the request hangs at the invocation of this method.
cheers tomasz
Hi Tomasz, you can delete attribute using del_attr/del_attrs function in 'avp' module. If you want to set attribute in specific class/track you can specify them in assignment operation like: $fu.test = "value"; (assigns value to attribute 'test' in from track and user class if I'm not mistaken)
Vaclav
On Thu, Jul 05, 2007 at 04:50:37PM +0200, tzieleniewski wrote:
Hi,
How can one delete a particular avp attribute or avps attributes from the user class and a particular track?? Is it possible to load the particular attribute to the specific class and track?
Thanks in advance. Cheers Tomasz _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Mhm... this seems to be a bug in ser or this is not supposed usage. Could you add a bug report into tracker? Vaclav
On Mon, Jul 09, 2007 at 09:11:54AM +0200, tzieleniewski wrote:
Hi Vaclav,
Ive encountered a strange situation when I invoke del_attrs("$tu") or del_attrs("$fu") sers block and the processing of the request hangs at the invocation of this method.
cheers tomasz
Hi Tomasz, you can delete attribute using del_attr/del_attrs function in 'avp' module. If you want to set attribute in specific class/track you can specify them in assignment operation like: $fu.test = "value"; (assigns value to attribute 'test' in from track and user class if I'm not mistaken)
Vaclav
On Thu, Jul 05, 2007 at 04:50:37PM +0200, tzieleniewski wrote:
Hi,
How can one delete a particular avp attribute or avps attributes from the user class and a particular track?? Is it possible to load the particular attribute to the specific class and track?
Thanks in advance. Cheers Tomasz _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers