Ext-did-0001

Hello.
In extension_additional I have this information:

[ext-did-0001]
include => ext-did-0001-custom
exten => s,1,ExecIf($["${FROM_DID}" = “”]?Set(__FROM_DID=${EXTEN}))
exten => s,n,Set(CDR(did)=${FROM_DID})
exten => s,n,ExecIf($[ “${CALLERID(name)}” = “” ] ?Set(CALLERID(name)=${CALLERID(num)}))
exten => s,n,Set(CHANNEL(musicclass)=default)
exten => s,n,Set(__MOHCLASS=default)
exten => s,n,GotoIf($["${__REVERSAL_REJECT}"=“TRUE” & “${CHANNEL(reversecharge)}”=“1” ]?macro-hangupcall)
exten => s,n,Set(__CALLINGPRES_SV=${CALLERPRES()})
exten => s,n,Set(CALLERPRES()=allowed_not_screened)
exten => s,n(dest-ext),Goto(ext-group,5928,1)

;–== end of [ext-did-0001] ==–;

I do not know where it came from this line “exten => s,n(dest-ext),Goto(ext-group,5928,1)”.? It`s autogenerate line?

Routing for this group I have in ext-did-0002.

How can I change this line “exten => s,n(dest-ext),Goto(ext-group,5928,1)”?

Change the destination of its inbound route!

Yes, great. Thank you!
If anybody have this mistake. You need in inbound routes change destination in “any DID / any CID”