I am not able to restart ser if I put he code below in the
ser.cfg to handoff calls to PSTN.
# attempt handoff to PSTN
if (uri=~“^sip:9[0-9]*@mydomain.com”) {
log(“Forwarding to PSTN\n”);
t_relay_to( “192.168.0.2”,
“5060”);
break;
};
Please help!!!!