- Code: Select all
if ( ($PRI =~ /^PRI$/) && ($callerid =~ /\d\d\d\d\d\d\d\d\d\d\d\d\d\d\d\d\d\d\d/)
And i understand its logic, what my issue is, some calls get a dialstatus called CANCEL. When this happens the lead is kept as NEw which in my opinion is not correct. it should be NA.
Maybe im not understanding the process right but the definition of CANCEL in voip-info is
CANCEL: Call is cancelled. The dial command reached its number but the caller hung up before the callee picked up.
This means the dialer hit the dial timeout seconds. but if this was the cause for all calls all should be kept as NEW and never set to NA.
Matt can you possible shed some light on this please?
Thank you