X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=interface.h;h=e38987cb88af63d78779239f797545f7ee527c2b;hp=40c89f6dac4abff7787edbff668dc3ba6e591f48;hb=acaf278f7f616d264afe480e4f9c64768540941b;hpb=fa1f601f49879958ac9fc698b044012c772ec7da diff --git a/interface.h b/interface.h index 40c89f6..e38987c 100644 --- a/interface.h +++ b/interface.h @@ -67,6 +67,9 @@ struct interface_port { 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 */ + int pots_transfer; /* after hangup, two calls are transfered */ }; struct interface_msn {