X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=interface.h;h=1f9b4b0815f38a7a11bab03b7b283f94ebccf0fc;hp=e38987cb88af63d78779239f797545f7ee527c2b;hb=4b85a2abcd708ad8d0e02dca9913db7bd6ab4fed;hpb=acaf278f7f616d264afe480e4f9c64768540941b diff --git a/interface.h b/interface.h index e38987c..1f9b4b0 100644 --- a/interface.h +++ b/interface.h @@ -54,6 +54,7 @@ struct interface_port { unsigned int ss5; /* set, if SS5 signalling enabled, also holds feature bits */ int channel_force; /* forces channel by protocol */ int nodtmf; /* disables DTMF */ + int dtmf_threshold; /* DTMF level threshold */ 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 */