[asterisk-users] Host 207.174.202.2 failed to authenticate as teliax

Ryan Hayward hunterotd at gmail.com
Tue Aug 8 10:33:55 MST 2006


I'm getting intermittent errors using Teliax service.


Here's an example of it:

-----
[root at localhost ~]# asterisk -r
Asterisk SVN-trunk-r39206, Copyright (C) 1999 - 2006 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type '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 'show license' for details.
=========================================================================
Connected to Asterisk SVN-trunk-r39206 currently running on localhost
(pid = 16823)
Verbosity is at least 3
localhost*CLI>

    -- Accepting AUTHENTICATED call from 207.174.202.2:
       > requested format = unknown,
       > requested prefs = (g729|ulaw|g726|gsm),
       > actual format = gsm,
       > host prefs = (gsm|ulaw),
       > priority = mine
    -- Executing [xxxxxxxxxx at teliax:1] Answer("IAX2/teliax-2", "") in new stack
    -- Executing [xxxxxxxxxx at teliax:2] BackGround("IAX2/teliax-2",
"enter-ext-of-person") in new stack
    -- Playing 'enter-ext-of-person' (language 'en')
    -- Hungup 'IAX2/teliax-2'
[Aug  8 12:24:24] NOTICE[16878]: chan_iax2.c:7143 socket_process: Host
207.174.202.2 failed to authenticate as teliax
localhost*CLI>
-----

Basically there I called the number, and I got through and heard the
"Enter the extension...".  I then turned around and immediately
redialed, at which point I got the "failed to authenticate" error
message.

This seems to resemble the problem found at
http://bugs.digium.com/bug_view_advanced_page.php?bug_id=6394, but
there's not really any suggestions as to how to fix it there.

Could anyone point me at anything to try?

Find below my iax.conf and extensions.conf.

iax.conf:

-----
[general]

register => USER:SECRET at voip-co1.teliax.com

[teliax]
context=teliax
type=friend
host=voip-co1.teliax.com
auth=md5
secret=SECRET
disallow=all
allow=gsm
allow=ulaw
-----

extensions.conf:

-----
[general]
static=yes
writeprotect=no

[teliax]
exten => 5013584196,1,Answer
exten => 5013584196,n,Background(enter-ext-of-person)
exten => 1,1,Playback(blue-eyed-polar-bear)
exten => 1,2,Goto(teliax,5013584196,1)
exten => 2,1,Playback(lyrics-louie-louie)
exten => 2,2,Goto(teliax,5013584196,1)
exten => 3,1,Hangup
-----



More information about the asterisk-users mailing list