[Freeswitch-users] mod_lcr for a-z rates

Mathieu Rene mrene_lists at avgs.ca
Tue Jun 9 21:21:48 PDT 2009


If we look at the message again,
(`fs_lcr/lcr`, CONSTRAINT `carrier_id` FOREIGN KEY (`carrier_id`)  
REFERENCES `carriers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)
And put it into words:
The contrainst names fs_lcr/lcr affecting field carrier_id, and  
referencing the id field of the carriers table, fails.
In other words, the value you have for carrier_id does not match any  
value of id in the carriers table.

Math

On 10-Jun-09, at 12:13 AM, Diego Viola wrote:

> (`fs_lcr/lcr`, CONSTRAINT `carrier_id` FOREIGN KEY (`carrier_id`)  
> REFERENCES `carriers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)





More information about the FreeSWITCH-users mailing list