<br><br><b>I am getting below CLI in my asterisk :</b><br><br><br>  == Manager &#39;sendcron&#39; logged off from 127.0.0.1<br>    -- Executing AGI(&quot;SIP/cc101-b7910cc0&quot;, &quot;agi://<a href="http://127.0.0.1:4577/call_log">127.0.0.1:4577/call_log</a>&quot;) in new stack<br>

    -- AGI Script agi://<a href="http://127.0.0.1:4577/call_log">127.0.0.1:4577/call_log</a> completed, returning 0<br>    -- Executing Dial(&quot;SIP/cc101-b7910cc0&quot;, &quot;SIP/Sama203/119545090201||tTor&quot;) in new stack<br>

    -- Called Sama203/119545090201<br>Sep  8 14:19:09 WARNING[2813]: chan_sip.c:9890 handle_response_invite: Forbidden - wrong password on authentication for INVITE to &#39;&quot;cc101&quot; &lt;<a href="mailto:sip%3Axxxxxxxxx@203.196.128.56">sip:xxxxxxxxx@203.196.128.56</a>&gt;;tag=as09c56cf2&#39;<br>

    -- SIP/Sama203-09fbdaa0 is circuit-busy<br>  == Everyone is busy/congested at this time (1:0/1/0)<br>    -- Executing Hangup(&quot;SIP/cc101-b7910cc0&quot;, &quot;&quot;) in new stack<br>  == Spawn extension (default, 800119545090201, 3) exited non-zero on &#39;SIP/cc101-b7910cc0&#39;<br>

    -- Executing DeadAGI(&quot;SIP/cc101-b7910cc0&quot;, &quot;agi://<a href="http://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----21-----CONGESTION----------">127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----21-----CONGESTION----------</a>&quot;) in new stack<br>

    -- AGI Script agi://<a href="http://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----21-----CONGESTION----------">127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----21-----CONGESTION----------</a> completed, returning 0<br>

  == Manager &#39;sendcron&#39; logged off from 127.0.0.1<br>    -- Executing AGI(&quot;SIP/cc101-b79017c8&quot;, &quot;agi://<a href="http://127.0.0.1:4577/call_log">127.0.0.1:4577/call_log</a>&quot;) in new stack<br>    -- AGI Script agi://<a href="http://127.0.0.1:4577/call_log">127.0.0.1:4577/call_log</a> completed, returning 0<br>

    -- Executing Dial(&quot;SIP/cc101-b79017c8&quot;, &quot;SIP/Sama203/19545090201||tTor&quot;) in new stack<br>    -- Called Sama203/19545090201<br>Sep  8 14:19:53 WARNING[2813]: chan_sip.c:9890 handle_response_invite: Forbidden - wrong password on authentication for INVITE to &#39;&quot;cc101&quot; &lt;<a href="mailto:sip%3Axxxxxxxxx@203.196.128.56">sip:xxxxxxxxx@203.196.128.56</a>&gt;;tag=as168401db&#39;<br>

    -- SIP/Sama203-09fbdaa0 is circuit-busy<br>  == Everyone is busy/congested at this time (1:0/1/0)<br>    -- Executing Hangup(&quot;SIP/cc101-b79017c8&quot;, &quot;&quot;) in new stack<br>  == Spawn extension (default, 80019545090201, 3) exited non-zero on &#39;SIP/cc101-b79017c8&#39;<br>

    -- Executing DeadAGI(&quot;SIP/cc101-b79017c8&quot;, &quot;agi://<a href="http://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----21-----CONGESTION----------">127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----21-----CONGESTION----------</a>&quot;) in new stack<br>

    -- AGI Script agi://<a href="http://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----21-----CONGESTION----------">127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----21-----CONGESTION----------</a> completed, returning 0<br>

<br><br>My sip settings are :<br><br>[Sama203]<br>type=peer<br>username=xxxxxxxx<br>fromuser=xxxxxxxx<br>authuser=xxxxxxxx<br>secret=xxxxx<br>host=203.xxx.xxx.56<br>fromdomain=203.xxx.xxx.56<br>nat=no<br>canreinvite=yes<br>

insecure=very<br>disallow=all<br>allow=g729<br>context=default<br>dtmfmode=rfc2833<br><br><br>It happens when I add 2 SIP in single asterisk server. 1.2.30.2 <br><br>If I remove one, I dont get this error.<br><br>Anyway to find out , what password asterisk recieves when I use Sama203 ?<br>

<br><br>