You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/test/centauri.cfg

15 lines
329 B

# config file for centauri
route{
src_ip=~"testing" log("packet from fokus\n"); route(1);
/* drop all others */
}
route[1]{
(src_ip==192.168.46.0/24 or src_ip=~"^dorian") forward("fox.iptel.org");
src_ip=="centauri.fokus.gmd.de" log("Possible loop, dropping\n"); drop
src_ip==0.0.0.0/0 log("forwarding denied\n"); drop
}