*0 feature code
asterisk -x "dialplan show *0@cos-all-post"
[ Included context 'feature-disconnect_call' created by 'pbx_config' ]
'*0' => 1. NoOp(Disconnect Call) [extensions__50-1-features.conf:53259]
2. Set(CHANNEL(hangup_handler_push)=local-call-hangup,s,1) [extensions__50-1-features.conf:53260]
3. Gosub(disconnect,s,1) [extensions__50-1-features.conf:53261]
4. Hangup()
[2026-08-13 08:51:49] VERBOSE[34145][C-00001a88] pbx_builtins.c: Goto (cos-all-post,*0,1)
[2026-08-13 08:51:49] VERBOSE[34145][C-00001a88] pbx.c: Executing [*0@cos-all-post:1] NoOp("PJSIP/19-00003c73", "Disconnect Call") in new stack
[2026-08-13 08:51:49] VERBOSE[34145][C-00001a88] pbx.c: Executing [*0@cos-all-post:2] Set("PJSIP/19-00003c73", "CHANNEL(hangup_handler_push)=local-call-hangup,s,1") in new stack
[2026-08-13 08:51:49] VERBOSE[34145][C-00001a88] pbx.c: Executing [*0@cos-all-post:3] Gosub("PJSIP/19-00003c73", "disconnect,s,1") in new stack
[2026-08-13 08:51:49] ERROR[34145][C-00001a88] app_stack.c: Gosub attempted to reach non-existent destination 'disconnect,s,1' from 'cos-all-post,*0,3'
Same for the *3 feature code
asterisk -x "dialplan show *3@cos-all-post"
[ Included context 'feature-one_touch_rec' created by 'pbx_config' ]
'*3' => 1. NoOp(One Touch Recording) [extensions__50-1-features.conf:15680]
2. Set(CHANNEL(hangup_handler_push)=local-call-hangup,s,1) [extensions__50-1-features.conf:15681]
3. Gosub(automixmon,s,1) [extensions__50-1-features.conf:15682]
4. Hangup()
[2026-08-10 18:39:53] VERBOSE[2994771][C-000088a0] pbx_builtins.c: Goto (cos-all-post,*3,1)
[2026-08-10 18:39:53] VERBOSE[2994771][C-000088a0] pbx.c: Executing [*3@cos-all-post:1] NoOp("PJSIP/28-000137c4", "One Touch Recording") in new stack
[2026-08-10 18:39:53] VERBOSE[2994771][C-000088a0] pbx.c: Executing [*3@cos-all-post:2] Set("PJSIP/28-000137c4", "CHANNEL(hangup_handler_push)=local-call-hangup,s,1") in new stack
[2026-08-10 18:39:53] VERBOSE[2994771][C-000088a0] pbx.c: Executing [*3@cos-all-post:3] Gosub("PJSIP/28-000137c4", "automixmon,s,1") in new stack
[2026-08-10 18:39:53] ERROR[2994771][C-000088a0] app_stack.c: Gosub attempted to reach non-existent destination 'automixmon,s,1' from 'cos-all-post,*3,3'