On Mittwoch, 20. Mai 2009, karhu wrote:
> The only problem is, i am using kamailio 1.5 and there are no :
> location_internal and location_external tables in mysql.
> [..]


Hi Karhu,


i can't comment on the rtpproxy stuff at the moment, but for the location table problem you can just create two new tables for this:


CREATE TABLE IF NOT EXISTS location_internal LIKE location;


or something like this, then it should work.


Cheers,


Henning