<br><br><div class="gmail_quote">2010/1/19 Danny Nicholas <span dir="ltr">&lt;<a href="mailto:danny@debsinc.com">danny@debsinc.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This link might help<br>
<a href="http://www.voip-info.org/wiki/view/Asterisk+cmd+SendText" target="_blank">http://www.voip-info.org/wiki/view/Asterisk+cmd+SendText</a><br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br>Yes but the trouble is you can&#39;t send empty strings with SendText.<br>With this specific IP phone, you sometimes have to.<br><br>Cheers<br> </div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="h5">
<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Dominik<br>
Sent: Tuesday, January 19, 2010 11:01 AM<br>
To: Asterisk Users Mailing List - Non-Commercial Discussion<br>
Subject: Re: [asterisk-users] How to escape characters in Dialplan<br>
<br>
<br>
Hello,<br>
excuse my unknowing question, but how can I open the dialplan in hex-mode?<br>
What file is it? Normaly, my dialplan ist read in textmode from<br>
/etc/asterisk/extensions.conf. Sure, I can insert a new line with a<br>
hex-editor<br>
into the textfile, but then the line got wrapped:<br>
WARNING[1450]: pbx_config.c:1519 pbx_load_config: No closing parenthesis<br>
found? &#39; SendText(&#39;<br>
<br>
Maybe, is there a way to put new line into a variable?<br>
<br>
Set(VARIABLE=&#39;\n&#39;) also don&#39;t work. But maybe I can read a \n from a file<br>
into<br>
a variable (with an agi-script)?<br>
<br>
<br>
Thanks,<br>
Dominik<br>
<br>
Am Sonntag 17 Januar 2010 schrieb Peter:<br>
&gt; Somewhere \n needs to be converted into utf8 new line. Asterisk should<br>
&gt; do this for you but it doesnt.<br>
&gt;<br>
&gt; Try opening the dialplan in hex mode and insert hex code for utf8 new<br>
&gt; line where the line break should be.<br>
&gt;<br>
&gt; Peter<br>
&gt;<br>
&gt; On 17 jan 2010, at 12.09, Dominik wrote:<br>
&gt; &gt; Hello,<br>
&gt; &gt; I&#39;m using Asterisk 1.6.2.0 and I like to use escape characters with<br>
&gt; &gt; SendText,<br>
&gt; &gt; because I can just delete the message from my phone (Thomson<br>
&gt; &gt; Speedtouch<br>
&gt; &gt; ST2030) display by sending a return-char (\n).<br>
&gt; &gt; But \n is not escaped: I tried already:<br>
&gt; &gt;<br>
&gt; &gt; exten =&gt; 222, n, SendText(\n)<br>
&gt; &gt; exten =&gt; 222, n, SendText(&quot;\n&quot;)<br>
&gt; &gt; exten =&gt; 222, n, SendText(&#39;\n&#39;)<br>
&gt; &gt; exten =&gt; 222, n, SendText(`\n`)<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; So how can I use escape characters in dialplan?<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; TIA,<br>
&gt; &gt; Dominik<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; asterisk-users mailing list<br>
&gt; &gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
<br>
<br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>