This page was last edited on January 15, 2014, at 05:51.
Comments or questions about this documentation? Contact us for support!
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.
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. |
Standard (See standard-return-values.)
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 |