Hi,<br><br>I&#39;m using a SIP phone (Thomson ST2030) which is able to display text received though Asterisk&#39;s SendText() application.<br><br>I&#39;m using this to display from Asterisk &quot;Forwarded to 0123456789&quot; whenever a user forwards his calls to another number or extension.<br>
Test is displayed with white letters on black background.<br><br>What I can&#39;t do at the moment is erasing this &quot;Forwarded to 0123456789&quot; text when user cancels previous forwarding.<br>If I&#39;m sending a string full of space chars, I&#39;ve got an ugly string of black rectangles on LCD screen.<br>
<br>Phone vendor says it can be done sending a &quot;single carriage return&quot; string to the phone (using usual SendText, I suppose) but either :<br>A- I can&#39;t build correctly such &quot;single carriage return&quot; string,<br>
B- I can&#39;t send it (I shouldn&#39;t use SendText()),<br>C- or I misunderstood vendor&#39;s advice.<br><br>When setting an AEL2 variable with &quot;Hello\rWorld&quot;-like string value, I can see this string passed in SIP MESSAGE like this :<br>
<br>Content-Type: text/plain<br>Content-Length: 12<br><br>Hello\rWorld<br><br><br>Unfortunately, this string (and other variations) are literally displayed (I hoped to use \r to erase Hello word and see only the remaning World on my phone screen).<br>
<br>Is there a way to format text embedded in SIP MESSAGES or work around this ?<br>Any hint or advice ?<br><br>Regards<br><br><br><br><br><br>