Re: [asterisk-users] AGI answering the channel even though I neverasked it to

2007-08-14 Thread Daryl G. Jurbala
On Aug 13, 2007, at 4:37 PM, Martin Smith wrote:

 See
 http://www.asterisk.org/doxygen/1.4/ 
 res__agi_8c.html#c631d48f46d51d4b057
 b31807baa1f10

 The AGI application will answer the channel if it isn't already
 answered.

 You probably need to do whatever you want to do in the dialplan, and
 keep using DeadAGI.


Excellent information.  That's what I spent an hour or so  
unsuccessfully looking for ;)

Thank you very much.

Now I just have to figure out how to do a database lookup without  
answering the channel, as that seems to indicate that the AGI is  
going to answer regardless of whether a play progress tones or not  
from the AGI.
Daryl

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] AGI answering the channel even though I neverasked it to

2007-08-13 Thread Martin Smith
Hello Daryl,

See
http://www.asterisk.org/doxygen/1.4/res__agi_8c.html#c631d48f46d51d4b057
b31807baa1f10

The AGI application will answer the channel if it isn't already
answered.

You probably need to do whatever you want to do in the dialplan, and
keep using DeadAGI.

Martin Smith, Systems Developer
[EMAIL PROTECTED]
Bureau of Economic and Business Research
University of Florida
(352) 392-0171 Ext. 221 

 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Daryl G. Jurbala
 Sent: Monday, August 13, 2007 4:25 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [asterisk-users] AGI answering the channel even 
 though I neverasked it to
 
 I am working on a call-back solution where the initiating 
 call should  
 never be answered.
 
 I was doing this simply through the dial plan, sending a progress  
 tone, and then dumping the channel, and firing off a DeadAGI which  
 created a call file to make the callback.
 
 Now I've tried extending this so that an AGI is fired first to check  
 for things - like no inbound ANI - and play a DIFFERENT 
 progress tone  
 for that situation.  It appears that every since I've done that,  
 Asterisk is answering the channel.  I don't have an Answer 
 command in  
 my dialplan or AGI.  Is this something that will 
 automagically happen  
 whether I want it to or not?  If so, I'm going to have to do some  
 ugly dial plan scripting to make this work.
 
 In case it matters, this is a PHP AGI.
 
 Thanks,
 Daryl
 
 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 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--

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