What I am looking for is a variable that I can pass to an AGI Script that will tell me which of those numbers actually answered the call to extension 701. Is there such a critter?
[answeredchannel]
exten => s,1,NoOp(${CHANNEL(peername)}); The name of the peer which picked up the call
exten => s,n,AGI()
exten => s,n,Return
[/code]