Hello List,
I'm finishing my implementation of LCR with kamailio for outgoing calls but one use case does not work.
Let me explain:
- I have some sbc for one destination. If one destination fail, kamailio try to second one etc..
- If no SBC is available for this destination (for exemple, all are down), i want to send my call to an error server (asterisk), play an error sound.
To accomplish this, i re-write the RURI: "sip:error1@errorserver.local", and launch RELAY route. But kamailio dont make a DNS query to find IP of "errorserver.local", only change RURI and try to send to the last LCR gateway.
I have also try to add a new branch, but same result... Why kamailio do not make a new DNS query ?Regards.