I am having some difficulties with the seas module under Kam 5.5.2. If my application server is not connected then the config file script below never returns
if (!as_relay_t (“myserver”)) {
Xlog (“LM_NOTICE”, “myserver not connected\n”);
}
A diagnostic in the “seas.c” file does report that the app server is not connected, but the one above is never printed. Any help here would be appreciated.