X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=interface.h;h=da0ee20c711481deda228e7d9c188d89ef4d4c54;hp=f97c28be4a863edcb021b3c03437034cc40ca153;hb=31aff20175a3bc9b4bb41d080452ae1d063e267a;hpb=d2ffecef264949e36341e87f8e1ff41a8effb1f2 diff --git a/interface.h b/interface.h index f97c28b..da0ee20 100644 --- a/interface.h +++ b/interface.h @@ -56,6 +56,13 @@ struct interface_port { struct select_channel *out_channel; /* list of channels to select */ struct select_channel *in_channel; /* the same for incoming channels */ int block; /* set if interface is blocked */ + int tout_setup; + int tout_dialing; + int tout_proceeding; + int tout_alerting; + int tout_disconnect; +// int tout_hold; +// int tout_park; }; struct interface_msn {