The dispatcher functions ds_select_dst()/ds_select_domain(), on success, are populating the attrs_avp from the dispatcher table attrs_col column.
It would be helpfull to poupulate attrs_avp on ds_is_in_list() the same way as it is populated on the above two functions.
Or create a new avp to be populated only for ds_is_in_list (to avoid pushing two attributes if ds_is_in_list() is called before ds_select_dst()/ds_select_domain().
Regards,
Ovidiu Sas
Hi Ovidiu,
I have just committed a fix for this in OpenSIPS trunk. The same AVP will get populated for ds_is_in_list as well as for ds_select_dst/ds_select_domain.
Regards,
Vlad