<div dir="ltr"><div dir="ltr">Hi!<div><br></div><div>Can someone share his kamailio.cfg with working busy lamp field in a kamailio-as-proxy scenario?</div><div>My config is based on the example shipped with 5.1.x and asterisk as the backend.</div><div><br></div><div>Calling works fine but PUBLISH / SUBSCRIBE is handled by kamailio itself.</div><div><br></div><div>I am not sure but this might be the part where I should relay the request to asterisk(?):</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">#!ifdef WITH_PRESENCE<br><span style="white-space:pre"> </span>if (!t_newtran()) {<br><span style="white-space:pre">                </span>sl_reply_error();<br><span style="white-space:pre">          </span>exit;<br><span style="white-space:pre">      </span>}<br><span style="white-space:pre">  </span>if(is_method("PUBLISH")) {<br><span style="white-space:pre">               </span>handle_publish();<br><span style="white-space:pre">          </span>t_release();<br><span style="white-space:pre">       </span>} else if(is_method("SUBSCRIBE")) {<br><span style="white-space:pre">              </span>handle_subscribe();<br><span style="white-space:pre">                </span>t_release();<br><span style="white-space:pre">       </span>}<br><span style="white-space:pre">  </span>exit;<br>#!endif</blockquote><div><br></div><div> Currently the lights are "broken", some phones show them on, some off.</div></div><div><br></div><div>Kind regards</div><div>Kevin</div></div></div>