Hi,
I currently have the following setup and working chris(a)sip.domain.com
incoming sip calls work fine. I want to be able to setup SER to forward
incoming packets for chris(a)domain.com to chris(a)sip.domain.com.
I've tried the following but it didn't work.
route{
if (uri=~"sip:chris@domain.com") {
forward(sip.domain.com, 5060);
}
Can anybody help?
Kind Regards,
Chris Bond