Hello all.  I am trying to set up ser to act as a simple sip relay.  I have found a couple of config files that I have tried, but none seem to load without errors.  I narrowed it down to where they call t_relay_to, so I created the following test config.
 
loadmodule "/usr/lib/ser/modules/tm.so"
route {
        t_relay_to("192.168.1.11", "5060");
}
It too fails to run, and this is the message I am seeing in syslog.
 
Feb 12 10:22:48 ratbert ser: parse error (3,44-45): unknown command, missing loadmodule?
 
I am totally stumped on this issue.  Any help would be greatly appreciated.
 
Thanks,
 
B. J.