What happens when you do "stop now" like the error states? Sean -----Original Message----- From: Ryan Parlee [mailto:listbox@jesca.com] Sent: Saturday, April 03, 2004 9:56 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Unabled to exit console No matter what I try, Asterisk won't let me out of the console. If I CTRL+C, of course, the process will terminate. I started asterisk like so: /usr/sbin/asterisk -vvvvgc and here's what I get when I 'exit': *CLI> exit The QUIT and EXIT commands may no longer be used to shutdown the PBX. Please use STOP NOW instead, if you wish to shutdown the PBX. *CLI> *CLI> CTRL+D doesn't work either. What's going on? I am getting a bunch of these: Apr 3 20:06:08 WARNING[6151]: chan_sip.c:5632 sipsock_read: Recv error: Resource temporarily unavailable Apr 3 20:06:08 WARNING[6151]: chan_sip.c:5632 sipsock_read: Recv error: Resource temporarily unavailable Apr 3 20:06:09 WARNING[6151]: chan_sip.c:5632 sipsock_read: Recv error: Resource temporarily unavailable Apr 3 20:06:10 WARNING[6151]: chan_sip.c:5632 sipsock_read: Recv error: Resource temporarily unavailable Apr 3 20:06:11 WARNING[6151]: chan_sip.c:5632 sipsock_read: Recv error: Resource temporarily unavailable Apr 3 20:06:15 WARNING[6151]: chan_sip.c:5632 sipsock_read: Recv error: Resource temporarily unavailable Here's what I get wtih CTRL+D *CLI> *CLI> ^D Use STOP NOW to shutdown Asterisk *CLI> Thanks in advance! -Ryan _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
just do -vvvvvvvr -----Original Message----- From: Ryan Parlee [mailto:listbox@jesca.com] Sent: Saturday, April 03, 2004 11:39 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Unabled to exit console Okay, but if I do /usr/sbin/asterisk Then when I connect, using -r I don't get debugging information. Isn't there a way to make asterisk deamonized and still get the -vvvv stuff when you reconnect? Thanks, Ryan -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Jeremy Bogan Sent: Saturday, April 03, 2004 9:26 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Unabled to exit console> No matter what I try, Asterisk won't let me out of the console. If I > CTRL+C, of course, the process will terminate. > > I started asterisk like so: > > /usr/sbin/asterisk -vvvvgcLooks like Asterisk wasn't started as a daemon. Just run /usr/sbin/asterisk. Then to connect to asterisk run /usr/sbin/asterisk -r. You should then be able to exit out of it and Asterisk will continue to run. -- jeremy bogan [ jeremy@segpub.com.au ] segment publishing - design.develop.host _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users