[Serusers] Duplicated querys/entries

Rodrigo P. Telles telles at devel-it.com.br
Wed Oct 6 22:46:54 CEST 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Folks,

I realised that querys and log entries have been duplicated by
SER (0.8.14).
When I put log entries, SER duplicate all of them in syslog.
Example:

route{
if (!mf_process_maxfwd_header("10")) {
~                sl_send_reply("483","Too Many Hops");
~                break;
~        };
~        if ( msg:len > max_len ) {
~                sl_send_reply("513", "Message too big");
~                break;
~        };

~        record_route();
~        # loose-route processing
~        if (loose_route()) {
~                t_relay();
~                break;
~        };

~        if (method=="INVITE") {
~                log (1, "Checking user group...\n");
~                if (is_user_in("From", "Active")) {
~                        log(1, "User OK\n");
~                } else {
~                        log(1, "User not OK\n");
~                };
~        };
}

I could see 3 querys in mysql log.
63485 Query       select grp from grp where username='1113' AND grp='Active'
63494 Query       select grp from grp where username='1113' AND grp='Active'
63508 Query       select grp from grp where username='1113' AND grp='Active'

Is that right?

Thanks in advance.
Telles
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQFBZFm+iLK8unYgEMQRAtPfAJ9VW+/CzZNllXg2vMLy0ODgLFz9iQCfd9Kb
hQbM5Vck15Gq37hfFZIjW3E=
=EeMp
-----END PGP SIGNATURE-----




More information about the sr-users mailing list