GetCallInfo

From Opale Wiki
Revision as of 20:39, 1 April 2025 by Administrator (talk | contribs) (added Category:Voice using HotCat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This command writes to the standard output information on active or on hold callon the specified GSM port.

By default the mode is unknown but it can be S_HR, S_FR and S_EFR.

COMMAND:

Command Input Arguments Returns
GetCallInfo PortIndex Call info (Call State, called number, calling number, mode)


OUTPUT

GSM port call information in the following format:

“%s %s %s %s\n%s %s %s %s\n”,call_state1, [called_number1, calling_number1, mode1],call_state2, [called_number2, calling_number2, mode2]

EXAMPLE

~# GetCallInfo 0
CONNECTED 0612345678 893301138325478569530 S_HR
IDLE

~# GetCallInfo 1
HOLD
IDLE