<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1491287541195_3378" dir="ltr">I have two asterisk boxes connected via SIP protocol. I want to deploy SIP peer authentication to this connection. What is the needed configuration?</div><div dir="ltr">I have the following configuration but changing username and secret does not affect the connection at all!<br></div><div id="yui_3_16_0_ym19_1_1491287541195_3474" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1491287541195_3481" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1491287541195_3473" dir="ltr">sip.conf in box 68:</div><pre id="yui_3_16_0_ym19_1_1491287541195_3418" style="min-height:168px;">    [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</pre><div id="yui_3_16_0_ym19_1_1491287541195_3436" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1491287541195_3542" dir="ltr">sip.conf in box 67:</div><pre id="yui_3_16_0_ym19_1_1491287541195_3403" style="min-height:168px;">    [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<br><br><br>Thanks in advance<br></pre></div></body></html>