I need help with a aspect dialing script. I need the script to wait for a phone call and then dial a group of numbers and submit a page. The first part of it looks to be working it goes something like this
proc main
LABEL:
termkey ALT '7'
waitfor "K^M^J"
transmit "alts0=0^M"
waitfor "RING" FOREVER
call cap
pause 10
endproc
proc cap
This is were I would call the list of pager #'s I know i can do the dial # in a format like XXX-XXXX,,,,,YYY-YYYY
Where the X's are the pager # and the comma's pause and then the Y's are the number I want to page with. But I dont know how to tell Procomm to call the #'s
proc main
LABEL:
termkey ALT '7'
waitfor "K^M^J"
transmit "alts0=0^M"
waitfor "RING" FOREVER
call cap
pause 10
endproc
proc cap
This is were I would call the list of pager #'s I know i can do the dial # in a format like XXX-XXXX,,,,,YYY-YYYY
Where the X's are the pager # and the comma's pause and then the Y's are the number I want to page with. But I dont know how to tell Procomm to call the #'s