Been cutting my teeth on Mod_LCR today with inter/intra state costs and have run into a little issue that I am sure one of the refined experts can help with.<br><br>Now if I have a rate list that is like:<br><br>NPANXX,INTERSTATE,INTRASTATE<br>
212203,0.00738,0.00716<br>...<br>203302,0.00604,0.00716<br><br>I assume I should load the INTRASTATE into the intrastate_rate MySQL field (of course).... and would I then load the INTERSTATE into the rate field?  What do I do about the intralata_rate field?<br>
<br>If I leave intralata_rate 0 or NULL, then LCR fails.  I only want to rate on inter/intra-state and not on LATA.  If tried setting the intralata_rate to be the same as the interstate_rate which works fine in most examples, but with the above data (one number being in NY and the other in CT) the LCR selects an intralata rate instead of an interstate rate, due to the common lata (though the states are different).<br>
<br>How can I get Mod_LCR to rate only by state?  I am just playing with the LCR command in CLI and not in the dialplan yet.<br><br>Thanks.<br><br>AF.<br>