Internal Number Registration (/registration/)
You can test API methods on the interactive API browser page and without writing code
Some of the resources described on the page may not be available by default due to the type of application (see Creating and authorizing applications)
This resource is intended for finding out the registration addresses of the telephone terminal on the PBX and managing them. To set the static registration, use the phone terminal resource.
Description of data structures
Examples
For an internal number with ID 3, you need to find out the status of its registrations:
System response:
{
"registered":true,
"extension_id":3,
"registrations": [
{
"device":"Yealink SIP-T46G 28.72.14.5",
"real_address":"sip:xxx.xxx.xxx.xxx:62338",
"contact_address":"sip:000*002@192.168.5.52:5062",
"expires":699,
"registration_id": "uloc-572b0ffb-6d47-001"
}
]
}
Now, let's delete the above registration:
If the client has a lot of internal numbers, it is more convenient to get data about them in blocks:
Resources of the "Internal number" section