Padmaja wrote:
Hi all,
Can any one tell me if the same running instance of Openser can be configured as a stateful proxy for some user accounts and for some numbers like emergency services, it acts like a stateless proxy, just forwarding the request to the destination?
Yes, it only depends on what forwarding function is used in the routing script:
- t_forward(..) --> stateless
- t_relay(..) --> stateful
/Christian