Directory AGI script looping not found sound

Well, I just started and added 20 SIP devices, I can call from sip to sip ok with no problems, each one of them has a propper device name in hope of testing the directory, so I press 7777 to simulate an inbound call and then #, but then all I can hear is a continous loop of the sound that says “no directory entry match your service” or something like that.

here is what the CLI says:

-- Executing Goto("SIP/100-08187360", "from-pstn|s|1") in new stack
-- Goto (from-pstn,s,1)
-- Executing Set("SIP/100-08187360", "__FROM_DID=s") in new stack
-- Executing Gosub("SIP/100-08187360", "app-blacklist-check|s|1") in new stack
-- Executing LookupBlacklist("SIP/100-08187360", "") in new stack
-- Executing GotoIf("SIP/100-08187360", "0?blacklisted") in new stack
-- Executing Return("SIP/100-08187360", "") in new stack
-- Executing Set("SIP/100-08187360", "FAX_RX=203") in new stack
-- Executing Set("SIP/100-08187360", "FAX_RX_EMAIL=carlos@localhost") in new stack
-- Executing Answer("SIP/100-08187360", "") in new stack
-- Executing Wait("SIP/100-08187360", "0") in new stack
-- Executing Goto("SIP/100-08187360", "ivr-2|s|1") in new stack
-- Goto (ivr-2,s,1)
-- Executing Set("SIP/100-08187360", "LOOPCOUNT=0") in new stack
-- Executing Set("SIP/100-08187360", "__DIR-CONTEXT=default") in new stack
-- Executing Set("SIP/100-08187360", "_IVR_CONTEXT_ivr-2=") in new stack
-- Executing Set("SIP/100-08187360", "_IVR_CONTEXT=ivr-2") in new stack
-- Executing GotoIf("SIP/100-08187360", "1?begin") in new stack
-- Goto (ivr-2,s,8)
-- Executing Set("SIP/100-08187360", "TIMEOUT(digit)=3") in new stack
-- Digit timeout set to 3
-- Executing Set("SIP/100-08187360", "TIMEOUT(response)=20") in new stack
-- Response timeout set to 20
-- Executing BackGround("SIP/100-08187360", "enter-ext-of-person") in new stack
-- Playing 'enter-ext-of-person' (language 'es')
-- Executing WaitExten("SIP/100-08187360", "") in new stack

== CDR updated on SIP/100-08187360
– Executing Goto(“SIP/100-08187360”, “app-directory|#|1”) in new stack
– Goto (app-directory,#,1)
– Executing Answer(“SIP/100-08187360”, “”) in new stack
– Executing Wait(“SIP/100-08187360”, “1”) in new stack
– Executing AGI(“SIP/100-08187360”, “directory|default|from-did-direct|be”) in new stack
– Launched AGI Script /var/lib/asterisk/agi-bin/directory
asterisk*CLI>

thanks!