I have also tried using ringallv2, and have also set up a virtual extension and used the followme settings within the extension and get same results.
Here is a snippit of my log while the greeting is playing and in the silence i press 1, but it appears that it doesn’t “hear” it.
-- Executing [s@macro-confirm:4] BackGround("Local/66665554443333@from-internal-4cce;1", "custom/mybiz-acceptsupport,m,en,macro-confirm") in new stack
-- <Local/66665554443333@from-internal-4cce;1> Playing 'custom/mybiz-acceptsupport.slin' (language 'en')
-- Executing [s@macro-confirm:5] Read("Local/66665554443333@from-internal-4cce;1", "INPUT,,1,,,4") in new stack
-- Accepting a maximum of 1 digits.
-- User entered nothing.
-- Executing [s@macro-confirm:6] GotoIf("Local/66665554443333@from-internal-4cce;1", "0?,1:t,1") in new stack
-- Goto (macro-confirm,t,1)
-- Executing [t@macro-confirm:1] GotoIf("Local/66665554443333@from-internal-4cce;1", "0?toolate,1") in new stack
-- Executing [t@macro-confirm:2] Set("Local/66665554443333@from-internal-4cce;1", "LOOPCOUNT=2") in new stack
-- Executing [t@macro-confirm:3] GotoIf("Local/66665554443333@from-internal-4cce;1", "1?s,start:noanswer,1") in new stack
-- Goto (macro-confirm,s,4)
-- Executing [s@macro-confirm:4] BackGround("Local/66665554443333@from-internal-4cce;1", "custom/mybiz-acceptsupport,m,en,macro-confirm") in new stack
-- <Local/66665554443333@from-internal-4cce;1> Playing 'custom/mybiz-acceptsupport.slin' (language 'en')
I looked to see if i could find any differences in how the ringgroups were set up from this machine compared to my other machine (old machine was a Trixbox)
from extensions_additional.conf:
exten => _RG-2051-.,1,Macro(dial,${DB(AMPUSER/2051/followme/grptime)},M(confirm^custom/mybiz-acceptsupport^^2051)${DIAL_OPTIONS},${EXTEN:8})
from old system (trixbox,extensions were 3 digit not 4) extensions_additional.conf:
exten => _RG-301-.,1,Macro(dial,60,M(confirm^custom/mybiz-incomingcall^^301)m(default)t,${EXTEN:7})
not suer of significance between these two… looks like new system uses more variables?