Hi, Is it right to place IP address in form x.x.x.x in the ip_addr column of the gw tables of LCR module? When I tested using LCR module I got proxy authentication required.
Here is my new PSTN route handler:
route[5] { if (!load_gws()) { sl_send_reply ("500", "Internal Server Error! - load gw failed..."); break(); }
avp_write("i:45", "inv_timeout"); route(4); route(1); }
Thanks, Ryan