Nope, asterisk does the bridging. Asterisk can talk to SIP phones and H323 gateways/phones. It can also cross connect them.<br><br>Since I have SIP users plugged into asterisk, I have a dial plan that looks something like:
<br><br>exten =&gt; 100,1,Macro(local_sip_user,SIP/bill)<br>exten =&gt; 101,1,Macro(local_sip_user,SIP/bob)<br>exten =&gt; 102,1,Macro(local_sip_user,SIP/steve)<br>exten =&gt; _XXX,1,Macro(call_ccm,${EXTEN})<br>exten =&gt; _8XXX,1,Macro(call_ccm,${EXTEN:1})
<br><br>So, if you dial 100-102, you get a sip call, but if you dial 103, it would try to dial my CCM. If you dial 8100, it would call CCM anyway.<br><br>From the cisco side, I have some similar logic. That's pretty much it.
<br><br><div><span class="gmail_quote">On 6/15/06, <b class="gmail_sendername">Cesc</b> &lt;<a href="mailto:cesc.santa@gmail.com">cesc.santa@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
So, asterisk does the bridging ... I asked on another list and the<br>answer was that asterisk could not do the job :O<br>The truth is that my setup should be fairly simple ... i do not need<br>any &quot;cool&quot; feature (voicemail and the like). I just need to call from
<br>one side to the other, for a reduced amount of users (so name mapping<br>could even be manual ... no problem).<br><br>Cesc<br><br>On 6/15/06, Gary Richardson &lt;<a href="mailto:gary.richardson@gmail.com">gary.richardson@gmail.com
</a>&gt; wrote:<br>&gt; I'm bridging a Cisco Call Manager 3.2 system (h323 only) to an asterisk SIP<br>&gt; setup. It works. There are issues, but that has more to do with Unity<br>&gt; voicemail than the h323 implementations.
<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;On 6/15/06, Cesc &lt;<a href="mailto:cesc.santa@gmail.com">cesc.santa@gmail.com</a>&gt; wrote:<br>&gt; &gt;<br>&gt;&nbsp;&nbsp;Hi,<br>&gt;<br>&gt; I am familiar with asterisk, though never actually tinkered with one
<br>&gt; myself ... so i don't know the full extent of its capabilities.<br>&gt;<br>&gt; I am facing a request to bridge a sip network and an h323 network.<br>&gt;&nbsp;&nbsp;I would like to operate the sip with ser as the proxy and some
<br>&gt; gatekeeper on the h323 side (not required though).<br>&gt; Actually, i have a few more points that may make it simpler<br>&gt; - i do not need codec negotiation: both sides are configured use<br>&gt; the same (g711 alaw) by default.
<br>&gt; - I have just a few &quot;phones&quot; on each side, so even &quot;static routing&quot;<br>&gt; can work, if that is of any help.<br>&gt; - it is not a production environment, for now. It is a demo/lab<br>&gt;<br>
&gt; The question is ... can asterisk do the job?<br>&gt;<br>&gt; Ideally, the bridge would be only signalling-wise (rtp to be direct<br>&gt; end-to-end). But, if someone had bad experience with this and would<br>&gt; recommend to use a B2BUA approach, please, tell me.
<br>&gt;<br>&gt; I don't know if it makes a difference, but most of the calls would go<br>&gt; from the H323 side to the SIP side ... but i don't really want to<br>&gt; restrict SIP-&gt;H323.<br>&gt;<br>&gt; Thanks a lot!
<br>&gt;<br>&gt; Cesc<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; Asterisk-Users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>&gt;<br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>&gt;<br>&gt; _______________________________________________
<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; Asterisk-Users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;<br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>&gt;<br>&gt;<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a>
 --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote>
</div><br>