Hi ercan
    That piece of code verify if you put 'use_connect' to yes or no in
ss7.conf.
If you put "no", then, chan_ss7 send the ACM by 'isup_send_acm(pvt)'
function.

Robert.

On 3/22/07, Ercan Yücebas <[EMAIL PROTECTED]> wrote:

Dear All

Can someone tell me what this first line of code is doing?

if (!pvt->link->linkset->use_connect) {

this is from l4isup.c of the chan_ss7-0.9

  if (!pvt->link->linkset->use_connect) {
    isup_send_acm(pvt);
    pvt->state = ST_SENT_ACM;
  }


BR
Ercan

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-ss7

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-ss7

Reply via email to