Hi,
 
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
 
avp_db_query("select route_ip from tbl_route","$avp(s:route_list)");
then
rewritehost("$avp(s:route_list)[1]");
on failure
rewritehost("$avp(s:route_list)[2]");
 
thanks in advance
_________________________________________________________________
Live.com'u deneyin: çevrimiçi dünyanızı bir araya getirin; haberler, spor, hava 
durumu ve çok daha fazlası.
http://www.live.com/getstarted
_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to