X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=interface.h;h=07bf6f568e192013a8a7759dff40805f81a2fc63;hp=4b624f36232e66b24de9a4bb6b91a05d83855ed1;hb=5566f74eb29be75da44e29ba72ee6f015249ce61;hpb=155d3b5a1d18ea9563226b833b5099a2f4f153e0 diff --git a/interface.h b/interface.h index 4b624f3..07bf6f5 100644 --- a/interface.h +++ b/interface.h @@ -66,7 +66,6 @@ struct interface_port { // int tout_hold; // int tout_park; int dialmax; /* maximum number of digits to dial */ - char tones_dir[128]; int nonotify; /* blocks outgoing notify messages */ int pots_flash; /* allow flash button / keypulse to hold active call */ int pots_ring; /* after hangup let calls on hold ring the phone */ @@ -105,6 +104,7 @@ struct interface { struct interface_screen *ifscreen_in; /* link to screening list */ struct interface_screen *ifscreen_out; /* link to screening list */ int tx_gain, rx_gain; /* filter gain */ + char tones_dir[128]; char pipeline[256]; /* filter pipeline */ unsigned char bf_key[56]; /* filter blowfish */ int bf_len; /* filter length of blowfish */