Why my IP Desktop Softphone user doesn't work ?

Post Reply
Moresa

Why my IP Desktop Softphone user doesn't work ?

Post by Moresa »

When I create a user with a ipdsp (station_type : "NOE_C_COLOR_IP_8068"), i can't use it.
ThibautB

Re: Why my IP Desktop Softphone user doesn't work ?

Post 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.
Post Reply

Return to “O2G”