Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Dominik
Hello, excuse my unknowing question, but how can I open the dialplan in hex-mode? What file is it? Normaly, my dialplan ist read in textmode from /etc/asterisk/extensions.conf. Sure, I can insert a new line with a hex-editor into the textfile, but then the line got wrapped: WARNING[1450]:

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Danny Nicholas
- Non-Commercial Discussion Subject: Re: [asterisk-users] How to escape characters in Dialplan Hello, excuse my unknowing question, but how can I open the dialplan in hex-mode? What file is it? Normaly, my dialplan ist read in textmode from /etc/asterisk/extensions.conf. Sure, I can insert a new

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Olivier
I don't think my previous answer was very clear. Please, apologize for that. Some time ago, I also asked for the same feature as yours : to be able to send empty strings to IP phone Thomson ST2030. Tilghman Lesher from Digium was kind enough to code a patch for 1.4 (svn 187362). As

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Olivier
: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dominik Sent: Tuesday, January 19, 2010 11:01 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] How to escape characters in Dialplan Hello, excuse my

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Tilghman Lesher
On Tuesday 19 January 2010 13:03:19 Olivier wrote: I don't think my previous answer was very clear. Please, apologize for that. Some time ago, I also asked for the same feature as yours : to be able to send empty strings to IP phone Thomson ST2030. Tilghman Lesher from Digium was kind enough

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Dominik
Hm, (svn 187362) Permit zero-length text messages in SIP Maybe a zero-length text also works to clear the display of Thomson 2030: But with SendText it doesn't: -- Executing [...@intern:1] Answer(SIP/4711-0016, ) in new stack -- Executing [...@intern:2] SendText(SIP/4711-0016, )

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-19 Thread Olivier
2010/1/19 Dominik d0m1...@geekmail.de Hm, (svn 187362) Permit zero-length text messages in SIP Maybe a zero-length text also works to clear the display of Thomson 2030: But with SendText it doesn't: -- Executing [...@intern:1] Answer(SIP/4711-0016, ) in new stack -- Executing

[asterisk-users] How to escape characters in Dialplan

2010-01-17 Thread Dominik
Hello, I'm using Asterisk 1.6.2.0 and I like to use escape characters with SendText, because I can just delete the message from my phone (Thomson Speedtouch ST2030) display by sending a return-char (\n). But \n is not escaped: I tried already: exten = 222, n, SendText(\n) exten = 222, n,

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-17 Thread Peter
Somewhere \n needs to be converted into utf8 new line. Asterisk should do this for you but it doesnt. Try opening the dialplan in hex mode and insert hex code for utf8 new line where the line break should be. Peter On 17 jan 2010, at 12.09, Dominik wrote: Hello, I'm using Asterisk

Re: [asterisk-users] How to escape characters in Dialplan

2010-01-17 Thread Olivier
2010/1/17 Dominik d0m1...@geekmail.de Hello, I'm using Asterisk 1.6.2.0 and I like to use escape characters with SendText, because I can just delete the message from my phone (Thomson Speedtouch ST2030) display by sending a return-char (\n). But \n is not escaped: I tried already: exten