I use the dispatcher module to send the call to the callee server, so basically on the first instance I have to include another group for my dispatcher, wich will be the B2B, and when the call goes into the B2B instance use the other dispatcher group to send the call to the callee server?  I am right?<div>
<br></div><div>So code will be like this</div><div>Caller:192.168.0.1</div><div>Proxy:192.168.0.10</div><div>SBC:192.168.0.11</div><div>Callee:192.168.0.12</div><div><br></div><div>So Scenario will be like this:</div><div>
<br></div><div>Caller will send call to proxy, proxy will send the call using disptacher.list to 1<span class="Apple-tab-span" style="white-space:pre">        </span>sip:<a href="http://192.168.0.11:5060">192.168.0.11:5060</a>  wich will be the SBC</div>
<div>SBC will take the call and apply top hidding and then send the call using disptacher.list to 2<span class="Apple-tab-span" style="white-space: pre; ">        </span>sip:<a href="http://192.168.0.12:5060">192.168.0.12:5060</a></div>
<div><br></div><div>I am right?<br><br><div class="gmail_quote">On Tue, Sep 13, 2011 at 8:56 PM,  <span dir="ltr">&lt;<a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Yes.  So the B2B can share the same Subscriber database that the Proxy uses and if the callee is in that database then the B2B sends the signaling back to the Proxy after executing the b2b function.  Else the B2B sends the signaling to the PSTN after executing the b2b function.
<br><div><div></div><div class="h5">
<br>On Sep 13, 2011 7:48pm, Wilmar Campos &lt;<a href="mailto:wilmar.campos@gmail.com" target="_blank">wilmar.campos@gmail.com</a>&gt; wrote:
<br>&gt; Understood the media part!!!So when it comes to signaling, call will come from caller-&gt;proxy... proxy will send call to b2b as provider? and b2b must know were is the callee?
<br>&gt; 
<br>&gt; 
<br>&gt; Thanks,
<br>&gt; 
<br>&gt; 
<br>&gt; Wil
<br>&gt; 
<br>&gt; On Tue, Sep 13, 2011 at 8:41 PM,  <a href="mailto:duane.larson@gmail.com" target="_blank">duane.larson@gmail.com</a>&gt; wrote:
<br>&gt; 
<br>&gt; 
<br>&gt; B2B module will not handle any media.  Only Mediaproxy.  So when it comes to mediaproxy you will have this
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; Caller  Mediaproxy  Callee
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; On Sep 13, 2011 7:37pm, Wilmar Campos <a href="mailto:wilmar.campos@gmail.com" target="_blank">wilmar.campos@gmail.com</a>&gt; wrote:
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; Can you explain the media flow scenario?
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; My current scenario is:
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; Call:
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; client-&gt;proxy-&gt;final client.
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; Media:
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; Client-&gt;mediaP-&gt;Final client.
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; I want to clarify that I am taken this scenario cause I am getting RTCP statistics from the mediaP and to the final client, so I do not want to have a B2B in the middle handleling media cause it will break the RTPC that I am taken from my mediaP to the Final Client host.
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; Thanks,
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; WIll
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; On Tue, Sep 13, 2011 at 7:06 PM, Duane Larson <a href="mailto:duane.larson@gmail.com" target="_blank">duane.larson@gmail.com</a>&gt; wrote:
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; It should be client &gt; proxy &gt; b2b &gt; end point.  The proxy should do all your route logic and then pass it on to b2b.  The b2b can be on the same box as the proxy, but I went ahead and separated them.
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; On Sep 13, 2011 5:31 PM,  <a href="mailto:wilmar.campos@gmail.com" target="_blank">wilmar.campos@gmail.com</a>&gt; wrote:&gt; Hi, thanks for your response, is there any specific call flow I have to follow?
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Client- b2- proxy-end client?
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Or it can be
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Client b2b end client??
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Please point me to the right direction..
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Thanks,
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Wilmar
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Sent via BlackBerry from T-Mobile
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; -----Original Message-----
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; From: <a href="mailto:duane.larson@gmail.com" target="_blank">duane.larson@gmail.com</a>
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Sender: <a href="mailto:users-bounces@lists.opensips.org" target="_blank">users-bounces@lists.opensips.org</a>
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Date: Tue, 13 Sep 2011 22:07:38 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; To: OpenSIPS users mailling <a href="mailto:listusers@lists.opensips.org" target="_blank">listusers@lists.opensips.org</a>&gt;
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Reply-To: OpenSIPS users mailling list <a href="mailto:users@lists.opensips.org" target="_blank">users@lists.opensips.org</a>&gt;
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Subject: Re: [OpenSIPS-Users] OpenSips B2B and MediaProxy
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; _______________________________________________
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Users mailing list
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; _______________________________________________
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; Users mailing list
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; &gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; -- 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; Wilmar Campos
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; &gt;
<br>&gt; 
<br>&gt; 
<br>&gt; _______________________________________________
<br>&gt; 
<br>&gt; 
<br>&gt; Users mailing list
<br>&gt; 
<br>&gt; 
<br>&gt; <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<br>&gt; 
<br>&gt; 
<br>&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; -- 
<br>&gt; Wilmar Campos
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt;</div></div><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Wilmar Campos<br>
</div>