X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=extension.h;h=46726375f7abc7f7af75ebb4d365ea53e266f2a6;hp=f9f7f678d9719669d7d6a5b9d7e11d482ee07412;hb=1e8009963503f713ab8b3866090b340a70f5aa77;hpb=31aff20175a3bc9b4bb41d080452ae1d063e267a diff --git a/extension.h b/extension.h index f9f7f67..4672637 100644 --- a/extension.h +++ b/extension.h @@ -130,7 +130,7 @@ struct extension { int change_callerid; int clip; /* how to present caller id on forwarded calls */ int colp; /* how to present called line id on forwarded calls */ - char clip_prefix[32]; /* prefix for screening incomming clip */ + char clip_prefix[32]; /* prefix for screening incoming clip */ int keypad; /* support keypad for call control */ int centrex; /* present name of caller/called on internal extension */ int anon_ignore; /* ignore anonymouse calls */ @@ -139,8 +139,8 @@ struct extension { int noknocking; /* deny knocking of incoming call */ char last_out[MAX_REMEMBER][64]; /* numbers to redail */ char last_in[MAX_REMEMBER][64]; /* numbers to reply */ - int txvol; - int rxvol; + int tx_gain; + int rx_gain; int display_cause; /* clear cause using display message */ int display_ext; /* display external caller ids */ int display_int; /* display internal caller ids */ @@ -178,6 +178,7 @@ int write_log(char *number, char *callerid, char *calledid, time_t start, time_t int parse_phonebook(char *number, char **abbrev_pointer, char **phone_pointer, char **name_pointer); int parse_secrets(char *number, char *remote_id, char **auth_pointer, char **crypt_pointer, char **key_pointer); char *parse_directory(char *number, int type); +struct caller_info; int parse_callbackauth(char *number, struct caller_info *callerinfo); void append_callbackauth(char *number, struct caller_info *callerinfo);