<br>Running Cisco Call Manager 6.1 and Asterisk 1.4. CCM is connected to a T1, Asterisk is running strictly VoIP over the network and using CCM as the trunk.<br><br>Calls from the SIP phones connected to Asterisk work fine. They can call both external numbers and any Cisco extensions attached to CCM.<br>
<br>Calls from CCM to Asterisk fail without any notification in Asterisk (and I DID have this working at one point, but I suspect that our Telco may have pooched the config somehow, since they&#39;re in the process of connecting us to another CCM site).<br>
<br>I have verified: Media Termination point exists, Calling Search Space exists, Trunk is properly defined (uLaw 711, UDP, ip address &amp; port, etc), and a route pattern exists to take calls to the right trunk.<br><br>
The system will let me complete the dialing sequence to the Asterisk server, but as soon as I enter the last digit I get a busy signal.<br><br>Thoughts anyone?<br><br>Here&#39;s my sip.conf if that helps...<br><br>[callman]<br>
type=peer<br>context=incoming<br>insecure=very<br>host=(ip of my call manager server)<br>disallow=all<br>allow=ulaw<br>allow=alaw<br>nat=no<br>canreinvite=yes<br>qualify=yes<br><br>Thanks! Aaron<br>