Polycom HDX In a Call
jgreer9514
Posts: 23
Does anyone have the String event for parsing when a HDX Polycom is in a call. I know the polycom command is getcallstate. I am just looking to set a variable/button that the polycom is in a call. I am not interested in a duet module.
Thanks,
John
Thanks,
John
0
Comments
I register to get notified of call status via "notify callstatus".
The data will contains "notification:callstatus" and the current state - "ringing", "connected", "connecting", or "disconnected" (among other things).
Hope this helps.