AllStarLink / app_rpt

Refactoring and upgrade of AllStarLink's app_rpt, etc.
8 stars 6 forks source link

chan_voter: Update for coding standards #283

Closed KB4MDD closed 7 months ago

KB4MDD commented 7 months ago

chan_voter has been updated for asterisk coding standards.

Documentation was added to all functions.

Logging messages have been standardized. I tried to make the messages between chan_voter and chan_usbradio/chan_simpleusb consistent.

const, restrict and register added as needed.

pahole was used to remove holes in the instance and client structs.