Hi,
the error means that you try to create the transaction for same request
twice - usually via calling t_relay() more than once.
looking to your script, see you do t_relay_to_udp() in route(4) and
then call route(1)which perform default relay...again...so this must be
the error.
regards,
bogdan
Cameron Beattie wrote:
I am trying to use the UAC module in conjunction with
a gateway that
requires authentication. I am getting the following when trying to
dial a number that gets sent to the gateway:
ERROR: t_newtran: transaction already in process
Prior to this the following are written to the log file:
international PSTN match
resetflag(9)
host rewritten
What seems to be happening is that the t_relay_to_udp is being called
and the gateway is contacted but before any reply is received openser
is throwing a t_newtran error.