from dialplan’s DIAL command, if I am calling an extension…how to know when its answered… because we know If the call is answered before the timeout, the channels are bridged and the dialplan is
done. If the destination simply does not answer, is busy, or is otherwise unavailable, Asterisk will set a variable called DIALSTATUS and then continue on with the next priority in the extension. BUT how to set status to answered in our DB rather than wait til the call is done
thanks