asterisk: add *832 test-entry dialplan for VDAY workflow AATs
Lets live SIP AATs (ext 901–904, from-internal context) dial *832 to exercise the Victory Day workflow + Fun Menu + AsteriskGameHandler path without routing through Twilio. Mnemonic: *832 = V-D-A (8-3-2) from the V-D-A-Y keypad pattern. Maps to Stasis(flowercore-pbx,inbound-pstn,+15074618329) — same call- type classification as a real Twilio-inbound call to the VDAY DID, so InboundPstnHandler routes to the seeded VDAY workflow identically. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -314,6 +314,13 @@ data:
|
|||||||
exten => *100,1,Stasis(flowercore-pbx,internal,ivr)
|
exten => *100,1,Stasis(flowercore-pbx,internal,ivr)
|
||||||
same => n,Hangup()
|
same => n,Hangup()
|
||||||
|
|
||||||
|
; Test-only entry into the Victory Day workflow (DID +15074618329).
|
||||||
|
; Used by live SIP AATs to exercise the VDAY Fun Menu + AsteriskGameHandler
|
||||||
|
; path without dialing in over Twilio. Mnemonic: *832 = "V-D-A" (8-3-2).
|
||||||
|
exten => *832,1,NoOp(Test entry: Victory Day workflow via AAT)
|
||||||
|
same => n,Stasis(flowercore-pbx,inbound-pstn,+15074618329)
|
||||||
|
same => n,Hangup()
|
||||||
|
|
||||||
; Star codes routed to FlowerCore Stasis app for handling
|
; Star codes routed to FlowerCore Stasis app for handling
|
||||||
exten => *0,1,Stasis(flowercore-pbx,starcode,*0)
|
exten => *0,1,Stasis(flowercore-pbx,starcode,*0)
|
||||||
same => n,Hangup()
|
same => n,Hangup()
|
||||||
|
|||||||
Reference in New Issue
Block a user