User Guide
Standard NetLinx API (SNAPI) R 1.8.0
14
Audio Conferencer Functions (Cont.)
Name Component Channel Level Command Constant Notes
dialNumber(number) IDialerComponent DIALNUMBER-<num-
ber>
Dial a number where <number> is the num-
ber to be dialed.
flashHook() IDialerComponent 208 DIAL_FLASH_HOOK Momentary Function Channel: Flash hook
when channel is activated
getDialerStatus() IDialerComponent ?DIALERSTATUS Querydialer status, responds with DIALER-
STATUS-<status>, where <status> is
DIALING,BUSY,RINGING,DISCON-
NECTED,NEGOTIATING,FAULT,CON-
NECTED
redial() IDialerComponent 201 DIAL_REDIAL Momentary Function Channel: Redial when
channel is activated
setAudibleRingOn(state) IDialerComponent 240 DIAL_AUDIBLE_RING_ON Discrete Function Channel: Audible ring is
on while channel is active
setAutoAnswerOn(state) IDialerComponent 239 DIAL_AUTO_ANSWER_ON Discrete Function Channel: Auto answer is
on while channel is active
setOffHook(state) IDialerComponent 238 DIAL_OFF_HOOK_ON Discrete Function Channel: Hook state is
off hook while channel is active
processAudibleRingOnEvent(boolean) IDialerComponentListener 240 DIAL_AUDIBLE_RING_FB Feedback Channel: Audible ring is on if
channel is on
processAutoAnswerOnEvent(boolean) IDialerComponentListener 239 DIAL_AUTO_ANSWER_FB Feedback Channel: Auto answer is on if
channel is on
processDialerStatusEvent(BUSY) IDialerComponentListener DIALERSTATUS-
BUSY
Dialer status changed, number being
dialed is busy
processDialerStatusEvent(CONNECTED) IDialerComponentListener DIALERSTATUS-CON-
NECTED
Dialer status changed, dialer is connected
processDialerStatusEvent(DIALING) IDialerComponentListener DIALERSTATUS-
DIALING
Dialer status changed, dialer is dialing
processDialerStatusEvent(DISCONNECTED) IDialerComponentListener DIALERSTATUS-DIS-
CONNECTED
Dialer status changed, dialer is discon-
nected/idel
processDialerStatusEvent(FAULT) IDialerComponentListener DIALERSTATUS-
FAULT
Dialer status changed, dialer encounter a
fault during dialing/negotiating
processDialerStatusEvent(NEGOTIATING) IDialerComponentListener DIALERSTATUS-
NEGOTIATING
Dialer status changed, dialer is negotiating
processDialerStatusEvent(RINGING) IDialerComponentListener DIALERSTATUS-
RINGING
Dialer status changed, number being
dialed is ringing
processIncomingCallEvent (String) IDialerComponentListener INCOMINGCALL-
<number>
An incoming call is detected. If available
via caller ID, the phone number will be sup-
plied
processOffHookEvent(boolean) IDialerComponentListener 238 DIAL_OFF_HOOK_FB Feedback Channel: Hook state is off hook
if channel is on
moveMenuCursor(UP) IMenuComponent 45 MENU_UP Momentary Function Channel: Move menu
cursor UP