When the proxy send a push notification to a device in order to forward a call invitation, it replies a provisional response ("110 Push Sent") to notify the caller that a push has been sent to the recipient.
Normaly, this provisional response is out-of-dialog as it is sent by the proxy it-self and hasn't To-tag so. But, old versions of Flexisip were used to add a To-tag and some old versions of Liblinphone crash if they received such a response without To-tag.
'add-to-tag-filter' parameter allows to set a boolean expression that tells Flexisip to add the To-tag if the expression is evaluated to 'true'. Pratically, that allows to restore the old behaviour of Flexisip basing on the User-agent string of the SIP client.