Voice Platform SDK 8.5 API Reference

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 .


Top of Page

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.

Top of Page

Return Values

Standard (See standard-return-values.)


Top of Page

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

Top of Page


Send comments on this topic.
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.