Page 1 of 1
Why my IP Desktop Softphone user doesn't work ?
Posted: 29 Nov 2018 06:26
by Moresa
When I create a user with a ipdsp (station_type : "NOE_C_COLOR_IP_8068"), i can't use it.
Re: Why my IP Desktop Softphone user doesn't work ?
Posted: 29 Nov 2018 07:20
by ThibautB
When you create an IPDSP user, you must enable the Softphone emulation.
To do that, you can do an HTTP PUT request on this url :
http://YOUR_SERVER.com/api/rest/1.0/pbxs/YOUR_NODEID/instances/Subscriber/YOUR_PHONENUMBER/Tsc_IP_subscriber/YOUR_PHONENUMBER
with a body like this (in JSON) :
{
"attributes": [
{
"name": "IP_Softphone_Emul",
"value": ["Yes"]
}
]
}
Now, it should works.