Re: [asterisk-users] How Can I configure the between call oneside IVR

2012-01-16 Thread mahesh katta
Best Regards,
ahesh Katta


On Mon, Jan 16, 2012 at 9:57 PM, Danny Nicholas  wrote:

> I would do it something like this
>
> [ivrandreturn]
>
> Exten => s,1,playback(message)
>
> Exten => s,n,waitexten(5)
>
> Exten => 1,1,noop(stuff for press 1)
>
> Exten => 1,n,dial(SIP/A)
>
> Exten => 2,1,noop(stuff for press 2)
>
> Exten => 2,n,dial(SIP/A)
>
> ** **
>
> In real life SIP/A would be something like SIP/${ARG1} where ARG1 is the
> extension for A.  
>
> **
>
In this scenario  "A" does not HOLD, its Disconnect, I need it should be
hold. it should be in conference.

>  **
>
> ** **
>
> *From:* asterisk-users-boun...@lists.digium.com [mailto:
> asterisk-users-boun...@lists.digium.com] *On Behalf Of *mahesh katta
> *Sent:* Monday, January 16, 2012 10:21 AM
>
> *To:* Asterisk Users Mailing List - Non-Commercial Discussion
> *Subject:* Re: [asterisk-users] How Can I configure the between call
> oneside IVR
>
> ** **
>
> I was tried it but its not going.. with same
> Best Regards,
>
> Mahesh Katta
>
> On Mon, Jan 16, 2012 at 9:32 PM, Danny Nicholas  wrote:
> 
>
> A should transfer C to a local channel that plays the IVR then returns the
> call to A.
>
>  
>
> *From:* asterisk-users-boun...@lists.digium.com [mailto:
> asterisk-users-boun...@lists.digium.com] *On Behalf Of *mahesh katta
> *Sent:* Monday, January 16, 2012 9:56 AM
> *To:* Asterisk Users Mailing List - Non-Commercial Discussion
> *Subject:* [asterisk-users] How Can I configure the between call oneside
> IVR
>
>  
>
> Hi list,
>
> how we can configure between call add the IVR.
> My scenarios is
> "A" get the incomming call from "C".In between them I need to one side IVR
> play for "C", "C" enter the some DTMF inputs and "A" should be on hold.
> after finish "C" input will complete again they want talk each other .This
> is the scenario.
>
> Can anybody help to me how can I add this IVR in between those call,
> and how my asterisk will detect the DTMF input
>
>
> Best Regards,
>
> Mahesh Katta
>
>
> --
> _
> -- 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
>
--
_
-- 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

Re: [asterisk-users] How Can I configure the between call oneside IVR

2012-01-16 Thread Danny Nicholas
I would do it something like this

[ivrandreturn]

Exten => s,1,playback(message)

Exten => s,n,waitexten(5)

Exten => 1,1,noop(stuff for press 1)

Exten => 1,n,dial(SIP/A)

Exten => 2,1,noop(stuff for press 2)

Exten => 2,n,dial(SIP/A)

 

In real life SIP/A would be something like SIP/${ARG1} where ARG1 is the
extension for A.  

 

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of mahesh katta
Sent: Monday, January 16, 2012 10:21 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] How Can I configure the between call oneside
IVR

 

I was tried it but its not going.. with same
Best Regards, 

Mahesh Katta

On Mon, Jan 16, 2012 at 9:32 PM, Danny Nicholas  wrote:

A should transfer C to a local channel that plays the IVR then returns the
call to A.

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of mahesh katta
Sent: Monday, January 16, 2012 9:56 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] How Can I configure the between call oneside IVR

 

Hi list,

how we can configure between call add the IVR.
My scenarios is 
"A" get the incomming call from "C".In between them I need to one side IVR
play for "C", "C" enter the some DTMF inputs and "A" should be on hold.
after finish "C" input will complete again they want talk each other .This
is the scenario.

Can anybody help to me how can I add this IVR in between those call, and
how my asterisk will detect the DTMF input


Best Regards, 

Mahesh Katta


--
_
-- 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

Re: [asterisk-users] How Can I configure the between call oneside IVR

2012-01-16 Thread mahesh katta
I was tried it but its not going.. with same
Best Regards,

Mahesh Katta

On Mon, Jan 16, 2012 at 9:32 PM, Danny Nicholas  wrote:

> A should transfer C to a local channel that plays the IVR then returns the
> call to A.
>
> ** **
>
> *From:* asterisk-users-boun...@lists.digium.com [mailto:
> asterisk-users-boun...@lists.digium.com] *On Behalf Of *mahesh katta
> *Sent:* Monday, January 16, 2012 9:56 AM
> *To:* Asterisk Users Mailing List - Non-Commercial Discussion
> *Subject:* [asterisk-users] How Can I configure the between call oneside
> IVR
>
> ** **
>
> Hi list,
>
> how we can configure between call add the IVR.
> My scenarios is
> "A" get the incomming call from "C".In between them I need to one side IVR
> play for "C", "C" enter the some DTMF inputs and "A" should be on hold.
> after finish "C" input will complete again they want talk each other .This
> is the scenario.
>
> Can anybody help to me how can I add this IVR in between those call,
> and how my asterisk will detect the DTMF input
>
>
> Best Regards,
>
> Mahesh Katta
>
> --
> _
> -- 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

Re: [asterisk-users] How Can I configure the between call oneside IVR

2012-01-16 Thread Danny Nicholas
A should transfer C to a local channel that plays the IVR then returns the
call to A.

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of mahesh katta
Sent: Monday, January 16, 2012 9:56 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] How Can I configure the between call oneside IVR

 

Hi list,

how we can configure between call add the IVR.
My scenarios is 
"A" get the incomming call from "C".In between them I need to one side IVR
play for "C", "C" enter the some DTMF inputs and "A" should be on hold.
after finish "C" input will complete again they want talk each other .This
is the scenario.

Can anybody help to me how can I add this IVR in between those call, and
how my asterisk will detect the DTMF input


Best Regards, 

Mahesh Katta

--
_
-- 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

[asterisk-users] How Can I configure the between call oneside IVR

2012-01-16 Thread mahesh katta
Hi list,

how we can configure between call add the IVR.
My scenarios is
"A" get the incomming call from "C".In between them I need to one side IVR
play for "C", "C" enter the some DTMF inputs and "A" should be on hold.
after finish "C" input will complete again they want talk each other .This
is the scenario.

Can anybody help to me how can I add this IVR in between those call,
and how my asterisk will detect the DTMF input


Best Regards,

Mahesh Katta
--
_
-- 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