<BODY><P>In case of failure, i wan't to be able to forward the call to another destination. </P>
<P>I want to use an exec_dset to obtain the new number to call.</P>
<P>failure_route[1] {<BR># forwarding failed -- try again at another destination <BR>exec_dset('some script to obtain new number');<BR>&nbsp;# if this alternative destination fails too, proceed to ...&nbsp;<BR>t_relay();<BR>}<BR></P>
<P>It don't seem to work here. Is it something logical to do this ? What would be the better way ?</P>
<P>thanks</P>
<P>&nbsp;</P>
<P>&nbsp;</P></BODY>