My apologies if this has already been answered, but searching the forum and google has not provided a resolution.
All of my inbound calls are including a leading '1' which prevents the number from being looked up in the vicidial_list table.
from extensions.conf:
exten => 1888XXXXXXX,1,Answer ; Answer the line
exten => 1888XXXXXXX,2,AGI(agi-VDAD_ALL_inbound.agi,CID-----LB-----Fronters-----888XXXXXXX-----Fronter-----park----------999-----1)
exten => 1888XXXXXXX,3,Hangup
Any suggestions as to how I can strip the leading one to allow lookup would be greatly appreciated.