Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#TitleUser StoryImportanceNotes
1Provide parameters in btcall.cfgAdd new keywords to btcall.cfg to allow user to change SR140 levels.Must Have


2Update API function BfvFaxT30Params()Update BfvFaxT30Params() to allow the application to change the SR140 levels.Must Have 
3Apply to both SR140 and TR1034Apply to both SR140 and TR1034Nice to Have
4DocumentationInclude in documentation in section "Parameters for Technical Support Purposes"Must Have
5Update packet file t30 parametersUpdate 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:

...