<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left>Unable to get our IP address, Skinny
disabled<BR>........................Illegal instruction</DIV>
<DIV dir=ltr align=left> </DIV>
<DIV dir=ltr align=left><SPAN class=593322710-12122005><FONT face=Arial
color=#0000ff size=2>It seem a processor invalid
instruction.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=593322710-12122005><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=593322710-12122005><FONT face=Arial
color=#0000ff size=2>See the Makefile, </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=593322710-12122005><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=593322710-12122005><FONT face=Arial
color=#0000ff size=2>what is you processor ? Pentium ? Amd ? a had this problem
on Soekris.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=593322710-12122005><FONT face=Arial
color=#0000ff size=2>i had change PROC=i486, i586 and
so....</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=fr dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>De :</B>
asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <B>De la part de</B> Mark
Edwards<BR><B>Envoyé :</B> lundi 12 décembre 2005 11:16<BR><B>À :</B>
talat@thespinnakers.com; Asterisk Users Mailing List - Non-Commercial
Discussion<BR><B>Objet :</B> Re: [Asterisk-Users] [helpp] Problem in
astersik<BR></FONT><BR></DIV>
<DIV></DIV>Hi.<BR><BR>First off, the illegal instruction doesn't look at all
pretty.<BR><BR>The best way to start a new installation is to start asterisk
thus:<BR><BR>/usr/sbin/asterisk -vc<BR><BR>when you get a clean start with no
fatal or significant errors, you can close it out and then start it as a daemon
<BR><BR>/usr/sbin/asterisk<BR><BR>Only then can you use "-r" to connect to the
remote console.<BR><BR>I would suggest if you are having "illegal instruction'
messages, then asterisk isn't starting cleanly, and you have a significant
compilation issue on your hands. <BR><BR>I would make sure your FC3 box is
up2date and that you are not seeing any significant compilation errors
first.<BR><BR>Once you have got things going this far, we can then look at your
dialplan...<BR><BR>cheers,<BR><BR>Mark<BR><BR>
<DIV><SPAN class=gmail_quote>On 12/12/05, <B class=gmail_sendername>Talat
Ishtiaq</B> <<A
href="mailto:talat@thespinnakers.com">talat@thespinnakers.com</A>>
wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Hi
I am very new to asterisk<BR><BR>I am facing some problems<BR>I have installed
asterisk on my fedora core 3 by tar.gz<BR>by<BR>#cd /usr/local<BR>#tar -xzvf
asterisk----.tar.gz<BR>#make<BR>#make install<BR>#make samples <BR>i made
following changes in the sip.conf and extention.conf<BR>In
sip.conf<BR>[500]<BR>context=fromsip<BR>type=friend<BR>username=500<BR>secret=shanee<BR>callerid="shanee"
<500><BR>host=dynamic<BR>nat=yes
<BR>canreinvite=no<BR>disallow=all<BR>allow=ulaw<BR>dtmfmode=info<BR>callgroup=3<BR>pickupgroup=3<BR>qualify=1000<BR><BR><BR>[501]<BR>context=fromsip<BR>type=friend<BR>username=501<BR>secret=shanee<BR>callerid="shanee"
<501>
<BR>host=dynamic<BR>nat=yes<BR>canreinvite=no<BR>disallow=all<BR>allow=ulaw<BR>dtmfmode=info<BR>callgroup=3<BR>pickupgroup=3<BR>qualify=1000<BR><BR>In
externsion.conf<BR>[fromsip]<BR>exten => s,1,Answer( )<BR>exten =>
_5XX,1,Dial(SIP/${EXTEN},100,tr) <BR>exten => h,1,Hangup<BR>exten =>
t,1,Hangup<BR>exten => i,1,Hangup<BR><BR>Then What i did is<BR>[root@test
asterisk]# asterisk -rvvv<BR>Unable to connect to remote
asterisk<BR>[root@test asterisk]# asterisk -c <BR>Asterisk 1.0.9, Copyright
(C) 1999-2004 Digium.<BR>Written by Mark Spencer <<A
href="mailto:markster@digium.com">markster@digium.com</A>><BR>=========================================================================
<BR>[ Booting...................................................Dec
10<BR>07:09:47 WARNING[865]: chan_oss.c:257 sound_thread: Read error on
sound<BR>device: Resource temporarily unavailable<BR>...........Dec 10
07:09:47 WARNING[865]: chan_mgcp.c:4050 reload_config: <BR>Unable to get our
IP address, MGCP disabled<BR>...Dec 10 07:09:47 WARNING[865]:
chan_skinny.c:2587 reload_config:<BR>Unable to get our IP address, Skinny
disabled<BR>........................Illegal instruction<BR><BR><BR><BR>I gave
these error to forum and i got reply that you should unload the<BR>mgcp and
skinny modules in the modules.conf<BR><BR>so i unload the following modules
by<BR>noload => chan_mgcp.so<BR>noload => chan_skinny.so <BR>noload
=> chan_oss.so<BR><BR><BR>[root@test asterisk]# asterisk -c<BR>Asterisk
1.0.9, Copyright (C) 1999-2004 Digium.<BR>Written by Mark Spencer <<A
href="mailto:markster@digium.com">markster@digium.com</A>><BR>=========================================================================<BR>[
Booting......................................................................................Illegal
instruction<BR>[root@test asterisk]#<BR><BR><BR>Then i try to start
it<BR>[root@test asterisk]# asterisk -rvvvv<BR>Unable to connect to remote
asterisk<BR>[root@test asterisk]#<BR><BR><BR><BR>So can you tell me why i am
having this problem and how can i solve
it<BR><BR><BR><BR>Regard<BR>Talat<BR><BR><BR><BR>_______________________________________________<BR>--Bandwidth
and Colocation provided by <A href="http://Easynews.com">Easynews.com</A>
--<BR><BR>Asterisk-Users mailing list<BR>To UNSUBSCRIBE or update options
visit:<BR> <A
href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR></BLOCKQUOTE></DIV><BR><BR
clear=all><BR>-- <BR>regards,<BR><BR>Mark P. Edwards<BR>FWD:
667917<BR></BODY></HTML>