[Asterisk-Users] Asking for phone number to dial

2006-06-23 Thread Don
Does anyone know where to find an example or able to provide an example of how to do the following: When asterisk answers a call... Ask for number to dial...then dial that number? I am basically dialing into the asterisk box and then wanting it to take the digits I enter and dial them on an

RE: [Asterisk-Users] Asking for phone number to dial

2006-06-23 Thread T. Shaw
Isn't that what the Background() application does? [EMAIL PROTECTED] blah... From: Don [EMAIL PROTECTED] Reply-To: Asterisk Users Mailing List - Non-Commercial Discussionasterisk-users@lists.digium.com To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asking for phone

Re: [Asterisk-Users] Asking for phone number to dial

2006-06-23 Thread Anthony Cennami
You want to use DISA: http://www.voip-info.org/wiki-Asterisk+cmd+DISAOr, you can do it with something like:exten=_,1,Answer()exten=_,n,Wait(1)

Re: [Asterisk-Users] Asking for phone number to dial

2006-06-23 Thread Don
] To: asterisk-users@lists.digium.com Sent: Friday, June 23, 2006 5:19 PM Subject: RE: [Asterisk-Users] Asking for phone number to dial Isn't that what the Background() application does? [EMAIL PROTECTED] blah... From: Don [EMAIL PROTECTED] Reply-To: Asterisk Users Mailing List - Non-Commercial

RE: [Asterisk-Users] Asking for phone number to dial

2006-06-23 Thread Tim Sharp
Subject: Re: [Asterisk-Users] Asking for phone number to dial background just accepts input while other sounds...etc...are being played... instead of waiting for something to end and then accept input. It doesn't store the number...etc...then add it to dial command for a zap channel

RE: [Asterisk-Users] Asking for phone number to dial

2006-06-23 Thread undrhil . 1528785
To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Asking for phone number to dial background just accepts input while other sounds...etc...are being played... instead of waiting for something to end and then accept input. It doesn't store

RE: [Asterisk-Users] Asking for phone number to dial

2006-06-23 Thread undrhil . 1528785
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Don Sent: Friday, June 23, 2006 5:29 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Asking for phone number to dial background just accepts input while other sounds...etc

Re: [Asterisk-Users] Asking for phone number to dial

2006-06-23 Thread Anthony Cennami
-users@lists.digium.com Sent: Friday, June 23, 2006 5:19PM Subject: RE: [Asterisk-Users] Asking for phone number to dial Isn't that what the Background() application does? [EMAIL PROTECTED] blah... From:Don [EMAIL PROTECTED] Reply-To: Asterisk Users Mailing List - Non-Commercial

Re: [Asterisk-Users] Asking for phone number to dial

2006-06-23 Thread Anthony Cennami
Discussion Subject: Re: [Asterisk-Users]Asking for phone number to dial background just accepts input whileother sounds...etc...are being played... instead of waiting for somethingto end and then accept input. It doesn't store the number...etc...then add it to dial command for a zap channel

Re: [Asterisk-Users] Asking for phone number to dial

2006-06-23 Thread John Millican
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Don Sent: Friday, June 23, 2006 5:29 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Asking for phone number to dial background just accepts

Re: [Asterisk-Users] Asking for phone number to dial

2006-06-23 Thread Don
Message - From: John Millican [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Friday, June 23, 2006 6:27 PM Subject: Re: [Asterisk-Users] Asking for phone number to dial Instead of Background() use Read(). this will allow