uacstacall
If the uaCSTA feature is enabled, the PBX will send a report to the application server when the extension is ringing or when the extension's call is answered or refused by uaCSTA feature.
Prerequisites
To perform the uaCSTA control operations for IP phones, make sure the following requirements are met.
- Your IP phone model and firmware version work for Yeastar uaCSTA
- The uaCSTA feature on your IP phone is enabled. Refer to the following topics:
- The uaCSTA feature on the PBX is enabled (Path: ).
Report parameters
Parameter | Type | Description |
---|---|---|
event | String | Event type. |
operation | String | The operation that is executed.
|
extnumber | Integer | The extension number that you want to control. |
cstacallid | String | The unique ID of each uaCSTA call. When the uaCSTA feature is
enabled, the system will automatically assign a
cstacallid to each call. |
ipaddress | String | The IP address of the IP phone where the extension is registered. |
sn | String | The PBX's serial number. |
Report example
POST / HTTP/1.1
Host: 192.168.5.150
Accept: application/json
User-Agent: WebAPI
Content-Type: application/json
{
"event":"uacstacall",
"operation":"callanswer",
"extnumber":"1000",
"cstacallid":"32788",
"ipaddress":"192.168.5.70:5060",
"sn":"369451090405"
}