hi,<br>is there anyway to Answer() the caller channel after the called number pickedup the phone.<br>when an outside caller calls * system just continue ringing and not pick up the line and just dial an extension and then answer the caller channel after the called extension picked up the phone.
<br>is this possible in *?<br><br>something like this:<br><br>[incoming]<br>exten => s,1,NoOp()<br>exten => s,n,Dial(SIP/120)<br><br>i've done this but when 120 extension picks up the phone just a noise will be heard and call won't be bridged to caller channel.
<br><br>i have also used Dial(SIP/120|M(answerme)) which runs a macro with Answer() command when called party picksup but it just re-answers the called extension!!<br><br>thanks<br><br><br>