Create Call
POST
https://api.hamkaran.cloud/api/hamkaran/v1/create_callThis API allows users to initiate a new call, enabling features like Click to Call. By sending a request to this endpoint, the system will establish the desired call and start the connection. This functionality is part of Hamkaran Cloud's advanced cloud telephony solutions, helping organizations manage their communications more efficiently and effectively, thereby increasing employee productivity.
Request
Header Params
key
string
required
Example:
{{Hamkaran Webservice key}}
Body Params multipart/form-data
src
string
required
Example:
903
dst
string
required
Example:
9197511420
opt_name
string
optional
Example:
Asiatech
pstn_id
string
optional
Example:
0
Request samples
Responses
Response(200)
HTTP Code: 200
Content Type : HTMLtext/html
Examplesuccessfully Response
{
"msg": "Originate successfully queued",
"code": "1",
"data": {
"status": "OK",
"status_text": "OK (13ms)",
"company": "شرکت طرح و توسعه پردازش همکاران",
"tenant": 100,
"ext": "902"
}
}
Last modified: 12 days ago