On 12/30/09 2:45 PM, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
How I can configure to send fist to sip:55341#5433330000@192.168.0..10 and after if I not sucess it sends to sip:55341#5433330000@192.168.0.9, etc...?
After get_redirects() try to use t_load_contacts() and t_next_contacts(): http://kamailio.org/docs/modules/1.5.x/tm.html#id2531755
Haven't tried myself but should be the way to go.
it should achieve sequential forwarding IF the contacts have different q values.
first email has an example, with Contact header holding multiple contacts, some with different q values -- not sure if is real or just for sampling.
Is q value allowed to be any number or just floating point less or equal 1? The example has greater q values.
Cheers, Daniel