Hi,
Thanks for the replies so far, good news is I got it working by switching off mhomed (mhomed=0). However this seems to have broken my dispatcher as the SIP OPTIONS probing is being sent from the wrong interface!
Any ideas how to set where dispatcher sends these from??
Cheers Keith
Hello,
On 21/01/14 13:23, Keith wrote:
Hi,
Thanks for the replies so far, good news is I got it working by switching off mhomed (mhomed=0). However this seems to have broken my dispatcher as the SIP OPTIONS probing is being sent from the wrong interface!
Any ideas how to set where dispatcher sends these from??
maybe you can enforce the socket via
event_route[tm:local-request] { ... }
Not sure how you can decide which socket, maybe by target IP. Also, I haven't tried to see if the socket can really be enforced in this event route, but worth a try.
Cheers, Daniel