...
# | Title | User Story | Importance | Notes | |
---|---|---|---|---|---|
1 | Provide parameters in btcall.cfg | Add new keywords to btcall.cfg to allow user to change SR140 levels. | Must Have | ||
2 | Update API function BfvFaxT30Params() | Update BfvFaxT30Params() to allow the application to change the SR140 levels. | Must Have | ||
3 | Apply to both SR140 and TR1034 | Apply to both SR140 and TR1034 | Nice to Have | ||
4 | Documentation | Include in documentation in section "Parameters for Technical Support Purposes" | Must Have | ||
5 | Update packet file t30 parameters | Update packet file t30 parameter to allow the SR140 levels to be changed. | Nice to Have |
...
struct args_fax_t30_params {
RES res;
unsigned bit_rate;
unsigned scan_time;
unsigned modulation_type;
unsigned line_compression;
MILL_LINE *async_lp;
unsigned iaf_bit_rate;
char xmt_level;
char rcv_level;
};
...
An example for setting the new members xmt_level and rcv_level before calling BfvFaxT30Params(lp, &args_params); is as follows:
...