AllStarLink / app_rpt

Refactoring and upgrade of AllStarLink's app_rpt, etc.
3 stars 2 forks source link

Document app_rpt Defaults #335

Open tsawyer opened 2 weeks ago

tsawyer commented 2 weeks ago

Build a list of hard coded defaults.

Allan-N commented 2 weeks ago

Can you clarify the request? Are you asking for a list of every (rpt.conf, simpleusb.conf, usbradio.conf, ...) variable and their default values if not specified?

and are you looking for this information in a particular format? like a ".h" header file? a ".conf.sample" file, online documentation?

tsawyer commented 2 weeks ago

Yes, defaults of app_rpt and its channel drivers that are hard coded in the header files or wherever. @InterLinked1 may have input on Asterisk best practice for this but perhaps that's normally done in the .sample files.

InterLinked1 commented 2 weeks ago

Yes, the sample files are the canonical place to document defaults. Usually each setting has each possible setting described and ends with "Default is yes" or "Default is no" or something like that.