[asterisk-bugs] [JIRA] (ASTERISK-29653) Failed Authentication on Device (Invite Request)

Joshua C. Colp (JIRA) noreply at issues.asterisk.org
Tue Sep 14 06:24:33 CDT 2021


    [ https://issues.asterisk.org/jira/browse/ASTERISK-29653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=256293#comment-256293 ] 

Joshua C. Colp commented on ASTERISK-29653:
-------------------------------------------

We appreciate the difficulties you are facing, however this does not appear to be a bug report and your request or comments would be better served in a different forum.

The Asterisk community provides support over IRC, mailing lists, and forums as described at http://asterisk.org/community. The Asterisk issue tracker is used specifically to track issues concerning bugs and documentation errors.

Please see the Asterisk Issue Guidelines [1] for instruction on the intended use of the Asterisk issue tracker.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines



> Failed Authentication on Device (Invite Request)
> ------------------------------------------------
>
>                 Key: ASTERISK-29653
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29653
>             Project: Asterisk
>          Issue Type: Information Request
>      Security Level: None
>          Components: . I did not set the category correctly.
>    Affects Versions: 11.10.1
>         Environment: Ubuntu for Asterisk
> Mitel  AXS5000 5.3 and Mitel AXS5000 6.5 
>            Reporter: frederic launay
>            Severity: Blocker
>              Labels: security
>
> I configure 2 IPBX Mitel with a SIP trunk without registration
> Mitel 1 : AXS5000 (5.3) no md5 function
> Mitel 2 : AXS5000 (6.5) MD5 function
> I can have a call from Asterisk To Mitel 1 and from MItel 1 to Asterisk
> I can have a call from Asterisk to Mitel 2 but I have an error when I try a call from Mitel 2 to Asterisk.
> Invite <-> Unauthorized
> Invite <-> Forbidden
> 403 - Forbidden :  Failed to authenticate device <sip:549512200 at 192.168.41.1> 
> Please I don't want to use insecure=invite even if it solves the problem. I wish to understand why It does not authenticate
> sip.conf
> [general]
> context=public;
> dtmfmode=rfc2833
> allowsubscribe=yes
> [test] %Softphone registered on Asterisk
> type=friend
> host=dynamic
> secret=0000
> context=test
> [549510000] (MITEL 2)
> type=peer
> md5secret=gtrnet
> context=public
> host=192.168.41.1
> [549570000] (MITEL1)
> type=peer
> secret=gtrnet
> context=public
> host=192.168.47.1
> extensions.conf
> [test]
> exten => 2007,1,Dial(SIP/549570000/...)
> exten => 2001,1,Dial(SIP/549510000/...)
> include => public
> [public]
> exten => _+3354951XXXX,1,Dial(SIP/549510000/...)
> exten => _054951XXXX,1,Dial(SIP/549510000/...)
> exten => _+3354957XXXX,1,Dial(SIP/549570000/...})
> exten => _054957XXXX,1,Dial(SIP/549570000/...)
> exten => _+33549000000,1,Dial(SIP/test)
> I was believe that peer authenticate on IP address but for Mitel2 I have an error for authentication response.
> Thank's to explain me how to solve the problem without using insecure=invite.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list