[sr-dev] [tracker] Comment added: Major regression in db_postgres with FS#77 patch

sip-router admin at sip-router.org
Fri Jul 23 15:10:06 CEST 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#80 - Major regression in db_postgres with FS#77 patch
User who did this - Henning Westerholt (henningw)

----------
Ok, now with some delay because of some other (also nasty) bug..

I managed to reproduce your issue, indeed the postgres behaves wrong here:

openser=> select * from presentity;
 id | username | domain | event | etag | expires | received_time | body | sender
----+----------+--------+-------+------+---------+---------------+------+--------
  2 | 11       | 2      | 3     | 4    |       5 |             6 |      | 7

-> Jul 23 15:05:52 ca ../kamailio[3526]: my AVP body is '

(syslog stops printing because of the \0)

mysql> select * from presentity;
+----+----------+--------+-------+------+---------+---------------+------+--------+
| id | username | domain | event | etag | expires | received_time | body | sender |
+----+----------+--------+-------+------+---------+---------------+------+--------+
|  1 | 11       | 2      | 3     | 4    |       5 |             6 |      | 7      |
+----+----------+--------+-------+------+---------+---------------+------+--------+

-> Jul 23 15:06:25 ca ../kamailio[3719]: my AVP body is '<null>'

Here its correct. So there is something else missing in the db_postgres module, i'll investigate further.
----------

More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=80#comment97

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the sr-dev mailing list