Sometimes I in preparedness at home in work out time, and laptop is too big, to stay that with me. But the PDA is great little..and with mobil phone and with pda i could do everything on the street, in the car etc.....May be that's a dream only.....
Have you tried the IP Softphone Pocket PC client?"
- not yet. but in this weak i'll try it. IN our headoffice we have s8500 , but we have 20 less confog (about 20 ext. )PBX all over the country. They are v4, 6, 8, 9 . I have a stupid mind: I put dos emulator on PDA, and i use SAT term softvare. The SAT is running, but i not try com ports yet.
although i don't know any of specialized terminal emulators for pocket pc, i guess you can just use any generic ones. afaik there is a port of my favorite putty to pocket pc:
Hmm...I sure that I unexperted, but if I use a "normal" tem. emulator ( hyperterminal etc..)the funktions key ( cancel F1, F3 Enter, F7 next etc....) doesn't work, 'cause not seen on the screen. But If i use SAT or TERRANOVA I see these funktions, and I can programming the PBX. Isn't it?
that's because functional keys should send some special character sequences into pbx, and these sequences also depend on the terminal type. sat and terranova do know that, but any generic terminal emulator doesn't, because these sequences are avaya-specific. some terminal emulators, teraterm for example, can be set up to send proper chars, but i'm not sure for hyperterminal.
from reverse engineering, of course. there are list of keys for VT220 terminal type:
F1 (Cancel): ESC[3~
F2 (Refresh): ESC[34~
F3 (Enter): ESC[29~
F4 (Clear): ESC[33~
F5 (Help): ESC[28~
F6 (Edit): ESCOr
F7 (Next Page): ESC[6~
F8 (Prev Page): ESC[5~
note that "ESC" is one character with code 27 (0x1b) that marks the start of character sequence. that's why it called 'escape sequence'.
i can't remember 4410 codes offhand, you can google them.
p.s. by the way, you can just memorize them and use in tight situations. i do.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.