<div class="gmail_quote">On Sat, Jul 7, 2012 at 1:48 PM, Thomas Perron <span dir="ltr">&lt;<a href="mailto:thomas.perron@gmail.com" target="_blank">thomas.perron@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
extensions.conf<br>
[globals]<br><br>;<br>;<br>[incoming]<br>;<br>;exten=&gt; s,1,Goto(125010155_incoming)<br>;<br>;[125010155_incoming]<br>exten =&gt; s,1,Answer<br>exten =&gt; s,n,Dial(SIP/<a href="tel:16175551212" value="+16175551212" target="_blank">16175551212</a>)<br>
<br><br>sip.conf<br>[general]<br>;register =&gt; <a href="http://125010155:funnytiger@sip3.voipvoip.com/125010155" target="_blank">125010155:funnytiger@sip3.voipvoip.com/125010155</a><br>
register =&gt; 125010155@sip3.voipvoip.com:f<a href="mailto:unnytiger@69.90.209.11" target="_blank">unnytiger@69.90.209.11</a><br>;<br>[incoming]<br>username=125010155<br>type=peer<br>secret=funnytiger<br>nat=auto<br>insecure=invite,port<br>

host=69.90.209.11<br>fromdomain=69.90.209.11<br>dtmfmode=rfc2833<br>context=incoming<br>allow=g729<br>allow=ulaw<br>allow=alaw<br>allow=ilbc<br>srvlookup=yes<br clear="all"></blockquote></div><br>If these are actual copy / pastes from your extensions.conf and sip.conf files, with just passwords changed, your issue probably comes from your over abundant use of semi-colons (&quot;;&quot;) at the start of several lines.  The semi-colon indicates a comment line to the asterisk parser, and thus isn&#39;t parsed.  Your only exten =&gt; line in your [incoming] context is commented out, as is the name of your [125010155_incoming] context, and your first register statement.  <br>
<br>Set the CLI verbosity to 6 (core set verbose 6) and then try to dial in again, and paste the failed output as a response to this email, and we can diagnose from there.<br><br><br>-- <br>Thanks,<br>--Warren Selby, dCAP<br>
<a href="http://www.selbytech.com" target="_blank">http://www.SelbyTech.com</a><br><br>