This document was generated from CDN thread Created by: Stig Vidar Hovland on 07-12-2010 12:51:52 PM I have a problem with TStringSend command not sending more than 256 characters. The documentation specify 1450 characters as maximum. Is the documentation wrong or are there any other limitations on the use of tstringsend command which set a limit on 256 characters.This is on a C90, by the way.SV HovlandSubject: RE: TStringSend Replied by: Arne Kampesæter on 08-12-2010 11:39:53 AMHi,in the release notes for TC4, page 11 and 12 it states that the maximum length of "xCommand SStringSend Message" is increased from 255 to 2048 characters. You didn`t mention your sw version but if it`s pre TC4 this maybe could solve your problem ?ArneSubject: RE: TStringSend Replied by: David Bruun-Lie on 08-12-2010 12:20:01 PMHi,and now for the bad news...although it is stated in the API doc that TStringSend now supports > 256 characters this is unfortunately not the case. We have just discovered that the messages become truncated. Hence our recommendation is to stick to max 256 character long messages until we have been able to resolve this. This is true for all current SW versions of TC software, including TC4.0Sorry for the bad news...DavidSubject: RE: TStringSend Replied by: Stig Vidar Hovland on 06-01-2011 10:00:46 AMI also have problem receiving Tstrings at all on C90 with TC4.0. I can send fine to a C90 with TC3.x from TC4.0, but not from TC3.x to TC4.0 or from TC4.0 to another one with TC4.0.Subject: RE: TStringSend Replied by: Viggo Fredriksen on 11-01-2011 12:55:50 PMHi Stig Vidar, unfortunately a signature bug in the Event document has been introduced in TC4.0 and TC4.0.1. This has been fixed and will be released with TC4.1.TC4.0 and TC4.0.1:1*e TPEString TPEString: "hei" CallId: 2
2** end
TC3.x and TC4.1 and above:1*e TString Message: "hei" CallId: 2
2** end
The workaround for TC4.0 and TC4.0.1 is thus to register for feedback on /Event/TPEString and handle the TPEString feedback:1xfeedback register /Event/TPEString
Regards, Viggo