Jump to: navigation, search

TUpdateUserData

Description

On behalf of the telephony object specified by the parameter dn, updates the user data that is attached to the call specified by the parameter conn_id with the data specified by the parameter user_data.

Parameters

Name Description
server Local server handle to the T-Server in question.
dn Directory number of the telephony object on whose behalf the information is to be updated.
conn_id Connection identifier of the call in question.
user_data A pointer to the user data that should be attached to the call.

Return Values

Standard (See standard-return-values.)

Comments

If the existing call has a user_data key-value pair with the same key as specified in the request, T-Server replaces that value with a new value, as shown in the following table.

Example of Update to User_Data

Existing user_data user_data to Be Added Result
data1=1234 data2=5678 data3=9012 data3=9999 data4=1212 data5=5555 data1=1234 data2=5678 data3=9999 data4=1212 data5=5555
This page was last edited on June 27, 2017, at 20:21.
Comments or questions about this documentation? Contact us for support!