Hi ercan<br>&nbsp;&nbsp;&nbsp;&nbsp; That piece of code verify if you put &#39;use_connect&#39; to yes or no in ss7.conf.&nbsp; <br>If you put &quot;no&quot;, then, chan_ss7 send the ACM by &#39;isup_send_acm(pvt)&#39; function.&nbsp; <br><br>Robert.<br>
&nbsp; <br><div><span class="gmail_quote">On 3/22/07, <b class="gmail_sendername">Ercan Yücebas</b> &lt;<a href="mailto:ercan@goldenphone.ch">ercan@goldenphone.ch</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear All<br><br>Can someone tell me what this first line of code is doing?<br><br>if (!pvt-&gt;link-&gt;linkset-&gt;use_connect) {<br><br>this is from l4isup.c of the chan_ss7-0.9<br><br>&nbsp;&nbsp;if (!pvt-&gt;link-&gt;linkset-&gt;use_connect) {
<br>&nbsp;&nbsp;&nbsp;&nbsp;isup_send_acm(pvt);<br>&nbsp;&nbsp;&nbsp;&nbsp;pvt-&gt;state = ST_SENT_ACM;<br>&nbsp;&nbsp;}<br><br><br>BR<br>Ercan<br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br><br>asterisk-ss7 mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a>
<br></blockquote></div><br>