On Fri, Dec 02, 2005 at 09:32:35AM +0800, Marcus Deluigi (intern) wrote: > > Hi! > > I downloaded asterisk 1.2.0 and compiled it myself. > The default behaviour is that calling 'asterisk' will return the prompt > and calling 'asterisk -v' is returning the CLI. > > I want to run asterisk within screen, however '/usr/bin/screen -L > /usr/sbin/asterisk -v' outputs: > [screen is terminating]
Maybe you can get more details using strace: /usr/bin/screen -L strace -f -o /tmp/trace /usr/sbin/asterisk -v > and I have no screen session running and I also have no asterisk CLI to > connect to. > > I can't explain the behaviour and the screenlog is empty. permissions? If that is what you suspect, strace the whole screen session. -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafrir.org.il | | a Mutt's [EMAIL PROTECTED] | | best ICQ# 16849755 | | friend _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
