Hello there,
I’m having some trouble with my asterisk. Recently we started working with a new provider so that we can make cheaper calls to Croatian phones. Now the problem occurs when trying to dial a phone with 9 digits after the dial code (+385 XXX XXX XXX), and everything works fine when dialing numbers with 8 digits (+385 XX XXX XXX). My dialplan entry is next:
exten => _385XXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _385XXXXXXXX,2,Dial(${SIPSoftnet}/${EXTEN:0},tTo)
exten => _385XXXXXXXX,3,Hangupexten => _385XXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _385XXXXXXXXX,2,Dial(${SIPSoftnet}/${EXTEN:0},tTo)
exten => _385XXXXXXXXX,3,Hangupexten => _385.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _385.,2,Dial(${SIPSoftnet}/${EXTEN:0},tTo)
exten => _385.,3,Hangup
Now I don’t know if the problem is with our system or at the provider’s side. Could you please check if I made the dialplan entry the way I should have. Thanks in advance