<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
Hi,<BR>
&nbsp;<BR>
can i use avp's as a list holder? what i want to do is using avp_db_query function to get the list of routes which will be used for forwarding calls. for example<BR>
&nbsp;<BR>
avp_db_query("select route_ip from tbl_route","$avp(s:route_list)");<BR>
then<BR>
rewritehost("$avp(s:route_list)[1]");<BR>
on failure<BR>
rewritehost("$avp(s:route_list)[2]");<BR>
&nbsp;<BR>
thanks in advance<BR><br /><hr />MSN Spaces ile web günlüğünüze doğrudan e-posta gönderin. Fıkraları, fotoğrafları ve daha fazlasını karşıya yükleyin. Ücretsiz! <a href='http://clk.atdmt.com/MSN/go/msnnksac0030000001msn/direct/01/?href=http://www.imagine-msn.com/spaces' target='_new'>Ücretsiz!</a></body>
</html>