I am using a Sipura 3000 with Ser 8.13 When I forward a PSTN call to the gatway. It disregards the fact that I have stripped the initial 9 using strip(1) and dials the 9 on the PSTN side.
I have set the device for one stage Dialing. and have the following in my my ser.cfg
# Check for PSTN1 if (uri~"^sip:9") { strip(1); t_relay_to_udp ("192.168.100.15", "5061"); break; };
Any ideas ?
Thanks, Dinesh