AllStarLink / app_rpt

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

Cleanly eliminate AST_PBX_KEEPALIVE #15

Open InterLinked1 opened 2 years ago

InterLinked1 commented 2 years ago

Cleanly eliminate AST_PBX_KEEPALIVE by converting this to something that works nicely with the present core and isn't a total and complete hack.

InterLinked1 commented 2 years ago

ast_channel_pbx_set is generally used to set the PBX on a channel to NULL when no_hangup_chan is used, so we may also want to invoke this as well.

For example: https://github.com/asterisk/asterisk/search?q=ast_channel_pbx_set&type=