You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to properly handle long notifications from TBS in the Call Control client.
The easy way is to simply do a read if the value matches the MTU, but is slightly troublesome as the CC client does not now whether notify multiple, or notify (1 octet difference in header len) was used, and can thus not properly determine if the lenght is the MTU size.
Request to add a field to the long values for the clients to easily know if they have been truncated has been sent to the GA group, and awaiting response. The implemenation for this may depend on the response.
The text was updated successfully, but these errors were encountered:
Need to properly handle long notifications from TBS in the Call Control client.
The easy way is to simply do a read if the value matches the MTU, but is slightly troublesome as the CC client does not now whether notify multiple, or notify (1 octet difference in header len) was used, and can thus not properly determine if the lenght is the MTU size.
Request to add a field to the long values for the clients to easily know if they have been truncated has been sent to the GA group, and awaiting response. The implemenation for this may depend on the response.
The text was updated successfully, but these errors were encountered: