Re: [Freeswitch-users] How to bridge without Answer?

2009-01-24 Thread Anthony Minessale
off the top of my head I would say in switch_ivr_originate.c and switch_ivr_bridge.c On Sat, Jan 24, 2009 at 5:59 AM, shehzad p wrote: > > Hi Anthony, > > Where I can apply such patch in code to suppress answer. > > Thanks for response. > > > Anthony Minessale-2 wrote: > > > > Daivd, > > > > I t

Re: [Freeswitch-users] How to bridge without Answer?

2009-01-24 Thread shehzad p
Hi Anthony, Where I can apply such patch in code to suppress answer. Thanks for response. Anthony Minessale-2 wrote: > > Daivd, > > I think you missed part of his question. > > You can easily choose not to answer an inbound call in FS by never > explicitly answering it. > you can call pre_a

Re: [Freeswitch-users] How to bridge without Answer?

2009-01-22 Thread Anthony Minessale
Daivd, I think you missed part of his question. You can easily choose not to answer an inbound call in FS by never explicitly answering it. you can call pre_answer instead or if you send the call to an app that requires media it's pre_answered automatically. pre_answer in FS terms is early media

Re: [Freeswitch-users] How to bridge without Answer?

2009-01-22 Thread David Knell
There's a whole bunch of reasons why you might not want to answer an inbound call: - intercept messages (e.g. "the cellphone you've called is switched off") - cost reduction on 1-800 calls, although you won't get a forward audio path from the caller until you do answer it - in one case, a compa

Re: [Freeswitch-users] How to bridge without Answer?

2009-01-22 Thread shehzad p
Thanks Anthony, There are some toll-free numbers I need to configure such that, originator does not need to charge to its users, even though they are answered on terminator side. Anthony Minessale-2 wrote: > > You can't. > > Why would you need that? Are you trying to forward inbound calls

Re: [Freeswitch-users] How to bridge without Answer? (Anthony Minessale)

2009-01-21 Thread Michael Jerris
esday, January 21, 2009 11:15 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] How to bridge without Answer? (Anthony Minessale) Hello everyone: I think what Anthony wants is (please excuse me if I'm wrong - but what I'm assuming is) a call to

Re: [Freeswitch-users] How to bridge without Answer? (Anthony Minessale)

2009-01-21 Thread Brian West
You can already do this ... its how a phone call already works. CALL A -> FS -> CALL B Call A will answer when Call B is picked up passing the answer over to Call A. /b On Jan 21, 2009, at 10:14 AM, Kareem Hamdy wrote: > Hello everyone: > >I think what Anthony wants is (please excu

Re: [Freeswitch-users] How to bridge without Answer? (Anthony Minessale)

2009-01-21 Thread Kareem Hamdy
ion/recommendation (jonathan augenstine) -- Message: 1 Date: Wed, 21 Jan 2009 07:56:51 -0600 From: Anthony Minessale Subject: Re: [Freeswitch-users] How to bridge without Answer? To: freeswitch-users@lists.freeswitch.org Message-ID:

Re: [Freeswitch-users] How to bridge without Answer?

2009-01-21 Thread Anthony Minessale
You can't. Why would you need that? Are you trying to forward inbound calls from the pstn to an ivr without answering them? That could get you in trouble FYI. On Wed, Jan 21, 2009 at 7:40 AM, shehzad p wrote: > > Hi all, > > When I dial a number from Originator Gateway, It will route to Frees

[Freeswitch-users] How to bridge without Answer?

2009-01-21 Thread shehzad p
Hi all, When I dial a number from Originator Gateway, It will route to Freeswitch Server and then FS will bridge the call to Terminator Gateway as below. Terminator Answer the call (and runs playback, and look for DTMF). |Originator Gateway|---> |FreeSwitch |--> |Term