Hello<br><br>We have integrated cisco callmanager 4.1 with asterisk and we can dial from cisco to asterisk but we're getting an error if we call from asterisk to callmanager. This is the error I'm getting<br><br>anybody can help me?
<br><br>Verbosity is at least 3<br>&nbsp;&nbsp;&nbsp; -- Executing Dial(&quot;SIP/2234-e084&quot;, &quot;SIP/cme-pbx/4455&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Called cme-pbx/4455<br>&nbsp;&nbsp;&nbsp; -- SIP/cme-pbx-25ae is circuit-busy<br>&nbsp; == Everyone is busy/congested at this time (1:0/1/0)
<br>&nbsp;&nbsp;&nbsp; -- Executing Congestion(&quot;SIP/2234-e084&quot;, &quot;&quot;) in new stack<br>&nbsp; == Spawn extension (default, 4455, 2) exited non-zero on 'SIP/2234-e084'<br><br>extensions.conf<br><br>....<br><br>[cme-pbx]<br>exten =&gt; _4XXX,1,Dial(SIP/cme-pbx/${EXTEN})
<br>exten =&gt; _4XXX,2,Congestion<br><br>sip.conf<br><br>[cme-pbx]<br>type=peer<br>canreinvite=yes<br>host=XX.XX.XX.XX; This is the callmanager IP<br><br>Regards.<br>