<div dir="ltr">Hello,<br><br>I am working on a BLF (Busy Lamp Field, dialog presence) integration using Kamailio. <br>I am not sure how certain settings can be used on a single generic (any phone) Kamailio instance.<br> * <a href="https://www.kamailio.org/docs/modules/devel/modules/presence_dialoginfo.html#idm67">https://www.kamailio.org/docs/modules/devel/modules/presence_dialoginfo.html#idm67</a> <br>   "If the phone does not support this, you can activate this parameter."<br>   modparam("presence_dialoginfo", "force_single_dialog", 1)<br> * <a href="https://kamailio.org/docs/modules/devel/modules/pua_dialoginfo.html#idm152">https://kamailio.org/docs/modules/devel/modules/pua_dialoginfo.html#idm152</a><br>   "This is a workaround for the buggy Linksys SPA962 phones. SNOM phones work well with the default setting."<br>   modparam("pua_dialoginfo", "caller_confirmed", 1)<br><br>How can I activate these settings only for the phones that have problems? Do I need a different Kamailio instance for each buggy phone that appears from a client ? <br>For example, a Kamailio instance with modparam("pua_dialoginfo", "caller_confirmed", 1) for some (like Linksys SPA962) and the opposite for all the others (like SNOM) ?<br><br>Thank you,</div>