Hey guys,
Most of the calls that go out of my A200 loose the first digit. I think it’s dialing out to fast. Is there any way to fix this in zapata?
thanks,
Randy
Hey guys,
Most of the calls that go out of my A200 loose the first digit. I think it’s dialing out to fast. Is there any way to fix this in zapata?
thanks,
Randy
exten => whatever,1,Dial(zap/whatever/w${EXTEN})
in other words put a ‘w’ in front of the dial string and it will 'w’ait a second or so before dialing. if that doesnt work try ww (wait 2x as long)