Hello!
Friends, tell me, please, how can i drop a call from the client, if he calls to my fixed phone 890?
I set up a DID and new in-group, put down there DROP call seconds = 0, wait time option seconds = 0 and other parameters seconds = 0, my carrier:
exten => _890,1,AGI(agi-DID_route.agi)
same => n,Hangup()
But still when dialing 890 connection is made for one second (the answer to one second).
Executing Answer(), launched agi-VDAD_ALL_inbound.agi.
This is bad, because if i "Answer" the channel, the call has been completed successfully and the caller will lose their quarter ($).
How correctly drop/kick incoming call?