A little bit of astcc.agi tweaking

Hi,

I just managed to install Astcc and it works fine but the problem is I dont use VOIP so there is no provider, all I need is to send the call to another exten after authentication for example

exten => 123,1,Dial(Zap/g1/5151212,10)
exten => 123,2,Hangup()

exten => 7,1,Answer
exten => 7,2,DeadAGI(astcc.agi)
exten => 7,3,Hangup

I want astcc.agi transfer the call to the exten 123 after it authenticates the user without asking for a destination number.

Please somebody help me to finalize my telephony project;)

Thanks alot