On Sat, Jul 7, 2012 at 1:48 PM, Thomas Perron <thomas.per...@gmail.com>wrote:

> extensions.conf
> [globals]
>
> ;
> ;
> [incoming]
> ;
> ;exten=> s,1,Goto(125010155_incoming)
> ;
> ;[125010155_incoming]
> exten => s,1,Answer
> exten => s,n,Dial(SIP/16175551212)
>
>
> sip.conf
> [general]
> ;register => 125010155:funnyti...@sip3.voipvoip.com/125010155
> register => 125010...@sip3.voipvoip.com:funnytiger@69.90.209.11
> ;
> [incoming]
> username=125010155
> type=peer
> secret=funnytiger
> nat=auto
> insecure=invite,port
> host=69.90.209.11
> fromdomain=69.90.209.11
> dtmfmode=rfc2833
> context=incoming
> allow=g729
> allow=ulaw
> allow=alaw
> allow=ilbc
> srvlookup=yes
>

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 (";") at the start of several lines.  The
semi-colon indicates a comment line to the asterisk parser, and thus isn't
parsed.  Your only exten => line in your [incoming] context is commented
out, as is the name of your [125010155_incoming] context, and your first
register statement.

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.


-- 
Thanks,
--Warren Selby, dCAP
http://www.SelbyTech.com <http://www.selbytech.com>
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to