Asterisk Applications

hi all
Is there any application in asterisk through which we can know that iour call that was automatically generated by manager API is answered or not
and take further actions or playback some thing after some one aswers
thnx

Basically you make a call from manager api.
When the caller takes the call he/she gets redirected to the specifed extension
in the context of asterisk dialplan.
In that extension you can have ‘answer’ application for answering the call.
Then you can have extensions as you like for an IVR.

let me put it in another way

[quote=“umerarfi”]exten => 1000,1,Answer()
exten => 1000,2,Wait(2)
exten => 1000,3,playback(anniversiry)
exten => 1000,4,Hangup()

this is my extension.conf and this executes after manager API establishs the call, now if we want do something at the very moment when the other one has picked up the call, what can we do?

You are double posting on the forums. That is bad forum etiquette. Please refrain from that.

See this link:
forums.digium.com/viewtopic.php?t=9187

i am sorry gventr but i want to know what users and developers both thinks abt it
is it bad please guid me i am new in this forum