At 16:17 08/01/2008 -0500, John Novack wrote: >-r is a remote console when it is running and you have exited with ! to >run a command >-c starts with the CLI to the console & runs in the background
Stupid me :-/ I'm so used to having Asterisk running in the background, that I used -r instead of -c. There was an error in /etc/asterisk/zapata.conf that prevented Asterisk from loading the file. It's OK now. ========== # asterisk -vvvvvvc [...] [chan_misdn.so] => (Channel driver for mISDN Support (Bri/Pri)) Jan 8 21:38:09 ERROR[1954]: chan_misdn.c:4199 load_module: Unable to initialize mISDN [chan_zap.so] => (Zapata Telephony w/PRI) == Parsing '/etc/asterisk/zapata.conf': Found Jan 8 21:38:09 WARNING[1954]: config.c:501 process_text_line: parse error: No category context for line 1 of /etc/asterisk/zapata.conf Jan 8 21:38:09 ERROR[1954]: chan_zap.c:10335 setup_zap: Unable to load config zapata.conf Jan 8 21:38:09 WARNING[1954]: loader.c:415 __load_resource: chan_zap.so: load_module failed, returning -1 Jan 8 21:38:09 WARNING[1954]: loader.c:555 load_modules: Loading module chan_zap.so failed! ========== BTW, where do we tell Asterisk what modules to load? While I need wctdm/wcfox which is missing, I don't need the ISDN stuff. Also, how do I re-start Asterisk in non-console mode? Safe_asterisk does something funny: ========== # safe_asterisk # ps [...] 2021 root 532 S /bin/sh /usr/sbin/safe_asterisk 2027 root 4404 R /usr/sbin/asterisk -f -vvvg -c 2030 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2032 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2033 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2034 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2035 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2036 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2037 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2038 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2039 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2040 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2041 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2042 root 4404 S /usr/sbin/asterisk -f -vvvg -c 2043 root 368 R ps ========== Why all the processes? Apparently, there is no documentation on www.astlinux.org, and what's available at www.voip-info.org/wiki/view/AstLinux is pretty thin. Are there other locations I should go instead of bothering you guys? Thanks. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
