Dear All I installed a Digium card TE405P with zaptel and its running successfully with no alarms, but asterisk is not running . Any one have a cure or advice 03:09.0 Communication controller: Digium, Inc. Wildcard TE405P quad-span T1/E1/J1 card 5.0V (rev 02) Nov 14 07:56:58 localhost kernel: wct4xxp: Clearing yellow alarm on span 2 Nov 14 07:56:58 localhost kernel: wct4xxp: Clearing yellow alarm on span 1 Nov 14 07:56:58 localhost kernel: Zaptel: Master changed to TE4/0/1 [root at localhost ~]# asterisk -rvvvvc Asterisk 1.4.22, Copyright (C) 1999 - 2008 Digium, Inc. and others. Created by Mark Spencer <markster at digium.com> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details. This is free software, with components licensed under the GNU General Public License version 2 and other licenses; you are welcome to redistribute it under certain conditions. Type 'core show license' for details. ======================================================================== == Parsing '/etc/asterisk/asterisk.conf': Found == Parsing '/etc/asterisk/extconfig.conf': Parsing /etc/asterisk/extconfig.conf Found Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?) Regards ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of Xplorium. Any views expressed by an individual in this electronic message do not necessarily reflect views of Xplorium or its subsidiaries and associates. This electronic message and its attachments are solely addressed to the addressee(s), and contain confidential information protected from disclosure belonging to Xplorium. If you are not the intended addressee of this electronic message and its attachments, kindly delete it immediately from your system and notify the sender by electronic mail. You must not copy this message or attachment or disclose its content to any other person. Xplorium does not guarantee the integrity of this electronic message and any of its attachments, or that they are free from computer viruses or other defects.. ********************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081114/ef49c6b3/attachment-0001.htm
On Fri, Nov 14, 2008 at 7:59 AM, Khaled Chehab <Kchehab at xplorium.com> wrote:> > > Dear All > > I installed a Digium card TE405P with zaptel and its running successfully > with no alarms, but asterisk is not running . > > Any one have a cure or advice > > > > 03:09.0 Communication controller: Digium, Inc. Wildcard TE405P quad-span > T1/E1/J1 card 5.0V (rev 02) > > Nov 14 07:56:58 localhost kernel: wct4xxp: Clearing yellow alarm on span 2 > > Nov 14 07:56:58 localhost kernel: wct4xxp: Clearing yellow alarm on span 1 > > Nov 14 07:56:58 localhost kernel: Zaptel: Master changed to TE4/0/1 > > > > > > [root at localhost ~]# asterisk -rvvvvc > > Asterisk 1.4.22, Copyright (C) 1999 - 2008 Digium, Inc. and others. > > Created by Mark Spencer <markster at digium.com> > > Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for > details. > > This is free software, with components licensed under the GNU General > Public > > License version 2 and other licenses; you are welcome to redistribute it > under > > certain conditions. Type 'core show license' for details. > > ========================================================================> > == Parsing '/etc/asterisk/asterisk.conf': Found > > == Parsing '/etc/asterisk/extconfig.conf': Parsing > /etc/asterisk/extconfig.conf > > Found > > Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl > exist?) > > > > Regards >Try starting Asterisk like this "asterisk -vvvvvvvvvvvgc" the -r is trying to "reconnect" to an existing Asterisk console, so if it is not running, you get what you got. I usually either start asterisk using the "safe_asterisk" script since it will restart Asterisk if it crashes "normally" and also creates a core dump. Then to attach the Asterisk cli, type "Asterisk -r" and then "core set verbose 15" or whatever. That way you can type exit, and drop out of the Asterisk CLI back to the Linux cli easily. -- Thanks, Steve Totaro +18887771888 (Toll Free) +12409381212 (Cell) +12024369784 (Skype) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081114/05ab1443/attachment.htm
On Fri, Nov 14, 2008 at 6:29 PM, Khaled Chehab <Kchehab at xplorium.com> wrote:> > > Dear All > > I installed a Digium card TE405P with zaptel and its running successfully > with no alarms, but asterisk is not running . > > Any one have a cure or advice > > > > 03:09.0 Communication controller: Digium, Inc. Wildcard TE405P quad-span > T1/E1/J1 card 5.0V (rev 02) > > Nov 14 07:56:58 localhost kernel: wct4xxp: Clearing yellow alarm on span 2 > > Nov 14 07:56:58 localhost kernel: wct4xxp: Clearing yellow alarm on span 1 > > Nov 14 07:56:58 localhost kernel: Zaptel: Master changed to TE4/0/1 > > > > > > [root at localhost ~]# asterisk -rvvvvc > > Asterisk 1.4.22, Copyright (C) 1999 - 2008 Digium, Inc. and others. > > Created by Mark Spencer <markster at digium.com> > > Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for > details. > > This is free software, with components licensed under the GNU General > Public > > License version 2 and other licenses; you are welcome to redistribute it > under > > certain conditions. Type 'core show license' for details. > > ========================================================================> > == Parsing '/etc/asterisk/asterisk.conf': Found > > == Parsing '/etc/asterisk/extconfig.conf': Parsing > /etc/asterisk/extconfig.conf > > Found > > Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl > exist?) >It says asterisk is not running, try running the following command 'asterisk -vvvvgc' and see what happens. Also you need to use '-r' option only to connect to an asterisk instance that is already running not to start asterisk. Godson Gera http://godson.in -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081114/4bc1aac5/attachment.htm
On Fri, Nov 14, 2008 at 9:27 AM, Tony Mountifield <tony at softins.clara.co.uk>wrote:> In article <01d201c94660$ea77e320$bf67a960$@com>, > Khaled Chehab <Kchehab at Xplorium.com> wrote: > > > > Dear All > > > > I tried to stop asterisk and start it with debugging ,kindly heck the > > results > > Hi Khaled, > > There is not nearly enough information in your message for anyone to > suggest what might be wrong. > > Please have a look at http://www.catb.org/~esr/faqs/smart-questions.html<http://www.catb.org/%7Eesr/faqs/smart-questions.html> > > Read it through completely, and it will give you a much better idea how > to find help here successfully. > > Cheers > Tony > -- > Tony Mountifield > Work: tony at softins.co.uk - http://www.softins.co.uk > Play: tony at mountifield.org - http://tony.mountifield.org > >When you are finished digesting the info in the very helpful link that Tony provided, do exactly this. "asterisk -vvvvvvvvvvvvvvvvvvvvvvvvvv" Copy and paste the last few lines while Asterisk is starting that will contain an error such as "could not load module X". -- Thanks, Steve Totaro +18887771888 (Toll Free) +12409381212 (Cell) +12024369784 (Skype) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081114/58c1be33/attachment.htm