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, SendText("\n")
exten => 222, n, SendText('\n')
exten => 222, n, SendText(`\n`)


So how can I use escape characters in dialplan?


TIA,
Dominik




-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to