<p>As Kevin said, you need to define an &#39;s&#39; extension where the calls will be answered. Seems like you are using default configuration. Open file &#39;extensions.conf&#39; in /etc/asterisk folder and look for context named [default]. If it is not there, create one and add something under it, e.g.,</p>

<p>[default]<br>
exten =&gt; s,1,Verbose( - - - Call received - - - )<br>
exten =&gt; s,n,Playback(hello-world)<br>
extent =&gt; s,n,HangUp()</p>
<p>Then do a &#39;core extensions reload&#39; on Asterisk CLI. Now calling in on FXO should play the message &#39;hello-world&#39; (assuming this sound file exists in the sound folder of asterisk), and you&#39;ll see the call activity on the CLI.</p>

<p>For the rest, you need to consult chapters 5 and 6 of &#39;Asterisk-The Future of Telephony&#39; book.</p>
<p>Zeeshan A Zakaria</p>
<p>--<br>
<a href="http://www.ilovetovoip.com">www.ilovetovoip.com</a></p>
<p><blockquote type="cite">On 2010-09-15 8:59 AM, &quot;Kevin P. Fleming&quot; &lt;<a href="mailto:kpfleming@digium.com">kpfleming@digium.com</a>&gt; wrote:<br><br><p><font color="#500050">On 09/15/2010 07:20 AM, Flavio Miranda wrote:<br>
<br>&gt;   Recently I  have instaled one Digium TDM410 on my...</font></p>Right, that&#39;s what the message is telling you. For incoming calls on<br>
FXO, they can *only* be sent to the &#39;s&#39; extension in the target context,<br>
since there is no target number passed over the FXO connection. You&#39;ll<br>
have to create an &#39;s&#39; extension to handle incoming calls however you like.<br>
<br>
--<br>
Kevin P. Fleming<br>
Digium, Inc. | Director of Software Technologies<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
skype: kpfleming | jabber: <a href="mailto:kfleming@digium.com">kfleming@digium.com</a><br>
Check us out at <a href="http://www.digium.com" target="_blank">www.digium.com</a> &amp; <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</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" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></p>