search for: timerclear

Displaying 3 results from an estimated 3 matches for "timerclear".

2003 Nov 12
1
ADSI Functions
Does anyone know where I can get a list of ADSI functions.. Example *70 (No Call Waiting), Flash = Flash, Hold = ??? Thank you, -gcc
2004 Jul 29
2
Aastra 480e phone ADSI config
...space" IS "BackSpc" OR "Backspace" BACKSPACE ENDKEY KEY "cwdisable" IS "CWDsble" OR "Disable Call Wait" SENDDTMF "*70" SETFLAG "nocallwaiting" SHOWDISPLAY "cwdisabled" AT 4 TIMERCLEAR TIMERSTART 1 ENDKEY KEY "cidblock" IS "CIDBlk" OR "Block Callerid" SENDDTMF "*67" SETFLAG "nocallwaiting" ENDKEY ; ; Begin main subroutine ; SUB "main" IS IFEVENT NEARANSWER THEN CLEAR...
2016 Jan 19
2
OpenSSH portability & buildsystem fixes
...n openbsd-compat/. * bzero is used in deattack.c (and in regress/) instead of the standard memset. The code should be changed to use memset or the compatibility layer should provide its own bzero if absent. * misc.c uses gettimeofday but doesn't include <sys/time.h> to get it. * timerclear, timerisset and timercmp are used in misc.c and ssh-keyscan.c. They are non-standard BSD extensions from <sys/time.h>. The build system should detect their lack and provide its own versions, or the code could be rewritten to not use them. * u_short and u_long are used across the codeba...