AllStarLink / app_rpt

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

app_rpt: Be able to execute dialplan on nodes instead of "localplay" #412

Open InterLinked1 opened 1 month ago

InterLinked1 commented 1 month ago

The rpt localplay command allows for playing audio files onto a node. This is used by functionality such as: https://github.com/AllStarLink/ASL3/pull/101/files

More flexible would be the ability to execute arbitrary dialplan on a node in the same contexts (e.g. localexec), which could play audio or do other stuff. This would eliminate a lot of duplicated functionality in Asterisk in the ASL repos, such as constructing and playing the time, when there are Asterisk applications that already do the same things.