X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=dss1.h;fp=dss1.h;h=93f0865a0b559b17ce501cabfe476971ed61939d;hp=d8ffe4951a4ee82c53b230ac9e0deeabac367d2b;hb=e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e;hpb=7dc10dcae129d2ef7f40a455aba45179eb68d1d8 diff --git a/dss1.h b/dss1.h index d8ffe49..93f0865 100644 --- a/dss1.h +++ b/dss1.h @@ -13,7 +13,7 @@ class Pdss1 : public PmISDN { public: - Pdss1(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel); + Pdss1(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel, int exclusive); ~Pdss1(); int p_m_d_l3id; /* current l3 process id */ int p_m_d_ces; /* ntmode: tei&sapi */ @@ -31,6 +31,7 @@ class Pdss1 : public PmISDN void new_state(int state); /* set new state */ void isdn_show_send_message(unsigned long prim, msg_t *msg); int received_first_reply_to_setup(unsigned long prim, int exclusive, int channel); + int hunt_bchannel(int exclusive, int channel); void information_ind(unsigned long prim, unsigned long dinfo, void *data); void setup_ind(unsigned long prim, unsigned long dinfo, void *data); void setup_acknowledge_ind(unsigned long prim, unsigned long dinfo, void *data);