If C1 dials S1 and then S1 dials S2 to transfer the call then S1 still
remains in the loop till the call is finished. What I wanted to do is
to reduce the number of calls on S1, so as soon as S1 receives a call
from C1 it redirects the call to S2 using 'Transfer' application and
exits from the loop, the call should now be handled by S2

On Thu, Oct 11, 2012 at 7:22 PM, Danny Nicholas <[email protected]> wrote:
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Deepesh D
> Sent: Thursday, October 11, 2012 8:48 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] How to use 'Transfer' to send calls to another
> asterisk?
>
> I am able to register S1 as a peer in S2 and dial from S1 to S2, but this is
> not my requirement. I want to dial from C1 into S1 and S1 should redirect
> the call to S2.
>
> I am trying to do a load balancing setup between S1 and S2. S1 will be
> primary server which accepts all calls and then based on some conditions
> redirect some calls to S2
>
> --
>
> My point in asking is that a transfer (in general, and specifically in this
> case) is a redial.  If A dials B and B transfers to C, two dials occur; A->B
> to get to Asterisk, then B->C within Asterisk.  So when you call from C1 to
> S1 and then S1 calls S2, it should look the same as if there were one call
> from S1 to S2.
>
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to