MarkerAdd

 

Description

Adds a marker to the ongoing call at current time in call.

The marker is immediately added to the call with 1 sec length.

Syntaxhttp://<host>:<apiport>/MarkerAdd
Parameters

pass = API passcode (optional)

comment = marker comment visible on the user interface

Example

http://localhost:10100/dev/MarkerAdd?comment=Introduction

(above call will open a marker at the current time position in the call)

Return value

Positive result:

  • 'OK'
    • only two letters are returned

Failure result:

  • 'ERROR:<code>:<description>'
    • the first 5 characters of the response are 'ERROR'
    • followed by a ':' (colon)
    • <code> is a 4 character error code
    • followed by a ':' (colon)
    • <description> textual description of the error

Defined error codes:

  • 'NOON' - no ongoing call found
  • 'LONG' - parameter too long
  • 'AUTH' - request authentication error