onsitephoneguy
Technical User
Here is my script...
proc main
dialadd DATA GROUP "joe test"
dialadd DATA "joe"
set dialentry access DATA "joe"
set dialentry country "United States of America (1)"
set dialentry areacode "xxx"
set dialentry phonenumber "xxx-xxxx"
set terminal type "9005"
set terminal colors "Joe terminal colors"
set metakeyfile "joe.key"
set translate NONE
set actionbar TOP "TERMINAL.PWB" PERMANENT
set actionbar BOTTOM "Joe CBOE.pwb" PERMANENT
set actionbar LEFT NONE PERMANENT
set actionbar RIGHT NONE PERMANENT
set actionbar FLOAT NONE PERMANENT
set modem connection 10
set port baudrate 1200
set port parity EVEN
set port databits 7
set port stopbits 1
set port softflow off
set port hardflow on
dialinsert DATA "joe test" "joe"
dialsave
endproc
Here is my question: How do I set the Basic Options: Data Options field to a custom option set that I called "Joe". When I use this script, the directory entry defaults to "Normal Options" for the Data Options field.
Thanks in advance for your help!
proc main
dialadd DATA GROUP "joe test"
dialadd DATA "joe"
set dialentry access DATA "joe"
set dialentry country "United States of America (1)"
set dialentry areacode "xxx"
set dialentry phonenumber "xxx-xxxx"
set terminal type "9005"
set terminal colors "Joe terminal colors"
set metakeyfile "joe.key"
set translate NONE
set actionbar TOP "TERMINAL.PWB" PERMANENT
set actionbar BOTTOM "Joe CBOE.pwb" PERMANENT
set actionbar LEFT NONE PERMANENT
set actionbar RIGHT NONE PERMANENT
set actionbar FLOAT NONE PERMANENT
set modem connection 10
set port baudrate 1200
set port parity EVEN
set port databits 7
set port stopbits 1
set port softflow off
set port hardflow on
dialinsert DATA "joe test" "joe"
dialsave
endproc
Here is my question: How do I set the Basic Options: Data Options field to a custom option set that I called "Joe". When I use this script, the directory entry defaults to "Normal Options" for the Data Options field.
Thanks in advance for your help!