On Thu, 2013-08-01 at 17:08 -0400, Rob Landry wrote:
> One of my clients has an ISDN line. I'm trying to get Rivendell to talk to 
> an ADTRAN box via a serial port, and so far have had no luck.
> 
> I need to send the string "!P{0x0d}D19017536832{0x0d}" to the ADTRAN, 
> and I thought to do it as two commands:
> 
> SO 1 !P!

As a guess you could try escaping the non ascii characters.
SO 1 \!P!

Or maybe Fred could mod the code so that the ! only acts as a delimiter
when it is the last character on the line.

Gary.


_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to