Seem to be having an issue when leads are being dialed and they are unable to be reached(hit the call timeout window) They are being left as 'NEW' status and not 'NA'. I don't see any errors in the logs. Things go about as usual. No errors spit out.
The only thing I can see that may be causing it is that I have multiple dial strings in my dialplan so that if a carrier kicks it back I try another carrier. Could this lead to this problem? If so is there something I can do to get around it? Below is a sample of my dialplan.
Dialplan Example:
exten => _91NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,n,Dial(${SIPCarrier1}/${EXTEN:1},,tTor)
exten => _91NXXNXXXXXX,n,Dial(${SIPCarrier2}/${EXTEN:1},,tTor)
exten => _91NXXNXXXXXX,n,Hangup