I really have to learn to do more playing around before asking the group these questions!<br><br>Here&#39;s the solution:<br><br>Create a second SIP Security Profile (but not on port 5061, since it&#39;s reserved for secured connections...I used 5080).<br>
Create a second trunk port using this second SIP security profile. <br><br>In Asterisk, you have to have two entries in sip.conf:<br><br>[callman01]<br>type=friend<br>context=incoming<br>host=x.x.x.x<br>disallow=all<br>allow=ulaw<br>
allow=alaw<br>nat=yes<br>canreinvite=yes<br>qualify=yes<br><br>[callman02]<br>type=friend<br>context=incoming<br>host=x.x.x.x<br>disallow=all<br>allow=ulaw<br>allow=alaw<br>nat=yes<br>canreinvite=yes<br>qualify=yes<br>port=5080<br>
<br>They can both point to the same IP address.<br><br>Any needs more information just let me know.<br><br><div class="gmail_quote">On Tue, Mar 25, 2008 at 7:35 AM, Aaron Fransen &lt;<a href="mailto:aaron.fransen@gmail.com" target="_blank">aaron.fransen@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Okay, another Cisco related issue (sorry!).<br><br>Single Asterisk box at location 1.<br>Single Cisco box at location 2, however the Cisco is also the PBX for location 3 (same physical machine, calls routed via VoIP).<br>

<br>
Trying to have Asterisk be able to call EITHER Call Manager location. The single SIP trunk in CCM (version 6.1 mind you) only allows a single device pool to be selected. So configuring calls to one location...no problem. One location at a time that is.<br>


<br>If I want to be able to call the 3rd location I have to select a separate device pool and restart the trunk. Then calls to the 2nd location stop working.<br><br>Multiple trunks in CCM doesn&#39;t appear to fix the issue, and creating multiple SIP profiles isn&#39;t permitted apparently.<br>


<br>Any thoughts?<br>
</blockquote></div><br>