Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with script to add dial directory entries. 1

Status
Not open for further replies.

onsitephoneguy

Technical User
Jun 2, 2004
30
US
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top