[asterisk-users] SIP peer authentication

Nomad Esst noname.esst at yahoo.com
Tue Apr 4 01:39:39 CDT 2017


I have two asterisk boxes connected via SIP protocol. I want to deploy SIP peer authentication to this connection. What is the needed configuration?I have the following configuration but changing username and secret does not affect the connection at all!


sip.conf in box 68:    [general]
    t38pt_udptl=yes,none,maxdatagram=400
    
    [p68]
    host=192.168.0.68
    type=peer
    username=test
    secret=testtest
    context=from-trunk
    qualify=yes
    insecure=port,invite
    canreinvite=no
sip.conf in box 67:    [general]
    t38pt_udptl=yes,none,maxdatagram=400
    
    [p67]
    host=192.168.0.67
    type=peer
    username=test
    secret=testtest
    context=from-trunk
    qualify=yes
    insecure=port,invite
    canreinvite=no


Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170404/30293ccd/attachment.html>


More information about the asterisk-users mailing list