POST api/phone/MakeCall?uid={uid}&origination={origination}&destination={destination}&callid={callid}
Call - Make a new Call
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
uid |
User ID for the subscriber monitoring the Call. |
string |
Required |
origination |
Source of the new call. |
string |
Required |
destination |
Destination/recipient for the Call.Use SIP account of the extension you're trying to reach. |
string |
Required |
callid |
SIP Call-ID. Should be unique for each Call. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.