[asterisk-users] Logging to /dev/ttyS0

2007-02-01 Thread Neil Tancock
Hi, I have /dev/ttyS0 set up with a serial cable so a call centre system can pick up CallerID. How can I redirect the log output of asterisk to /dev/ttyS0 or /dev/console? Many thanks, Neil safeharbour IT Ltd Your IT Department fax: 0845 867 2891 mob: 07812 114784 voip: [EMAIL PROTECTED]

Re: [asterisk-users] Logging to /dev/ttyS0

2007-02-01 Thread Luki
Hi, I have /dev/ttyS0 set up with a serial cable so a call centre system can pick up CallerID. How can I redirect the log output of asterisk to /dev/ttyS0 or /dev/console? I think you might be better off with a System() call in your dial plan such as: System(echo ${CALLERIDNUM} /dev/ttyS0)

Re: [asterisk-users] Logging to /dev/ttyS0

2007-02-01 Thread Tzafrir Cohen
On Thu, Feb 01, 2007 at 03:32:22PM -, Neil Tancock wrote: Hi, I have /dev/ttyS0 set up with a serial cable so a call centre system can pick up CallerID. How can I redirect the log output of asterisk to /dev/ttyS0 or /dev/console? If you can't simply put /dev/ttyS0 or /dev/console as a log