Hi list,<br><br>I am new with openser configuration, as of now i have only one gateway directly terminated on USA (PSTN) :<br>- is it possible to use the LCR module w/c is base on prefix i enter in gw table route base on my priority? (for now is same priority)
<br><br>here is my initial config for mysql gw and lcr table :<br># GW Table<br><br># gw_name | grp_id | ip-addr | port | uri_scheme | transport | prefix<br>insert into gw values('gw1',1,4563720857,5060,NULL,1,'1001');<br>
insert into gw values('gw2',2,4563720857,5060,NULL,1,'1003');<br><br># LCR Table<br># prefix | from_uri | grp_id | priority<br>insert into lcr values('1001','%',1,1);<br>insert into lcr values('1003','%',2,1);<br><br>Regards,
<br>remesitao<br><br><br>