Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
proc main
integer iEntries
integer iCount
string sName
dialcount TELNET GROUP "LA_NAVS" iEntriess
for iCount = 0 upto (iEntries - 1)
dialname TELNET GROUP "LA_NAVS" iCount sName usermsg sName
endfor
dialcount TELNET GROUP "OC_NAVS" iEntries
for iCount = 0 upto (iEntries - 1)
dialname TELNET GROUP "OC_NAVS" iCount sName usermsg sName
endfor
dialcount TELNET GROUP "LA_MUXS" iEntries
for iCount = 0 upto (iEntries - 1)
dialname TELNET GROUP "LA_MUXS" iCount sName usermsg sName
endfor
dialcount TELNET GROUP "LA_ANYMEDIA" iEntries
for iCount = 0 upto (iEntries - 1)
dialname TELNET GROUP "LA_ANYMEDIA" iCount sName usermsg sName
endfor
endproc