ambiorixg12 wrote:You haven't changed the DID Route setting, is set to the Default is 9998811112, no-service. So configure the +4xxxxxxxx DID properly, is possible you need to edit your trunkinbound context in order to accept the DID coming with the +
; If you have DIDs that arrive with a plus sign at the beginning, then uncomment
exten => _+X.,1,AGI(agi-DID_route.agi)
exten => _+X.,n,Hangup()
[trunkinbound]
; DID call routing process
;exten => _XXXXXXXXXX,1,AGI(agi-DID_route.agi) ; use this one instead of the one below if you are having delay issues, and match to number of received digits
;exten => _X.,1,AGI(agi-DID_route.agi)
;exten => _X.,n,Hangup()
; If you have DIDs that arrive with a plus sign at the beginning then uncomment
exten => _+X.,1,AGI(agi-DID_route.agi)
exten => _+X.,n,Hangup()
; If you have DIDs that arrive with a plus and 1 at the beginning that you want to filter out, then uncomment
exten => _+1X.,1,Goto(trunkinbound,${EXTEN:2},1)
;exten => _4372xxxxxx,1,AGI(agi-DID_route.agi)
;exten => _4372xxxxxx,1,AGI(agi-DID_route.agi)
;exten => _XXXXXXXXXX,1,AGI(agi-DID_route.agi)
exten => _X.,n,Hangup()
thats my confing