I need a simple script to redial the same number continuously to trouble shoot intermittent dialing problems off of a PBX. I cannot get the hangup command to work. What am I doing wrong? Before expanding the script, to redial and open a capture file I need to get the hangup command to work. I don’t use aspect very often, but this seems to be about as simple as it gets. What am I missing? I have also tried disconnect.
proc main
dial DATA “vms”
pause 10
hangup
endproc
proc main
dial DATA “vms”
pause 10
hangup
endproc