Hello, <br>I am using these commands to build and install kamailio:<br><br>git clone <a href="http://git.sip-router.org/sip-router">http://git.sip-router.org/sip-router</a> kamailio<br>cd kamailio<br>git checkout -b 3.1 origin/3.1<br>
make FLAVOUR=kamailio cfg<br>make group_include=&quot;mysql&quot; all<br>make group_include=&quot;mysql&quot; install<br><br>Now, If  I want to build a specific commit like a0d376d85aae2f6e46e381a01fb85c5830250d4d, what should I do?<br>
<br>regards,<br>takeshi<br>