Hi, I configured SER to forward certain calls to asterisk for the voicemail functionality. But when I forward the SIP request to Asterisk my xlite softphone prompts "403", "Forbidden". This is my ser.cfg part where i forward the certain uri to the asterisk.
if (uri=~"^sip:1[0-9]{3}@sip.philonline.com.*$") { strip(1); rewritehostport("202.84.24.47:5060"); t_relay(); break; };
Thanks,