Subject:  Trying to find a solution to duplicate an incoming REGISTER to
two asterisks boxes.

1. maybe Asterisk can use the location table of openser too?
2. you can save the contact with save_no_reply and then t_relay to the 
asterisk server, or

1&2 > In fact, SER didn't register phones. It just make forwards

3. you can use t_replicate ...
> I tried but I didn't find the way to do this.

I have the configuration below :


route{

        if(method=="REGISTER"){
                        t_replicate("192.168.1.119")
                        forward("192.168.1.120")
        }

        ds_select_dst("0", "4");
        forward();
        t_on_failure("1");
}

failure_route[1] {
        log("next_dst\n");
        ds_next_dst();
}


Thanks a lot for your help.
Thomas


_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to